OSDN Git Service

(ASM_SPEC): Undefine (to stop -Qy being passed on to GAS) but do not define,
authornickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 12 Jan 2005 11:02:33 +0000 (11:02 +0000)
committernickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 12 Jan 2005 11:02:33 +0000 (11:02 +0000)
as GAS no longer supports or needs the -m2000 option.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@93222 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/iq2000/iq2000.h

index aa89b84..d308993 100644 (file)
@@ -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
index 2e10efb..19e273f 100644 (file)
@@ -926,7 +926,6 @@ extern void         sbss_section  (void);
 
 \f
 #undef ASM_SPEC
-#define ASM_SPEC "%{march=iq2000: -m2000} %{march=iq10: -m10} %{!march=*: -m2000}"
 
 \f
 /* The mapping from gcc register number to DWARF 2 CFA column number.