aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/ChangeLog
diff options
context:
space:
mode:
authoredlinger <edlinger@138bc75d-0d04-0410-961f-82ee72b054a4>2016-02-23 15:57:09 +0000
committeredlinger <edlinger@138bc75d-0d04-0410-961f-82ee72b054a4>2016-02-23 15:57:09 +0000
commit1347328823fba58215ae16afe5b409ae18ca3abd (patch)
treecdee4f1454326d6f8291d20cc7eb9fe072cf26dc /libstdc++-v3/ChangeLog
parent43b3fc7da8bb61d8f1c3d769b19dae4dd1b762bf (diff)
2016-02-23 Bernd Edlinger <bernd.edlinger@hotmail.de>
PR libstdc++/69881 * include/c_global/cstdarg: Undefine __need___va_list. * include/c_global/cstddef: Undefine all kinds of __need_*. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@233636 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/ChangeLog')
-rw-r--r--libstdc++-v3/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index be4e95cbb43..97170cd3d1a 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,3 +1,9 @@
+2016-02-23 Bernd Edlinger <bernd.edlinger@hotmail.de>
+
+ PR libstdc++/69881
+ * include/c_global/cstdarg: Undefine __need___va_list.
+ * include/c_global/cstddef: Undefine all kinds of __need_*.
+
2016-02-16 Tim Shen <timshen@google.com>
PR libstdc++/69794