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:
parent
7f2d4e5139
commit
4fac45bdb4
@ -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
|
||||
|
@ -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. */
|
||||
|
Loading…
x
Reference in New Issue
Block a user