Commit e421be76 by John David Anglin

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
parent a654d5d0
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
......@@ -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. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment