rs6000.h (ASM_CPU_SPEC): Use -m403 and -m405.

2002-05-29  Joel Sherrill <joel@OARcorp.com>

        * config/rs6000/rs6000.h (ASM_CPU_SPEC): Use -m403 and -m405.

From-SVN: r54008
This commit is contained in:
Joel Sherrill 2002-05-29 17:17:02 +00:00 committed by David Edelsohn
parent e659fc37b3
commit 12b8111d40
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2002-05-29 Joel Sherrill <joel@OARcorp.com>
* config/rs6000/rs6000.h (ASM_CPU_SPEC): Use -m403 and -m405.
2002-05-29 Hans-Peter Nilsson <hp@axis.com>
PR target/6838

View File

@ -105,8 +105,8 @@ Boston, MA 02111-1307, USA. */
%{mcpu=rsc: -mpwr} \
%{mcpu=rsc1: -mpwr} \
%{mcpu=401: -mppc} \
%{mcpu=403: -mppc} \
%{mcpu=405: -mppc} \
%{mcpu=403: -m403} \
%{mcpu=405: -m405} \
%{mcpu=505: -mppc} \
%{mcpu=601: -m601} \
%{mcpu=602: -mppc} \