* config/rs6000/linux64.h (PROCESSOR_DEFAULT): Define.

From-SVN: r88290
This commit is contained in:
David Edelsohn 2004-09-29 15:19:56 +00:00 committed by David Edelsohn
parent eab3f38f80
commit d962e7adc0
2 changed files with 7 additions and 1 deletions

View 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

View 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