aboutsummaryrefslogtreecommitdiff
path: root/gcc/system.h
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2004-02-23 14:10:58 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2004-02-23 14:10:58 +0000
commit221ee7c920c3eb45da77f01f82c4611798473fcf (patch)
tree684973460c4b2cce9b47cff5b069f2fbfe37d61d /gcc/system.h
parent9bdfe70405125e57b5ef92bba66eb268c43ab1d4 (diff)
downloadgcc-221ee7c920c3eb45da77f01f82c4611798473fcf.zip
gcc-221ee7c920c3eb45da77f01f82c4611798473fcf.tar.gz
gcc-221ee7c920c3eb45da77f01f82c4611798473fcf.tar.bz2
Makefile.in (opts.o): Depend on target.h.
* Makefile.in (opts.o): Depend on target.h. * opts.c (decode_options): Use targetm.default_short_enums instead of DEFAULT_SHORT_ENUMS. * system.h (DEFAULT_SHORT_ENUMS): Poison. * target-def.h (TARGET_DEFAULT_SHORT_ENUMS): New. (TARGET_INITIALIZER): Add TARGET_DEFAULT_SHORT_ENUMS. * target.h (gcc_target): Add default_short_enums. * config/cris/cris.h: Remove a comment about DEFAULT_SHORT_ENUMS. * config/ip2k/ip2k.h: Likewise. * doc/tm.texi (DEFAULT_SHORT_ENUMS): Change to TARGET_DEFAULT_SHORT_ENUMS. Update the description. From-SVN: r78303
Diffstat (limited to 'gcc/system.h')
-rw-r--r--gcc/system.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/system.h b/gcc/system.h
index 31a1b92..2631de1 100644
--- a/gcc/system.h
+++ b/gcc/system.h
@@ -605,7 +605,8 @@ typedef char _Bool;
ASM_OUTPUT_SECTION_NAME PROMOTE_FUNCTION_ARGS \
STRUCT_VALUE_INCOMING STRICT_ARGUMENT_NAMING \
PROMOTE_FUNCTION_RETURN PROMOTE_PROTOTYPES STRUCT_VALUE_REGNUM \
- SETUP_INCOMING_VARARGS EXPAND_BUILTIN_SAVEREGS
+ SETUP_INCOMING_VARARGS EXPAND_BUILTIN_SAVEREGS \
+ DEFAULT_SHORT_ENUMS
/* Other obsolete target macros, or macros that used to be in target
headers and were not used, and may be obsolete or may never have