summaryrefslogtreecommitdiff
path: root/libstdc++-v3/ChangeLog
diff options
context:
space:
mode:
authorredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>2015-04-28 19:42:51 +0000
committerredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>2015-04-28 19:42:51 +0000
commitaf3e9c32ccf022b94d6f033d49c66548f429b588 (patch)
tree070795240ae917ed301687dd648fa947bfd8b364 /libstdc++-v3/ChangeLog
parent6115449af6f689925c52f61b4803e08f06bf91c5 (diff)
downloadgcc-af3e9c32ccf022b94d6f033d49c66548f429b588.tar.gz
* Makefile.am (SUBDIRS): Move python to hosted_source.
* Makefile.in: Regenerate. * acinclude.m4 (glibcxx_SUBDIRS): Reorder. * configure: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@222541 138bc75d-0d04-0410-961f-82ee72b054a4
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 442f91ce529..88c0d97e0b4 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,3 +1,10 @@
+2015-04-28 Jonathan Wakely <jwakely@redhat.com>
+
+ * Makefile.am (SUBDIRS): Move python to hosted_source.
+ * Makefile.in: Regenerate.
+ * acinclude.m4 (glibcxx_SUBDIRS): Reorder.
+ * configure: Regenerate.
+
2015-04-28 Marc Glisse <marc.glisse@inria.fr>
PR libstdc++/65883