]> git.ipfire.org Git - thirdparty/gcc.git/commit
cygming-crtend.c (register_frame_ctor): Move atexit call from here...
authorYaakov Selkowitz <yselkowi@redhat.com>
Tue, 19 Aug 2014 15:22:59 +0000 (15:22 +0000)
committerKai Tietz <ktietz@gcc.gnu.org>
Tue, 19 Aug 2014 15:22:59 +0000 (17:22 +0200)
commit25efdb9f926ae203b89168293e38bc48b85fc20f
treeef3547031c0e3ad7bb00a76cbb7dfdb7fb40264d
parent301f44023e0c46542329b5f77763685529a46267
cygming-crtend.c (register_frame_ctor): Move atexit call from here...

2014-08-19  Yaakov Selkowitz  <yselkowi@redhat.com>

* config/i386/cygming-crtend.c (register_frame_ctor): Move atexit
call from here...
* config/i386/cygming-crtbegin.c (__gcc_register_frame): to here.
(__dso_handle): Define on Cygwin.
* config/i386/t-cygming (crtbeginS.o): New rule.
* config.host (*-*-cygwin*): Add crtbeginS.o to extra_parts.

From-SVN: r214162
libgcc/ChangeLog
libgcc/config.host
libgcc/config/i386/cygming-crtbegin.c
libgcc/config/i386/cygming-crtend.c
libgcc/config/i386/t-cygming