Commit 957e9e48 by Alan Modra Committed by Alan Modra

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

From-SVN: r56113
parent daf06049
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
......
......@@ -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} \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment