aboutsummaryrefslogtreecommitdiff
path: root/gcc/system.h
diff options
context:
space:
mode:
authorJason Merrill <jason@redhat.com>2001-11-19 06:28:52 -0500
committerJason Merrill <jason@gcc.gnu.org>2001-11-19 06:28:52 -0500
commitaa6ad1a68bf94672cbc9f4c3aef60640cbc95a0a (patch)
tree4656c8e74eb6eaa6a7769cb24904b1f293ae4ef4 /gcc/system.h
parent55d56a9096cc459870a18fdef5c8fcfdd270ba9a (diff)
downloadgcc-aa6ad1a68bf94672cbc9f4c3aef60640cbc95a0a.zip
gcc-aa6ad1a68bf94672cbc9f4c3aef60640cbc95a0a.tar.gz
gcc-aa6ad1a68bf94672cbc9f4c3aef60640cbc95a0a.tar.bz2
cppmacro.c (_cpp_backup_tokens): Pop cur_run before decrementing cur_token, not after.
* cppmacro.c (_cpp_backup_tokens): Pop cur_run before decrementing cur_token, not after. * config/clipper/clix.h, config/h8300/elf.h, config/mips/linux.h: Lose ASM_OUTPUT_CONSTRUCTOR. * system.h: Poison it and INT_ASM_OP. * c-lang.c (finish_file): Don't check for it. * libgcc2.c (L_ctors): Check TARGET_ASM_CONSTRUCTOR instead. From-SVN: r47169
Diffstat (limited to 'gcc/system.h')
-rw-r--r--gcc/system.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/gcc/system.h b/gcc/system.h
index aaec2f8..03c3223 100644
--- a/gcc/system.h
+++ b/gcc/system.h
@@ -603,7 +603,12 @@ typedef union tree_node *tree;
VALID_MACHINE_DECL_ATTRIBUTE VALID_MACHINE_TYPE_ATTRIBUTE \
SET_DEFAULT_TYPE_ATTRIBUTES SET_DEFAULT_DECL_ATTRIBUTES \
MERGE_MACHINE_TYPE_ATTRIBUTES MERGE_MACHINE_DECL_ATTRIBUTES \
- MD_INIT_BUILTINS MD_EXPAND_BUILTIN
+ MD_INIT_BUILTINS MD_EXPAND_BUILTIN ASM_OUTPUT_CONSTRUCTOR \
+ ASM_OUTPUT_DESTRUCTOR
+
+/* And other obsolete target macros. */
+ #pragma GCC poison INT_ASM_OP
+
#endif /* IN_GCC */
/* Note: not all uses of the `index' token (e.g. variable names and