From e421be7677f480f1ca5842c5a2a96c829fd47266 Mon Sep 17 00:00:00 2001 From: John David Anglin Date: Sat, 29 Oct 2016 16:25:49 +0000 Subject: [PATCH] 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 --- gcc/ChangeLog | 4 ++++ gcc/config/pa/pa64-hpux.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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 + + * config/pa/pa64-hpux.h (FINI_SECTION_ASM_OP): Define to null string. + 2016-10-29 Jakub Jelinek 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. */ -- 2.7.4