linux64.h (PROCESSOR_DEFAULT): Change to PROCESSOR_POWER7.

* config/rs6000/linux64.h (PROCESSOR_DEFAULT): Change to
	PROCESSOR_POWER7.
	(PROCESSOR_DEFAULT64): Likewise.

From-SVN: r170015
This commit is contained in:
Peter Bergner 2011-02-10 11:30:10 -06:00 committed by Peter Bergner
parent 7f2d4e5139
commit 4fac45bdb4
2 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,9 @@
2011-02-10 Peter Bergner <bergner@vnet.ibm.com>
* config/rs6000/linux64.h (PROCESSOR_DEFAULT): Change to
PROCESSOR_POWER7.
(PROCESSOR_DEFAULT64): Likewise.
2011-02-10 Richard Henderson <rth@redhat.com>
* config/rx/predicates.md (rx_zs_comparison_operator): Revert

View File

@ -73,9 +73,9 @@ extern int dot_symbols;
#endif
#undef PROCESSOR_DEFAULT
#define PROCESSOR_DEFAULT PROCESSOR_POWER6
#define PROCESSOR_DEFAULT PROCESSOR_POWER7
#undef PROCESSOR_DEFAULT64
#define PROCESSOR_DEFAULT64 PROCESSOR_POWER6
#define PROCESSOR_DEFAULT64 PROCESSOR_POWER7
/* We don't need to generate entries in .fixup, except when
-mrelocatable or -mrelocatable-lib is given. */