]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
2002-05-09 David S. Miller <davem@redhat.com>
authordavem <davem@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 9 May 2002 10:50:22 +0000 (10:50 +0000)
committerdavem <davem@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 9 May 2002 10:50:22 +0000 (10:50 +0000)
* config/sparc/sol2.h (ASM_CPU_SPEC): Handle -mcpu=v9.

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

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

index 9bf0db8d6f625c37369e445eae56693accc37e98..324e8744a5f3c9ac499bb9df070b62a06f6963f8 100644 (file)
@@ -1,3 +1,7 @@
+2002-05-09  David S. Miller  <davem@redhat.com>
+
+       * config/sparc/sol2.h (ASM_CPU_SPEC): Handle -mcpu=v9.
+
 2002-05-07  David S. Miller  <davem@redhat.com>
 
        * config/sparc/sparc.h (TARGET_BUGGY_QP_LIB): Define to zero.
index f27b3ad73d23ba72d5c07f8fce1481a266579fbe..6dafd10ae5ffd8e6dd6dfe3a983b023ffcb16375 100644 (file)
@@ -71,17 +71,21 @@ Boston, MA 02111-1307, USA.  */
 
 /* This is here rather than in sparc.h because it's not known what
    other assemblers will accept.  */
+
 #if TARGET_CPU_DEFAULT == TARGET_CPU_v9
 #undef ASM_CPU_DEFAULT_SPEC
 #define ASM_CPU_DEFAULT_SPEC "-xarch=v8plus"
 #endif
+
 #if TARGET_CPU_DEFAULT == TARGET_CPU_ultrasparc
 #undef ASM_CPU_DEFAULT_SPEC
 #define ASM_CPU_DEFAULT_SPEC "-xarch=v8plusa"
 #endif
+
 #undef ASM_CPU_SPEC
 #define ASM_CPU_SPEC "\
 %{mcpu=v8plus:-xarch=v8plus} \
+%{mcpu=v9:-xarch=v8plus} \
 %{mcpu=ultrasparc:-xarch=v8plusa} \
 %{!mcpu*:%(asm_cpu_default)} \
 "