summaryrefslogtreecommitdiff
path: root/gcc/system.h
diff options
context:
space:
mode:
authorJoseph Myers <jsm28@cam.ac.uk>2002-01-08 18:16:25 +0000
committerJoseph Myers <jsm28@gcc.gnu.org>2002-01-08 18:16:25 +0000
commited722f66ddd7eaeadfd39b6cde2580856f17da07 (patch)
treeb18f88dcea8d1769ada1595096e2ca4ce27225e3 /gcc/system.h
parent31e5e29ab3c92f1428875c89faadf720553c0c3d (diff)
downloadgcc-ed722f66ddd7eaeadfd39b6cde2580856f17da07.tar.gz
tm.texi (ASM_OUTPUT_EH_REGION_BEG, [...]): Remove documentation of obsolete macros.
* doc/tm.texi (ASM_OUTPUT_EH_REGION_BEG, ASM_OUTPUT_EH_REGION_END, ASM_OUTPUT_LABELREF_AS_INT, DOESNT_NEED_UNWINDER, EH_TABLE_LOOKUP, OBJC_SELECTORS_WITHOUT_LABELS, OMIT_EH_TABLE): Remove documentation of obsolete macros. * system.h: Poison these macros. * config/d30v/d30v.h, config/ns32k/encore.h, config/stormy16/stormy16.h: Remove definitions and commented out definitions of obsolete macros. From-SVN: r48650
Diffstat (limited to 'gcc/system.h')
-rw-r--r--gcc/system.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/gcc/system.h b/gcc/system.h
index ccccae767ce..e8bc825db8d 100644
--- a/gcc/system.h
+++ b/gcc/system.h
@@ -1,6 +1,6 @@
/* Get common system includes and various definitions and declarations based
on autoconf macros.
- Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
+ Copyright (C) 1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
This file is part of GCC.
@@ -597,7 +597,10 @@ typedef char _Bool;
ASM_OUTPUT_DESTRUCTOR
/* And other obsolete target macros. */
- #pragma GCC poison INT_ASM_OP
+ #pragma GCC poison INT_ASM_OP ASM_OUTPUT_EH_REGION_BEG \
+ ASM_OUTPUT_EH_REGION_END ASM_OUTPUT_LABELREF_AS_INT \
+ DOESNT_NEED_UNWINDER EH_TABLE_LOOKUP OBJC_SELECTORS_WITHOUT_LABELS \
+ OMIT_EH_TABLE
#endif /* IN_GCC */