]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
config/sparc/sol2-bi.h: Revert previous delta.
authorNick Clifton <nickc@redhat.com>
Fri, 4 Apr 2003 13:00:09 +0000 (13:00 +0000)
committerNick Clifton <nickc@gcc.gnu.org>
Fri, 4 Apr 2003 13:00:09 +0000 (13:00 +0000)
config/sparc/sol2-gas-bi.h (AS_SPARC64_FLAG): Prepend -TSO.

From-SVN: r65237

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

index 256d4120413d0f95c21597bee8a4fb729de77f32..ea3434966412066bec4d37bc30109341377dbfc2 100644 (file)
@@ -1,3 +1,8 @@
+2003-04-04  Nick Clifton  <nickc@redhat.com>
+
+       * config/sparc/sol2-bi.h: Revert previous delta.
+       * config/sparc/sol2-gas-bi.h (AS_SPARC64_FLAG): Prepend -TSO
+
 2003-04-04  Nick Clifton  <nickc@redhat.com>
 
        * config/v850/v850.c (expand_prologue): Only use register save
index af89aa6f3d67014f995782beed48956a1c2f7137..3f9416daaa0952d5d7e8b15b7a1e85acb85aff53 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 " -TSO"
+#define ASM_CPU64_DEFAULT_SPEC AS_SPARC64_FLAG
 
 #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 -TSO"
+#define ASM_CPU64_DEFAULT_SPEC AS_SPARC64_FLAG "a"
 #endif
 
 #if DEFAULT_ARCH32_P
 #define DEF_ARCH32_SPEC(__str) "%{!m64:" __str "}"
-#define DEF_ARCH64_SPEC(__str) "%{m64:" __str " -TSO}"
+#define DEF_ARCH64_SPEC(__str) "%{m64:" __str "}"
 #else
 #define DEF_ARCH32_SPEC(__str) "%{m32:" __str "}"
-#define DEF_ARCH64_SPEC(__str) "%{!m32:" __str " -TSO}"
+#define DEF_ARCH64_SPEC(__str) "%{!m32:" __str "}"
 #endif
 
 #undef CPP_CPU_SPEC
index 0b6cb618d36ac05c6bb8602c424a9a590fb20f59..2198fbeeaf912d7508197cb1077e20ea107d9e91 100644 (file)
@@ -1,5 +1,5 @@
 /* Definitions of target machine for GNU compiler, for bi-arch SPARC
    running Solaris 2 using the GNU assembler.  */
 
-#undef AS_SPARC64_FLAG
-#define AS_SPARC64_FLAG        "-64 -Av9"
+#undef  AS_SPARC64_FLAG
+#define AS_SPARC64_FLAG        "-TSO -64 -Av9"