diff options
author | Jeffrey A Law <law@cygnus.com> | 1998-01-23 21:47:43 +0000 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1998-01-23 14:47:43 -0700 |
commit | b4b04bf97f57d04a47f6c86a68b15b4bf5d6d245 (patch) | |
tree | 9d92c28172cfd94343a84010c040cd666e3d5909 /gcc/crtstuff.c | |
parent | deeef0aca040ffca437bb93dca7abfadbb9ad4c6 (diff) | |
download | gcc-b4b04bf97f57d04a47f6c86a68b15b4bf5d6d245.zip gcc-b4b04bf97f57d04a47f6c86a68b15b4bf5d6d245.tar.gz gcc-b4b04bf97f57d04a47f6c86a68b15b4bf5d6d245.tar.bz2 |
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
Diffstat (limited to 'gcc/crtstuff.c')
-rw-r--r-- | gcc/crtstuff.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/crtstuff.c b/gcc/crtstuff.c index 362a2a6..be555b0 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 */ |