Revert ISA change

From-SVN: r219743
This commit is contained in:
David Edelsohn 2015-01-16 14:30:03 +00:00 committed by David Edelsohn
parent 973e980879
commit 8168ece0a1
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2015-01-16 David Edelsohn <dje.gcc@gmail.com>
PR target/64623
* config/rs6000/default64.h: Revert ISA change.
2015-01-16 Richard Biener <rguenther@suse.de>
PR middle-end/64614

View File

@ -20,7 +20,7 @@ along with GCC; see the file COPYING3. If not see
#if (TARGET_DEFAULT & MASK_LITTLE_ENDIAN)
#undef TARGET_DEFAULT
#define TARGET_DEFAULT (ISA_2_7_MASKS_SERVER | MASK_POWERPC64 | MASK_64BIT | MASK_LITTLE_ENDIAN)
#define TARGET_DEFAULT (MASK_PPC_GFXOPT | MASK_POWERPC64 | MASK_64BIT | MASK_LITTLE_ENDIAN)
#else
#undef TARGET_DEFAULT
#define TARGET_DEFAULT (MASK_PPC_GFXOPT | MASK_POWERPC64 | MASK_64BIT)