From: Dominique d'Humieres Date: Sat, 6 Sep 2014 05:17:10 +0000 (+0000) Subject: re PR bootstrap/63188 (r214954 breaks bootstrap on x86_64-apple-darwin13) X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4fe24839bee48ab1b1fb1e4da33045d238615b9a;p=gcc.git re PR bootstrap/63188 (r214954 breaks bootstrap on x86_64-apple-darwin13) 2014-09-05 Dominique Dhumieres 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 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 07988cdc42c..a8ef78a16dd 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +2014-09-05 Dominique Dhumieres + + 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 PR rtl-optimization/62146 diff --git a/gcc/config/darwin.h b/gcc/config/darwin.h index 10dfa4d4f18..d973d1d2929 100644 --- a/gcc/config/darwin.h +++ b/gcc/config/darwin.h @@ -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 diff --git a/gcc/config/pa/pa64-hpux.h b/gcc/config/pa/pa64-hpux.h index 04b8de96e86..fede450f27e 100644 --- a/gcc/config/pa/pa64-hpux.h +++ b/gcc/config/pa/pa64-hpux.h @@ -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