]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
rs6000.h (CPP_CPU_SPEC): Correct 403 and 405 arguments for binutils 2.12.
authorJoel Sherrill <joel@OARcorp.com>
Thu, 9 May 2002 20:26:10 +0000 (20:26 +0000)
committerJoel Sherrill <joel@gcc.gnu.org>
Thu, 9 May 2002 20:26:10 +0000 (20:26 +0000)
2002-05-09 Joel Sherrill <joel@OARcorp.com>

* config/rs6000/rs6000.h CPP_CPU_SPEC): Correct
403 and 405 arguments for binutils 2.12.

From-SVN: r53342

gcc/ChangeLog
gcc/config/rs6000/rs6000.h

index 93d14004fdaa9039bec7bcb3efc98851b2d67b98..952f5fa497624998a58bfcae1d0b78ec41b0b2fe 100644 (file)
@@ -1,3 +1,8 @@
+2002-05-09     Joel Sherrill <joel@OARcorp.com>
+
+       * config/rs6000/rs6000.h CPP_CPU_SPEC): Correct 
+       403 and 405 arguments for binutils 2.12.
+
 Thu May  9 12:21:48 2002  Jeffrey A Law  (law@redhat.com)
 
        * pa.c (hppa_profile_hook): Use force_reg to get the address
index 3e4c5f2e48fe99e4241d59dec9c259021903eadb..e84e259ea5ecc615d07037e811ebdce19cd8b65a 100644 (file)
@@ -65,8 +65,8 @@ Boston, MA 02111-1307, USA.  */
 %{mcpu=rsc: -D_ARCH_PWR} \
 %{mcpu=rsc1: -D_ARCH_PWR} \
 %{mcpu=401: -D_ARCH_PPC} \
-%{mcpu=403: -D_ARCH_PPC} \
-%{mcpu=405: -D_ARCH_PPC} \
+%{mcpu=403: -D_ARCH_PPC -m403} \
+%{mcpu=405: -D_ARCH_PPC -m405} \
 %{mcpu=505: -D_ARCH_PPC} \
 %{mcpu=601: -D_ARCH_PPC -D_ARCH_PWR} \
 %{mcpu=602: -D_ARCH_PPC} \