aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc/tm.texi
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2004-02-19 21:49:45 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2004-02-19 21:49:45 +0000
commit37a46828a752531a6794329f21d582f25fc23358 (patch)
tree463481e670e9c236d9d5069bd9278dca247eaee5 /gcc/doc/tm.texi
parentf9c887ac068686a6b368ad3c1432ad8ba1d0b201 (diff)
downloadgcc-37a46828a752531a6794329f21d582f25fc23358.zip
gcc-37a46828a752531a6794329f21d582f25fc23358.tar.gz
gcc-37a46828a752531a6794329f21d582f25fc23358.tar.bz2
opts.c (decode_options): Don't use DEFAULT_SHORT_ENUMS.
* opts.c (decode_options): Don't use DEFAULT_SHORT_ENUMS. * system.h (DEFAULT_SHORT_ENUMS): Poison. * config/cris/cris.h: Remove a comment about DEFAULT_SHORT_ENUMS. * config/ip2k/ip2k.h: Likewise. * doc/tm.texi (DEFAULT_SHORT_ENUMS): Remove. From-SVN: r78122
Diffstat (limited to 'gcc/doc/tm.texi')
-rw-r--r--gcc/doc/tm.texi9
1 files changed, 0 insertions, 9 deletions
diff --git a/gcc/doc/tm.texi b/gcc/doc/tm.texi
index 395eec8..f8e39a7 100644
--- a/gcc/doc/tm.texi
+++ b/gcc/doc/tm.texi
@@ -1605,15 +1605,6 @@ always override this default with the options @option{-fsigned-char}
and @option{-funsigned-char}.
@end defmac
-@defmac DEFAULT_SHORT_ENUMS
-A C expression to determine whether to give an @code{enum} type
-only as many bytes as it takes to represent the range of possible values
-of that type. A nonzero value means to do that; a zero value means all
-@code{enum} types should be allocated like @code{int}.
-
-If you don't define the macro, the default is 0.
-@end defmac
-
@defmac SIZE_TYPE
A C expression for a string describing the name of the data type to use
for size values. The typedef name @code{size_t} is defined using the