summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/ChangeLog
diff options
context:
space:
mode:
authorYaakov Selkowitz <yselkowi@redhat.com>2014-08-07 16:25:06 +0000
committerYaakov Selkowitz <yselkowi@redhat.com>2014-08-07 16:25:06 +0000
commitf9c956a1ff9f636a6a2cc201d1996231231a7c77 (patch)
tree4aea1df889ef15a7cecad98fbdcf353b34e1f690 /winsup/cygwin/ChangeLog
parent85a7b23a5c35e0a1ea2b1c843a3afb4f58d1d798 (diff)
downloadcygnal-f9c956a1ff9f636a6a2cc201d1996231231a7c77.tar.gz
cygnal-f9c956a1ff9f636a6a2cc201d1996231231a7c77.tar.bz2
cygnal-f9c956a1ff9f636a6a2cc201d1996231231a7c77.zip
* 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.
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r--winsup/cygwin/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 00d94efcc..7f0e354e3 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,3 +1,11 @@
+2014-08-07 Yaakov Selkowitz <yselkowi@redhat.com>
+
+ * 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.
+
2014-08-04 Anthony Heading <anthony@ajrh.net>
* include/sys/file.h: Add extern "C".