Commit 9e4b3dd6 by Markus Trippelsdorf Committed by Markus Trippelsdorf

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
parent 95cfc335
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> 2015-05-11 Thomas Preud'homme <thomas.preudhomme@arm.com>
* gcc.target/arm/pr64616.c: Test dump rather than assembly to work * gcc.target/arm/pr64616.c: Test dump rather than assembly to work
......
...@@ -39,11 +39,11 @@ ...@@ -39,11 +39,11 @@
#endif #endif
#if TARGET_DEFAULT & OPTION_MASK_64BIT #if TARGET_DEFAULT & OPTION_MASK_64BIT
#define OPT_ARCH64 "!"OPT_32 #define OPT_ARCH64 "!" OPT_32
#define OPT_ARCH32 OPT_32 #define OPT_ARCH32 OPT_32
#else #else
#define OPT_ARCH64 OPT_64 #define OPT_ARCH64 OPT_64
#define OPT_ARCH32 "!"OPT_64 #define OPT_ARCH32 "!" OPT_64
#endif #endif
/* Support for a compile-time default CPU, et cetera. The rules are: /* Support for a compile-time default CPU, et cetera. The rules are:
......
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