aboutsummaryrefslogtreecommitdiff
path: root/gcc/system.h
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2004-01-16 21:19:07 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2004-01-16 21:19:07 +0000
commit510d1e8047a638aa7f05d03719a47289bfd7f998 (patch)
tree65d4284a23969bd8947d8d2bdbc63594de0df58b /gcc/system.h
parentfb2c26082deb6a8c52efe232e420462da9d45d52 (diff)
downloadgcc-510d1e8047a638aa7f05d03719a47289bfd7f998.zip
gcc-510d1e8047a638aa7f05d03719a47289bfd7f998.tar.gz
gcc-510d1e8047a638aa7f05d03719a47289bfd7f998.tar.bz2
system.h (ASM_OUTPUT_SECTION_NAME): Poison.
gcc/ * system.h (ASM_OUTPUT_SECTION_NAME): Poison. * config/alpha/unicosmk.h: Remove a commented-out definition of ASM_OUTPUT_SECTION_NAME. * config/stormy16/stormy16.h: Likewise. gcc/ada/ * Make-lang.in (utils.o): Depend on target.h. * utils.c: Include target.h. (process_attributes): Use targetm.have_named_sections instead of ASM_OUTPUT_SECTION_NAME. From-SVN: r75995
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 f402c99..3d4474a 100644
--- a/gcc/system.h
+++ b/gcc/system.h
@@ -595,7 +595,8 @@ typedef char _Bool;
INIT_GOFAST_OPTABS MULSI3_LIBCALL MULDI3_LIBCALL DIVSI3_LIBCALL \
DIVDI3_LIBCALL UDIVSI3_LIBCALL UDIVDI3_LIBCALL MODSI3_LIBCALL \
MODDI3_LIBCALL UMODSI3_LIBCALL UMODDI3_LIBCALL BUILD_VA_LIST_TYPE \
- PRETEND_OUTGOING_VARARGS_NAMED STRUCT_VALUE_INCOMING_REGNUM
+ PRETEND_OUTGOING_VARARGS_NAMED STRUCT_VALUE_INCOMING_REGNUM \
+ ASM_OUTPUT_SECTION_NAME
/* 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