From: David S. Miller Date: Thu, 11 Apr 2013 00:59:29 +0000 (+0000) Subject: Fix sparc assembler specs for supersparc and hypersparc. X-Git-Tag: releases/gcc-4.7.3~45 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=437ac3d4c8ede9abb99315309adb7d7af2474aa7;p=thirdparty%2Fgcc.git 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 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 3af950d3cec1..8f68f976ef00 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2013-04-10 David S. Miller + + * config/sparc/sparc.h (ASM_CPU_SPEC): Pass -Av8 if -mcpu=supersparc + or -mcpu=hypersparc. + 2013-04-05 Eric Botcazou PR middle-end/56848 diff --git a/gcc/config/sparc/sparc.h b/gcc/config/sparc/sparc.h index 93c093882439..f11c8b9994ed 100644 --- a/gcc/config/sparc/sparc.h +++ b/gcc/config/sparc/sparc.h @@ -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} \