The attached patch changes the define of FINI_SECTION_ASM_OP to match that of INIT_SECTION_ASM_OP.
Tested on hppa64-hp-hpux11.11. Committed to trunk. Dave -- John David Anglin dave.ang...@bell.net
2016-10-29 John David Anglin <dang...@gcc.gnu.org> * config/pa/pa64-hpux.h (FINI_SECTION_ASM_OP): Define to null string. Index: config/pa/pa64-hpux.h =================================================================== --- config/pa/pa64-hpux.h (revision 241676) +++ config/pa/pa64-hpux.h (working copy) @@ -336,7 +336,7 @@ #undef INIT_SECTION_ASM_OP #define INIT_SECTION_ASM_OP "" #undef FINI_SECTION_ASM_OP -#define FINI_SECTION_ASM_OP +#define FINI_SECTION_ASM_OP "" /* We are using array initializers and don't want calls in the INIT and FINI sections. */