diff options
author | neil <neil@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-10-15 20:10:13 +0000 |
---|---|---|
committer | neil <neil@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-10-15 20:10:13 +0000 |
commit | cfc9bfb9ffdab4e63723a9ad5e14c00e3ad8ed6c (patch) | |
tree | 25df0e529e4781f04131683e820c5b27655f4be1 /gcc/system.h | |
parent | 04a198f8430428b298020618cfdfd2bb484fe2ea (diff) | |
download | gcc-cfc9bfb9ffdab4e63723a9ad5e14c00e3ad8ed6c.tar.gz |
* system.h: Poison old unused target macros.
* config/dsp16xx.h (ASM_OPEN_PAREN, ASM_CLOSE_PAREN): Remove.
* config/stormy16/stormy16.c: Update references to obsolete macros.
* config/stormy16/stormy16.h: Similarly.
* config/stormy16/stormy16.md: Similarly.
* config/cris/cris.h: Similarly.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46269 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/system.h')
-rw-r--r-- | gcc/system.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gcc/system.h b/gcc/system.h index 97c021774c9..55a9370aca4 100644 --- a/gcc/system.h +++ b/gcc/system.h @@ -584,6 +584,16 @@ typedef union tree_node *tree; #undef calloc #undef strdup #pragma GCC poison malloc realloc calloc strdup + +/* Old target macros that have moved to the target hooks structure. */ + #pragma GCC poison ASM_OPEN_PAREN ASM_CLOSE_PAREN \ + FUNCTION_PROLOGUE FUNCTION_EPILOGUE \ + FUNCTION_END_PROLOGUE FUNCTION_BEGIN_EPILOGUE \ + DECL_MACHINE_ATTRIBUTES COMP_TYPE_ATTRIBUTES INSERT_ATTRIBUTES \ + 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 #endif /* IN_GCC */ /* Note: not all uses of the `index' token (e.g. variable names and |