aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2014-08-13 17:44:16 +0000
committerCorinna Vinschen <corinna@vinschen.de>2014-08-13 17:44:16 +0000
commit8ed006266ffc25b50c1ab38266e32ad07709812c (patch)
treedbe18c194910d5e970f8c689dd4cffff83afe0d9
parent101119ab7e9ef06f3f4050796f13873a19323191 (diff)
downloadnewlib-8ed006266ffc25b50c1ab38266e32ad07709812c.zip
newlib-8ed006266ffc25b50c1ab38266e32ad07709812c.tar.gz
newlib-8ed006266ffc25b50c1ab38266e32ad07709812c.tar.bz2
*** empty log message ***
-rw-r--r--winsup/doc/new-features.xml22
1 files changed, 22 insertions, 0 deletions
diff --git a/winsup/doc/new-features.xml b/winsup/doc/new-features.xml
index 0c24c26..ebf4a17 100644
--- a/winsup/doc/new-features.xml
+++ b/winsup/doc/new-features.xml
@@ -4,6 +4,28 @@
<sect1 id="ov-new1.7"><title>What's new and what changed in Cygwin 1.7</title>
+<sect2 id="ov-new1.7.32"><title>What's new and what changed in 1.7.32</title>
+
+<itemizedlist mark="bullet">
+
+<listitem><para>
+Export __cxa_atexit and __cxa_finalize to allow C++ standards-compliant
+destructor handling in libstdc++ and g++ compiled code.
+
+Please note that, in order to benefit from this new feature, C++ code
+must be recompiled with the upcoming gcc 4.8.3-3 release which will
+enable the -fuse-cxa-atexit flag by default, and that C++ applications
+using this feature will not run on older Cygwin releases.
+</para></listitem>
+
+<listitem><para>
+Support more recent CPU flags in /proc/cpuinfo.
+</para></listitem>
+
+</itemizedlist>
+
+</sect2>
+
<sect2 id="ov-new1.7.31"><title>What's new and what changed from 1.7.30 to 1.7.31</title>
<itemizedlist mark="bullet">