* config/rs6000/linux64.h (PROCESSOR_DEFAULT): Define.
authordje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 29 Sep 2004 15:19:56 +0000 (15:19 +0000)
committerdje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 29 Sep 2004 15:19:56 +0000 (15:19 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@88290 138bc75d-0d04-0410-961f-82ee72b054a4

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

index 1668cd5..170879c 100644 (file)
@@ -1,3 +1,7 @@
+2004-09-29  David Edelsohn  <edelsohn@gnu.org>
+
+       * config/rs6000/linux64.h (PROCESSOR_DEFAULT): Define.
+
 2004-09-29  Nathan Sidwell  <nathan@codesourcery.com>
 
        * tree.c (make_node_stat): Fix uninitialized warning.  Replace
index 04d92d4..13b673c 100644 (file)
@@ -57,7 +57,9 @@ extern int dot_symbols;
 #define DOT_SYMBOLS dot_symbols
 #endif
 
-#undef PROCESSOR_DEFAULT64
+#undef  PROCESSOR_DEFAULT
+#define PROCESSOR_DEFAULT PROCESSOR_POWER4
+#undef  PROCESSOR_DEFAULT64
 #define PROCESSOR_DEFAULT64 PROCESSOR_POWER4
 
 #undef TARGET_RELOCATABLE