aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorJohn David Anglin <danglin@gcc.gnu.org>2016-10-29 16:25:49 +0000
committerJohn David Anglin <danglin@gcc.gnu.org>2016-10-29 16:25:49 +0000
commite421be7677f480f1ca5842c5a2a96c829fd47266 (patch)
treebeb7151ed4ffb1854a39e9463c20f2acd195d34b /gcc
parenta654d5d013b0d35baa09e1c9344847b864a94cfe (diff)
downloadgcc-e421be7677f480f1ca5842c5a2a96c829fd47266.zip
gcc-e421be7677f480f1ca5842c5a2a96c829fd47266.tar.gz
gcc-e421be7677f480f1ca5842c5a2a96c829fd47266.tar.bz2
pa64-hpux.h (FINI_SECTION_ASM_OP): Define to null string.
* config/pa/pa64-hpux.h (FINI_SECTION_ASM_OP): Define to null string. From-SVN: r241680
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/config/pa/pa64-hpux.h2
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 852426a..7d153d2 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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
diff --git a/gcc/config/pa/pa64-hpux.h b/gcc/config/pa/pa64-hpux.h
index c6cbc5f..8c09ede 100644
--- a/gcc/config/pa/pa64-hpux.h
+++ b/gcc/config/pa/pa64-hpux.h
@@ -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. */