From: Jeffrey A Law Date: Fri, 23 Jan 1998 21:47:43 +0000 (+0000) Subject: crtstuff.c (init_dummy): Keep the epilogue in the init section for non-ELF systems. X-Git-Tag: releases/libf2c-0.5.21~101 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b4b04bf97f57d04a47f6c86a68b15b4bf5d6d245;p=thirdparty%2Fgcc.git crtstuff.c (init_dummy): Keep the epilogue in the init section for non-ELF systems. * crtstuff.c (init_dummy): Keep the epilogue in the init section for non-ELF systems. From-SVN: r17464 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 35f953494d88..029207164e61 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +Fri Jan 23 22:48:24 1998 Jeffrey A Law (law@cygnus.com) + + * crtstuff.c (init_dummy): Keep the epilogue in the init + section for non-ELF systems. + Fri Jan 23 23:28:59 1998 J"orn Rennecke * sh.md (movqi_i+1): New peephole. diff --git a/gcc/crtstuff.c b/gcc/crtstuff.c index 362a2a60ef24..be555b02aed4 100644 --- a/gcc/crtstuff.c +++ b/gcc/crtstuff.c @@ -392,7 +392,6 @@ __do_global_ctors_aux () /* prologue goes in .text section */ #ifdef FORCE_INIT_SECTION_ALIGN FORCE_INIT_SECTION_ALIGN; #endif - asm (TEXT_SECTION_ASM_OP); } /* epilogue and body go in .init section */ #endif /* OBJECT_FORMAT_ELF */