Makefile.in (FLAGS_H): New.
authorZdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
Mon, 14 Jun 2004 14:18:01 +0000 (16:18 +0200)
committerZdenek Dvorak <rakdver@gcc.gnu.org>
Mon, 14 Jun 2004 14:18:01 +0000 (14:18 +0000)
commit50431bc4280a683141da4c51375ef07636083b7b
tree8e99c7d2af7c48b5b41eea44cd56ece27f2296b4
parent966389eeaaf6b674bbfbdc34b06314c2dd7f8591
Makefile.in (FLAGS_H): New.

* Makefile.in (FLAGS_H): New.
(flags.h): Replace by FLAGS_H.
* c.opt: Document Var, VarExists, Init and Report attributes.
* common.opt: Fill the values of the attributes.
* diagnostic.c (flag_fatal_errors): Do not define.
* except.c (flag_non_call_exceptions): Do not define.
* flags.h: Include options.h.  Remove declarations conflicting with
the automatically defined ones.
* opts.c: Remove automatically defined variables.
(handle_option): Perform default initialization.
(common_handle_option): Do not handle options covered by the
default initialization.
* opts.h (struct cl_option): Add flag_var, has_set_value and set_value
fields.
(CL_REPORT): New.
* opts.sh: Generate variable declarations, handle CL_REPORT.
* toplev.c: Remove automatically defined variables.
(f_options): Removed.
(print_switch_values): Use cl_options instead of f_options.
* toplev.h (version_flag): Declaration removed.

From-SVN: r83105
12 files changed:
gcc/ChangeLog
gcc/Makefile.in
gcc/c.opt
gcc/common.opt
gcc/diagnostic.c
gcc/except.c
gcc/flags.h
gcc/opts.c
gcc/opts.h
gcc/opts.sh
gcc/toplev.c
gcc/toplev.h