From: David Edelsohn Date: Wed, 29 Sep 2004 15:19:56 +0000 (+0000) Subject: * config/rs6000/linux64.h (PROCESSOR_DEFAULT): Define. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d962e7adc0f3b990f7b986bb5443a9d1d2361789;p=gcc.git * config/rs6000/linux64.h (PROCESSOR_DEFAULT): Define. From-SVN: r88290 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 1668cd5d972..170879c882b 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2004-09-29 David Edelsohn + + * config/rs6000/linux64.h (PROCESSOR_DEFAULT): Define. + 2004-09-29 Nathan Sidwell * tree.c (make_node_stat): Fix uninitialized warning. Replace diff --git a/gcc/config/rs6000/linux64.h b/gcc/config/rs6000/linux64.h index 04d92d442b6..13b673c49df 100644 --- a/gcc/config/rs6000/linux64.h +++ b/gcc/config/rs6000/linux64.h @@ -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