ia64.h (ASM_SPEC): Moved from here ...
authorAndreas Schwab <schwab@suse.de>
Fri, 12 Apr 2002 14:41:01 +0000 (14:41 +0000)
committerAndreas Schwab <schwab@gcc.gnu.org>
Fri, 12 Apr 2002 14:41:01 +0000 (14:41 +0000)
* config/ia64/ia64.h (ASM_SPEC): Moved from here ...
* config/ia64/sysv4.h (ASM_SPEC): ... to here, so that it
overrides the definition in config/svr4.h.

From-SVN: r52228

gcc/ChangeLog
gcc/config/ia64/ia64.h
gcc/config/ia64/sysv4.h

index 0250693cbe2e1fe6032fe374113be6861e3d8eed..6d15983c29987140aee5ca0fd780d6eea6a8294a 100644 (file)
@@ -1,3 +1,9 @@
+2002-04-12  Andreas Schwab  <schwab@suse.de>
+
+       * config/ia64/ia64.h (ASM_SPEC): Moved from here ...
+       * config/ia64/sysv4.h (ASM_SPEC): ... to here, so that it
+       overrides the definition in config/svr4.h.
+       
 2002-04-12     Eric Norum <eric.norum@usask.ca>
 
        * config/rtems.h, config/a29k/rtems.h, config/arm/rtems-elf.h,
index 6d5f5500a6cb189e3005acbe18016865075f7196..2f712b62c27b70deab49678e09168db8bd557a73 100644 (file)
@@ -43,11 +43,6 @@ Boston, MA 02111-1307, USA.  */
 
 #define ASM_EXTRA_SPEC ""
 
-/* ia64-specific options for gas
-   ??? ia64 gas doesn't accept standard svr4 assembler options?  */
-#undef ASM_SPEC
-#define ASM_SPEC "-x %{mconstant-gp} %{mauto-pic} %(asm_extra)"
-
 
 /* This declaration should be present.  */
 extern int target_flags;
index 1b5d4691efcde94151462fff074a58f3f7150a25..c53a1dc05e9f53c3b250c1c4532e5fe1295ea929 100644 (file)
 #undef ASCII_DATA_ASM_OP
 #define ASCII_DATA_ASM_OP "\tstring\t"
 
+/* ia64-specific options for gas
+   ??? ia64 gas doesn't accept standard svr4 assembler options?  */
+#undef ASM_SPEC
+#define ASM_SPEC "-x %{mconstant-gp} %{mauto-pic} %(asm_extra)"
+
 /* ??? Unfortunately, .lcomm doesn't work, because it puts things in either
    .bss or .sbss, and we can't control the decision of which is used.  When
    I use .lcomm, I get a cryptic "Section group has no member" error from