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
This commit is contained in:
parent
a903482346
commit
4fe24839be
3 changed files with 8 additions and 2 deletions
|
@ -1,3 +1,9 @@
|
|||
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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue