aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'libstdc++-v3/ChangeLog')
-rw-r--r--libstdc++-v3/ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index 8d5312dbc9d..4e6db2ab3db 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,3 +1,21 @@
+2016-03-24 Jonathan Wakely <jwakely@redhat.com>
+
+ PR libstdc++/69945
+ * config/abi/pre/gnu.ver: Add new symbol.
+ * libsupc++/eh_alloc.cc (__gnu_cxx::__freeres): Define.
+ * testsuite/18_support/free_eh_pool.cc: New test.
+
+2016-03-23 Bernd Edlinger <bernd.edlinger@hotmail.de>
+
+ * include/Makefile.am (install-freestanding-headers): Add
+ concept_check.h and move.h to the installed headers.
+ * include/Makefile.in: Regenerated.
+ * include/bits/concept_check.h: Ignore _GLIBCXX_CONCEPT_CHECKS for
+ freestanding implementations.
+ * doc/xml/manual/using.xml (_GLIBCXX_CONCEPT_CHECKS): Mention
+ that this macro has no effect for freestanding implementations.
+ * doc/html/manual/using_macros.html: Likewise.
+
2016-02-24 Jonathan Wakely <jwakely@redhat.com>
PR libstdc++/69939