* config/rs6000/rs6000.h (ASM_CPU_SPEC): Pass -mpower4 when cpu=power4.

From-SVN: r56113
This commit is contained in:
Alan Modra 2002-08-07 23:57:10 +00:00 committed by Alan Modra
parent daf0604921
commit 957e9e48fa
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2002-08-08 Alan Modra <amodra@bigpond.net.au>
* config/rs6000/rs6000.h (ASM_CPU_SPEC): Pass -mpower4 when cpu=power4.
2002-08-08 Jakub Jelinek <jakub@redhat.com>
* stor-layout.c (place_union_field): For bitfields if

View File

@ -59,7 +59,7 @@ Boston, MA 02111-1307, USA. */
%{mcpu=power: -mpwr} \
%{mcpu=power2: -mpwrx} \
%{mcpu=power3: -m604} \
%{mcpu=power4: -m604} \
%{mcpu=power4: -mpower4} \
%{mcpu=powerpc: -mppc} \
%{mcpu=rios: -mpwr} \
%{mcpu=rios1: -mpwr} \