* common.din (__cxa_finalize): Export.

* dcrt0.cc (cygwin_atexit): Use d->handle with __cxa_atexit.
* dll_init.cc (dll_list::detach): Use d->handle with __cxa_finalize.
* include/cygwin/version.h (CYGWIN_VERSION_API_MINOR): Use 274 for
__cxa_finalize as well.
This commit is contained in:
Yaakov Selkowitz
2014-08-07 16:25:06 +00:00
parent 85a7b23a5c
commit f9c956a1ff
5 changed files with 14 additions and 5 deletions

View File

@ -449,7 +449,7 @@ details. */
273: Introduce account mapping from Windows account DBs. Add CW_SETENT,
CW_GETENT, CW_ENDENT, CW_GETNSSSEP, CW_GETPWSID, CW_GETGRSID,
CW_CYGNAME_FROM_WINNAME.
274: Export __cxa_atexit.
274: Export __cxa_atexit and __cxa_finalize.
*/
/* Note that we forgot to bump the api for ualarm, strtoll, strtoull */