Commit b4b04bf9 by Jeffrey A Law Committed by Jeff Law

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
parent deeef0ac
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> Fri Jan 23 23:28:59 1998 J"orn Rennecke <amylaar@cygnus.co.uk>
* sh.md (movqi_i+1): New peephole. * sh.md (movqi_i+1): New peephole.
......
...@@ -392,7 +392,6 @@ __do_global_ctors_aux () /* prologue goes in .text section */ ...@@ -392,7 +392,6 @@ __do_global_ctors_aux () /* prologue goes in .text section */
#ifdef FORCE_INIT_SECTION_ALIGN #ifdef FORCE_INIT_SECTION_ALIGN
FORCE_INIT_SECTION_ALIGN; FORCE_INIT_SECTION_ALIGN;
#endif #endif
asm (TEXT_SECTION_ASM_OP);
} /* epilogue and body go in .init section */ } /* epilogue and body go in .init section */
#endif /* OBJECT_FORMAT_ELF */ #endif /* OBJECT_FORMAT_ELF */
......
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