config/sparc/sol2-bi.h: Revert previous delta.
authornickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 4 Apr 2003 13:00:09 +0000 (13:00 +0000)
committernickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 4 Apr 2003 13:00:09 +0000 (13:00 +0000)
config/sparc/sol2-gas-bi.h (AS_SPARC64_FLAG): Prepend -TSO.

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

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

index 256d412..ea34349 100644 (file)
@@ -1,5 +1,10 @@
 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
        helper functions if long calls are not being used.
        Add a clobber of r11 id using long calls.
index af89aa6..3f9416d 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 0b6cb61..2198fbe 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"