sol2-bi.h (ASM_CPU64_DEFAULT_SPEC): Add -TSO.
authorNick Clifton <nickc@redhat.com>
Thu, 3 Apr 2003 10:21:22 +0000 (10:21 +0000)
committerNick Clifton <nickc@gcc.gnu.org>
Thu, 3 Apr 2003 10:21:22 +0000 (10:21 +0000)
* config/sparc/sol2-bi.h (ASM_CPU64_DEFAULT_SPEC): Add -TSO.
(DEF_ARCH64_SPEC): Likewise.

From-SVN: r65198

gcc/ChangeLog
gcc/config/sparc/sol2-bi.h

index ac2b4036bdbfe29d046f4153d54dad55c822ab7f..4f0d83fe42bbd4c1928b0ac9fdad8ab08462b567 100644 (file)
@@ -1,3 +1,8 @@
+2003-04-03  Nick Clifton  <nickc@redhat.com>
+
+       * config/sparc/sol2-bi.h (ASM_CPU64_DEFAULT_SPEC): Add -TSO.
+        (DEF_ARCH64_SPEC): Likewise.
+
 Thu Apr  3 09:53:40 CEST 2003  Jan Hubicka  <jh@suse.cz>
 
        * i386.c (constant_address_p): Use legitimate_constant_p.
index 3f9416daaa0952d5d7e8b15b7a1e85acb85aff53..af89aa6f3d67014f995782beed48956a1c2f7137 100644 (file)
@@ -10,7 +10,7 @@
 #undef ASM_CPU32_DEFAULT_SPEC
 #define ASM_CPU32_DEFAULT_SPEC ""
 #undef ASM_CPU64_DEFAULT_SPEC
-#define ASM_CPU64_DEFAULT_SPEC AS_SPARC64_FLAG
+#define ASM_CPU64_DEFAULT_SPEC AS_SPARC64_FLAG " -TSO"
 
 #if TARGET_CPU_DEFAULT == TARGET_CPU_v9
 #undef CPP_CPU64_DEFAULT_SPEC
 #undef ASM_CPU32_DEFAULT_SPEC
 #define ASM_CPU32_DEFAULT_SPEC "-xarch=v8plusa"
 #undef ASM_CPU64_DEFAULT_SPEC
-#define ASM_CPU64_DEFAULT_SPEC AS_SPARC64_FLAG "a"
+#define ASM_CPU64_DEFAULT_SPEC AS_SPARC64_FLAG "a -TSO"
 #endif
 
 #if DEFAULT_ARCH32_P
 #define DEF_ARCH32_SPEC(__str) "%{!m64:" __str "}"
-#define DEF_ARCH64_SPEC(__str) "%{m64:" __str "}"
+#define DEF_ARCH64_SPEC(__str) "%{m64:" __str " -TSO}"
 #else
 #define DEF_ARCH32_SPEC(__str) "%{m32:" __str "}"
-#define DEF_ARCH64_SPEC(__str) "%{!m32:" __str "}"
+#define DEF_ARCH64_SPEC(__str) "%{!m32:" __str " -TSO}"
 #endif
 
 #undef CPP_CPU_SPEC