* config/rs6000/aix52.h (ASM_CPU_SPEC): Add power5.
authorDavid Edelsohn <edelsohn@gnu.org>
Sat, 4 Jun 2005 15:35:50 +0000 (15:35 +0000)
committerDavid Edelsohn <dje@gcc.gnu.org>
Sat, 4 Jun 2005 15:35:50 +0000 (11:35 -0400)
From-SVN: r100589

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

index a335deb1b53afbc3a5f3b57cb1aa9591eb364c0d..5c3ad3551d8031aaccdbe7480ac079e3ddde9fb4 100644 (file)
@@ -1,3 +1,7 @@
+2005-06-04  David Edelsohn  <edelsohn@gnu.org>
+
+       * config/rs6000/aix52.h (ASM_CPU_SPEC): Add power5.
+
 2005-06-04  Kazu Hirata  <kazu@codesourcery.com>
 
        * function.c (prologue, epilogue, sibcall_epilogue): Change
index ed2614089f3fe01a22490169b9468a9185c2bec5..eb00ac9f7a60c053e91a63c2010fbbec06d5ee7f 100644 (file)
@@ -60,6 +60,7 @@ do {                                                                  \
   %{!mpower64: %(asm_default)}}} \
 %{mcpu=power3: -m620} \
 %{mcpu=power4: -m620} \
+%{mcpu=power5: -m620} \
 %{mcpu=powerpc: -mppc} \
 %{mcpu=rs64a: -mppc} \
 %{mcpu=603: -m603} \