]> gcc.gnu.org Git - gcc.git/commit
Makefile.in (opts.o): Depend on target.h.
authorKazu Hirata <kazu@cs.umass.edu>
Mon, 23 Feb 2004 14:10:58 +0000 (14:10 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Mon, 23 Feb 2004 14:10:58 +0000 (14:10 +0000)
commit221ee7c920c3eb45da77f01f82c4611798473fcf
tree684973460c4b2cce9b47cff5b069f2fbfe37d61d
parent9bdfe70405125e57b5ef92bba66eb268c43ab1d4
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
gcc/ChangeLog
gcc/Makefile.in
gcc/config/cris/cris.h
gcc/config/ip2k/ip2k.h
gcc/doc/tm.texi
gcc/opts.c
gcc/system.h
gcc/target-def.h
gcc/target.h
This page took 0.068996 seconds and 5 git commands to generate.