OSDN Git Service

* Makefile.in (options.c): Tell optc-gen.awk to include config.h,
authorrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 16 May 2005 12:30:06 +0000 (12:30 +0000)
committerrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 16 May 2005 12:30:06 +0000 (12:30 +0000)
commit5c5ccba291e6d6a7763b8b2a773503c7a0659306
tree1a880bfd7d5dee689ffa88c4d78e2661c5086ffd
parentb047d60e90a81d9f53fce792fdbfd2d6ec126102
* Makefile.in (options.c): Tell optc-gen.awk to include config.h,
system.h, coretypes.h and tm.h.
(options.o): Update dependencies accordingly.
* optc-gen.awk: Allow header_name to be a list of filenames.
Handle the "Condition" flag.
* opts.h (CL_DISABLED): New flag.
* opts.c (handle_option): Print an error for CL_DISABLED options.
* doc/options.texi: Document the "Condition" option flag.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@99774 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/Makefile.in
gcc/doc/options.texi
gcc/optc-gen.awk
gcc/opts.c
gcc/opts.h