Commit 8168ece0 by David Edelsohn Committed by David Edelsohn

Revert ISA change

From-SVN: r219743
parent 973e9808
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
......
......@@ -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)
......
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