* dcrt0.cc (cygwin_atexit): Add workaround for broken atexit calls

in __gcc_register_frame of DLLs built with gcc-4.8.3-3.
This commit is contained in:
Corinna Vinschen
2014-10-27 21:19:40 +00:00
parent 8134be8ac2
commit b7749822ed
3 changed files with 38 additions and 0 deletions

View File

@@ -83,3 +83,6 @@ Bug Fixes
- Fix a SEGV in cygcheck if the environment variable COMSPEC is not, or
incorrectly set.
Addresses: https://cygwin.com/ml/cygwin/2014-10/msg00292.html
- Fix a SEGV in some 64 bit applications explicitely dlclosing DLLs.
Addresses: https://cygwin.com/ml/cygwin/2014-10/msg00402.html