]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
re PR target/50979 (architecture mismatch: "mul32" not enabled for "smul" or "umul")
authorEric Botcazou <ebotcazou@adacore.com>
Fri, 4 Nov 2011 17:39:15 +0000 (17:39 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Fri, 4 Nov 2011 17:39:15 +0000 (17:39 +0000)
PR target/50979
* config/sparc/sparc.h (ASM_CPU_SPEC): Pass -Av8 if -mcpu=v8.

From-SVN: r180969

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

index 92895bc1be8481976d95b7f119ee245159ae7acc..b94614453e7f6d6f445cf8cb0257cfd14839e25f 100644 (file)
@@ -1,3 +1,8 @@
+2011-11-04  Eric Botcazou  <ebotcazou@adacore.com>
+
+       PR target/50979
+       * config/sparc/sparc.h (ASM_CPU_SPEC): Pass -Av8 if -mcpu=v8.
+
 2011-10-30  Uros Bizjak  <ubizjak@gmail.com>
 
        PR target/50875
index 488a3e6c23e0c749496d38818a32e859fa7ff319..5c3dded378be482f446d46962cc03aef1b4d3cf1 100644 (file)
@@ -414,6 +414,7 @@ extern enum cmodel sparc_cmodel;
 %{mcpu=sparclite:-Asparclite} \
 %{mcpu=sparclite86x:-Asparclite} \
 %{mcpu=f930:-Asparclite} %{mcpu=f934:-Asparclite} \
+%{mcpu=v8:-Av8} \
 %{mv8plus:-Av8plus} \
 %{mcpu=v9:-Av9} \
 %{mcpu=ultrasparc:%{!mv8plus:-Av9a}} \