aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/ChangeLog
diff options
context:
space:
mode:
authorredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>2016-02-01 11:13:40 +0000
committerredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>2016-02-01 11:13:40 +0000
commit65821ae78d9b50efd5ca949924cf36754fdefa64 (patch)
tree7ac2f4a6390cb6f754d2f262c9f6e8c29fdab738 /libstdc++-v3/ChangeLog
parent34486d84bbf6a1c4cf6d2d81cb72920da7d7f871 (diff)
Don't define guard macros when doing #include_next in math.h and stdlib.h
2016-02-01 Bernd Edlinger <bernd.edlinger@hotmail.de> PR libstdc++/69581 * include/c_compatibility/math.h: Move header guards. * include/c_compatibility/stdlib.h: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@233035 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 b4aae43eac3..3edd72bb570 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,3 +1,9 @@
+2016-02-01 Bernd Edlinger <bernd.edlinger@hotmail.de>
+
+ PR libstdc++/69581
+ * include/c_compatibility/math.h: Move header guards.
+ * include/c_compatibility/stdlib.h: Likewise.
+
2016-01-29 Jonathan Wakely <jwakely@redhat.com>
PR libstdc++/69506