Commit 4fe24839 by Dominique d'Humieres Committed by Mike Stump

re PR bootstrap/63188 (r214954 breaks bootstrap on x86_64-apple-darwin13)

2014-09-05  Dominique Dhumieres  <dominiq@lps.ens.fr>

	PR target/63188
	* config/darwin.h (INIT_SECTION_ASM_OP): Define to "".
	* config/pa/pa64-hpux.h (INIT_SECTION_ASM_OP): Likewise.

From-SVN: r214983
parent a9034823
2014-09-05 Dominique Dhumieres <dominiq@lps.ens.fr>
PR target/63188
* config/darwin.h (INIT_SECTION_ASM_OP): Define to "".
* config/pa/pa64-hpux.h (INIT_SECTION_ASM_OP): Likewise.
2014-09-05 Easwaran Raman <eraman@google.com>
PR rtl-optimization/62146
......@@ -499,7 +499,7 @@ extern GTY(()) int darwin_ms_struct;
#define NO_PROFILE_COUNTERS 1
#undef INIT_SECTION_ASM_OP
#define INIT_SECTION_ASM_OP
#define INIT_SECTION_ASM_OP ""
#undef INVOKE__main
......
......@@ -336,7 +336,7 @@ do { \
the sections are not actually used. However, we still must provide
defines to select the proper code path. */
#undef INIT_SECTION_ASM_OP
#define INIT_SECTION_ASM_OP
#define INIT_SECTION_ASM_OP ""
#undef FINI_SECTION_ASM_OP
#define FINI_SECTION_ASM_OP
......
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