pa64-hpux.h (FINI_SECTION_ASM_OP): Define to null string.
authorJohn David Anglin <danglin@gcc.gnu.org>
Sat, 29 Oct 2016 16:25:49 +0000 (16:25 +0000)
committerJohn David Anglin <danglin@gcc.gnu.org>
Sat, 29 Oct 2016 16:25:49 +0000 (16:25 +0000)
* config/pa/pa64-hpux.h (FINI_SECTION_ASM_OP): Define to null string.

From-SVN: r241680

gcc/ChangeLog
gcc/config/pa/pa64-hpux.h

index 852426a..7d153d2 100644 (file)
@@ -1,3 +1,7 @@
+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
index c6cbc5f..8c09ede 100644 (file)
@@ -336,7 +336,7 @@ do {                                                                \
 #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.  */