re PR bootstrap/66105 (genpreds.c compile error in stage2 on powerpc64-linux)

Fix PR66105

2015-05-11  Markus Trippelsdorf  <markus@trippelsdorf.de>

	PR bootstrap/66105
	* config/rs6000/option-defaults.h: Add space between string literal
	and macro name.

From-SVN: r223002
This commit is contained in:
Markus Trippelsdorf 2015-05-11 11:24:35 +00:00 committed by Markus Trippelsdorf
parent 95cfc3357d
commit 9e4b3dd6bc
2 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,9 @@
2015-05-11 Markus Trippelsdorf <markus@trippelsdorf.de>
PR bootstrap/66105
* config/rs6000/option-defaults.h: Add space between string literal
and macro name.
2015-05-11 Thomas Preud'homme <thomas.preudhomme@arm.com>
* gcc.target/arm/pr64616.c: Test dump rather than assembly to work

View File

@ -39,11 +39,11 @@
#endif
#if TARGET_DEFAULT & OPTION_MASK_64BIT
#define OPT_ARCH64 "!"OPT_32
#define OPT_ARCH64 "!" OPT_32
#define OPT_ARCH32 OPT_32
#else
#define OPT_ARCH64 OPT_64
#define OPT_ARCH32 "!"OPT_64
#define OPT_ARCH32 "!" OPT_64
#endif
/* Support for a compile-time default CPU, et cetera. The rules are: