aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/ChangeLog
diff options
context:
space:
mode:
authorDoug Kwan <dougkwan@google.com>2011-03-15 20:56:52 +0000
committerDoug Kwan <dougkwan@gcc.gnu.org>2011-03-15 20:56:52 +0000
commit38b8f67a6d9306eb5fd1f04ad77347cf8cb1561c (patch)
tree729cf1e0b6a3733fa655d1edb0a05507baa64f27 /libstdc++-v3/ChangeLog
parent3b0f203438665e5032d6f4d56dd2c60a41a1061f (diff)
downloadgcc-38b8f67a6d9306eb5fd1f04ad77347cf8cb1561c.zip
gcc-38b8f67a6d9306eb5fd1f04ad77347cf8cb1561c.tar.gz
gcc-38b8f67a6d9306eb5fd1f04ad77347cf8cb1561c.tar.bz2
re PR libstdc++/48123 (bits/cpu_defines.h not installed in freestanding mode.)
2011-03-15 Doug Kwan <dougkwan@google.com> PR libstdc++/48123 * include/Makefile.am (install-freestanding-headers): Install cpu_defines.h * include/Makefile.in: Regenerate. From-SVN: r171019
Diffstat (limited to 'libstdc++-v3/ChangeLog')
-rw-r--r--libstdc++-v3/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index f5dd9b4..b368c02 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,3 +1,10 @@
+2011-03-15 Doug Kwan <dougkwan@google.com>
+
+ PR libstdc++/48123
+ * include/Makefile.am (install-freestanding-headers): Install
+ cpu_defines.h
+ * include/Makefile.in: Regenerate.
+
2011-03-15 Benjamin Kosnik <bkoz@redhat.com>
* config/abi/pre/gnu.ver: Make nested_exception exports super clear.