Commit 4fac45bd by Peter Bergner Committed by Peter Bergner

linux64.h (PROCESSOR_DEFAULT): Change to PROCESSOR_POWER7.

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

From-SVN: r170015
parent 7f2d4e51
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
......
......@@ -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. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment