crtstuff.c (init_dummy): Keep the epilogue in the init section for non-ELF systems.
authorJeffrey A Law <law@cygnus.com>
Fri, 23 Jan 1998 21:47:43 +0000 (21:47 +0000)
committerJeff Law <law@gcc.gnu.org>
Fri, 23 Jan 1998 21:47:43 +0000 (14:47 -0700)
        * crtstuff.c (init_dummy): Keep the epilogue in the init
        section for non-ELF systems.

From-SVN: r17464

gcc/ChangeLog
gcc/crtstuff.c

index 35f953494d8800480a67595a9a427d152de0ca9e..029207164e61bd25c79233f6ee46f05ed339a5c5 100644 (file)
@@ -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 <amylaar@cygnus.co.uk>
 
        * sh.md (movqi_i+1): New peephole.
index 362a2a60ef2443a291a96906b695424c7b24290d..be555b02aed446ca7ada929802389da9f2ce3cb8 100644 (file)
@@ -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 */