From: John David Anglin Date: Sat, 29 Oct 2016 16:25:49 +0000 (+0000) Subject: pa64-hpux.h (FINI_SECTION_ASM_OP): Define to null string. X-Git-Tag: basepoints/gcc-8~3508 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e421be7677f480f1ca5842c5a2a96c829fd47266;p=thirdparty%2Fgcc.git 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 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 852426aefa18..7d153d27f371 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 c6cbc5f582c0..8c09ede6104b 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. */