* config/pa/pa64-hpux.h (FINI_SECTION_ASM_OP): Define to null string.
From-SVN: r241680
+2016-10-29 John David Anglin <danglin@gcc.gnu.org>
+
+ * config/pa/pa64-hpux.h (FINI_SECTION_ASM_OP): Define to null string.
+
2016-10-29 Jakub Jelinek <jakub@redhat.com>
PR target/78148
#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. */