]> rtime.felk.cvut.cz Git - fpga/lx-cpu1/gcc-tumbl.git/commitdiff
Fix sparc assembler specs for supersparc and hypersparc.
authordavem <davem@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 11 Apr 2013 00:59:29 +0000 (00:59 +0000)
committerdavem <davem@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 11 Apr 2013 00:59:29 +0000 (00:59 +0000)
gcc/

* config/sparc/sparc.h (ASM_CPU_SPEC): Pass -Av8 if -mcpu=supersparc
or -mcpu=hypersparc.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-4_7-branch@197689 138bc75d-0d04-0410-961f-82ee72b054a4

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

index 3af950d3cec18f867aab0b106592d1ebfca3df5a..8f68f976ef00265f98def93314ec0cb6f5704adb 100644 (file)
@@ -1,3 +1,8 @@
+2013-04-10  David S. Miller  <davem@davemloft.net>
+
+       * config/sparc/sparc.h (ASM_CPU_SPEC): Pass -Av8 if -mcpu=supersparc
+       or -mcpu=hypersparc.
+
 2013-04-05  Eric Botcazou  <ebotcazou@adacore.com>
 
        PR middle-end/56848
index 93c09388243999d39345c7860aece4a96b908531..f11c8b9994edc5cf3c0dc0b7a1ef517207785658 100644 (file)
@@ -329,6 +329,8 @@ extern enum cmodel sparc_cmodel;
 %{mcpu=sparclite86x:-Asparclite} \
 %{mcpu=f930:-Asparclite} %{mcpu=f934:-Asparclite} \
 %{mcpu=v8:-Av8} \
+%{mcpu=supersparc:-Av8} \
+%{mcpu=hypersparc:-Av8} \
 %{mcpu=leon:-Av8} \
 %{mv8plus:-Av8plus} \
 %{mcpu=v9:-Av9} \