diff options
author | Nick Clifton <nickc@redhat.com> | 2005-01-12 11:02:33 +0000 |
---|---|---|
committer | Nick Clifton <nickc@gcc.gnu.org> | 2005-01-12 11:02:33 +0000 |
commit | ef6f56559bec33c2c2d0974fa341ffa086febc57 (patch) | |
tree | 3278255e8888b9b6cadc6b592791c0380d8dba5e /gcc | |
parent | c16be7d515bd21efe5c83685d39887557c25bd6b (diff) | |
download | gcc-ef6f56559bec33c2c2d0974fa341ffa086febc57.zip gcc-ef6f56559bec33c2c2d0974fa341ffa086febc57.tar.gz gcc-ef6f56559bec33c2c2d0974fa341ffa086febc57.tar.bz2 |
(ASM_SPEC): Undefine (to stop -Qy being passed on to GAS) but do not define,
as GAS no longer supports or needs the -m2000 option.
From-SVN: r93222
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 6 | ||||
-rw-r--r-- | gcc/config/iq2000/iq2000.h | 1 |
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index aa89b84..d308993 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +2005-01-12 Nick Clifton <nickc@redhat.com> + + * config/iq2000/iq2000.h (ASM_SPEC): Undefine (to stop -Qy being + passed on to GAS) but do not define, as GAS no longer supports or + needs the -m2000 option. + 2005-01-11 Roger Sayle <roger@eyesopen.com> * builtins.c (fold_builtin_fabs): Convert argument to the appropriate diff --git a/gcc/config/iq2000/iq2000.h b/gcc/config/iq2000/iq2000.h index 2e10efb..19e273f 100644 --- a/gcc/config/iq2000/iq2000.h +++ b/gcc/config/iq2000/iq2000.h @@ -926,7 +926,6 @@ extern void sbss_section (void); #undef ASM_SPEC -#define ASM_SPEC "%{march=iq2000: -m2000} %{march=iq10: -m10} %{!march=*: -m2000}" /* The mapping from gcc register number to DWARF 2 CFA column number. |