Fix sparc assembler specs for supersparc and hypersparc.

gcc/

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

From-SVN: r197689
This commit is contained in:
David S. Miller 2013-04-11 00:59:29 +00:00 committed by David S. Miller
parent 4f3ba7b4ee
commit 437ac3d4c8
2 changed files with 7 additions and 0 deletions

View 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

View 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} \