On Sep 6, 2014, at 12:20 AM, Andreas Schwab <sch...@linux-m68k.org> wrote: > Mike Stump <mikest...@comcast.net> writes: > >> Index: config/pa/pa64-hpux.h >> =================================================================== >> --- config/pa/pa64-hpux.h (revision 214981) >> +++ config/pa/pa64-hpux.h (working copy) >> @@ -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 > > What about FINI_SECTION_ASM_OP?
That wasn’t part of the tested patch in the PR. :-( If someone can confirm it breaks the hp build, I’ll just fix it… I’ll note that people are free to use “” FINI_SECTION_ASM_OP as well, which I suspect won’t break with the above definition.