aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2004-03-19 00:52:24 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2004-03-19 00:52:24 +0000
commitc3690d79a8c861f10b77954379e03dd96807a409 (patch)
tree16ef75c52a3bb27146e7799c32b50bd78db7b6b5 /gcc
parent8b37de20f55ff473906721192b0affa9eefaff3c (diff)
downloadgcc-c3690d79a8c861f10b77954379e03dd96807a409.zip
gcc-c3690d79a8c861f10b77954379e03dd96807a409.tar.gz
gcc-c3690d79a8c861f10b77954379e03dd96807a409.tar.bz2
system.h (MD_ASM_CLOBBERS): Move to "Old target macros that have moved to the target hooks structure".
* system.h (MD_ASM_CLOBBERS): Move to "Old target macros that have moved to the target hooks structure". From-SVN: r79656
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/system.h4
2 files changed, 7 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index b03f46f..d118f05 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,8 @@
+2004-03-18 Kazu Hirata <kazu@cs.umass.edu>
+
+ * system.h (MD_ASM_CLOBBERS): Move to "Old target macros that
+ have moved to the target hooks structure".
+
2004-03-18 James E Wilson <wilson@specifixinc.com>
* config/mips/mips.md (type): Split move into arith and fmove. Split
diff --git a/gcc/system.h b/gcc/system.h
index b6d972b..32d4a42 100644
--- a/gcc/system.h
+++ b/gcc/system.h
@@ -606,7 +606,7 @@ typedef char _Bool;
STRUCT_VALUE_INCOMING STRICT_ARGUMENT_NAMING \
PROMOTE_FUNCTION_RETURN PROMOTE_PROTOTYPES STRUCT_VALUE_REGNUM \
SETUP_INCOMING_VARARGS EXPAND_BUILTIN_SAVEREGS \
- DEFAULT_SHORT_ENUMS SPLIT_COMPLEX_ARGS
+ DEFAULT_SHORT_ENUMS SPLIT_COMPLEX_ARGS MD_ASM_CLOBBERS
/* 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
@@ -641,7 +641,7 @@ typedef char _Bool;
FINAL_REG_PARM_STACK_SPACE MAYBE_REG_PARM_STACK_SPACE \
TRADITIONAL_PIPELINE_INTERFACE DFA_PIPELINE_INTERFACE \
DBX_OUTPUT_STANDARD_TYPES BUILTIN_SETJMP_FRAME_VALUE \
- MD_ASM_CLOBBERS SUNOS4_SHARED_LIBRARIES
+ SUNOS4_SHARED_LIBRARIES
/* Hooks that are no longer used. */
#pragma GCC poison LANG_HOOKS_FUNCTION_MARK LANG_HOOKS_FUNCTION_FREE \