flag-types.h: New.
authorJoseph Myers <joseph@codesourcery.com>
Tue, 12 Oct 2010 11:25:16 +0000 (12:25 +0100)
committerJoseph Myers <jsm28@gcc.gnu.org>
Tue, 12 Oct 2010 11:25:16 +0000 (12:25 +0100)
commitf938f60cb6146e4f9b6a2e9ef8c0b8be12da56ff
tree613335312107799d45a0405c8cd02ce350389985
parentbeacce027435fb068f0edcb0a0e094ab6630ff01
flag-types.h: New.

* flag-types.h: New.
* Makefile.in (TH_H): Include $(OPTIONS_H) instead of $(FLAGS_H).
(FLAGS_H): Include flag-types.h.  Include $(OPTIONS_H) instead of
options.h.
(OPTIONS_H): Define.
(c-family/c-opts.o, lto-opts.o, opts.o): Use $(OPTIONS_H) instead
of options.h.
* configure.ac (tm_include_list): Include options.h not flags.h.
* configure: Regenerate.
* flags.h: Include flag-types.h.  Include options.h at top of file
again.
(enum debug_info_type, enum debug_info_level, enum
debug_info_usage, enum symbol_visibility, struct visibility_flags,
enum ira_algorithm, enum ira_region, enum excess_precision, enum
graph_dump_types, enum stack_check_type, enum
warn_strict_overflow_code): Move to flag-types.h
* opth-gen.awk: Include flag-types.h in options.h.

ada:
* gcc-interface/Make-lang.in (ada/misc.o): Use $(OPTIONS_H)
instead of options.h.

java:
* Make-lang.in (java/lang.o): Use $(OPTIONS_H) instead of
options.h.

From-SVN: r165362
gcc/ChangeLog
gcc/Makefile.in
gcc/ada/ChangeLog
gcc/ada/gcc-interface/Make-lang.in
gcc/configure
gcc/configure.ac
gcc/flag-types.h [new file with mode: 0644]
gcc/flags.h
gcc/java/ChangeLog
gcc/java/Make-lang.in
gcc/opth-gen.awk