* 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 a335deb..5c3ad35 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 ed26140..eb00ac9 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} \