diff options
author | H.J. Lu <hongjiu.lu@intel.com> | 2010-12-24 20:14:37 -0500 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2013-01-28 09:09:57 -0800 |
commit | d98bc91f30f657da1489e92983d72ef3a44a292f (patch) | |
tree | 323ef8439558fe3dcea3a041045008d25ce1f543 /sysdeps/i386 | |
parent | 3a33e487eeb65e2f1f633581c56bee2c60d0ca43 (diff) | |
download | glibc-hjl/ctor/release/2.12.tar.gz |
Remove `.ctors' and `.dtors' output sectionshjl/ctor/release/2.12
Conflicts:
ChangeLog
configure
Diffstat (limited to 'sysdeps/i386')
-rw-r--r-- | sysdeps/i386/init-first.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysdeps/i386/init-first.c b/sysdeps/i386/init-first.c index c6355a8b7b..2af042fe4b 100644 --- a/sysdeps/i386/init-first.c +++ b/sysdeps/i386/init-first.c @@ -59,7 +59,9 @@ _init (int argc, ...) { init (&argc); +#ifndef NO_CTORS_DTORS_SECTIONS __libc_global_ctors (); +#endif } #endif |