* config/rs6000/linux64.h (PROCESSOR_DEFAULT): Define.
authorDavid Edelsohn <edelsohn@gnu.org>
Wed, 29 Sep 2004 15:19:56 +0000 (15:19 +0000)
committerDavid Edelsohn <dje@gcc.gnu.org>
Wed, 29 Sep 2004 15:19:56 +0000 (11:19 -0400)
From-SVN: r88290

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

index 1668cd5d972d4ab1d4019cf9e6e2ed21d11bb5e2..170879c882b4e252ab20d445e10e0ef06001993a 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 04d92d442b68350f300e70bfe0dce794f5d7ab42..13b673c49dfa6b208223674f18cdcf6b91b5760a 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