summaryrefslogtreecommitdiff
path: root/libstdc++-v3/ChangeLog
diff options
context:
space:
mode:
authorpme <pme@138bc75d-0d04-0410-961f-82ee72b054a4>2004-07-11 07:46:21 +0000
committerpme <pme@138bc75d-0d04-0410-961f-82ee72b054a4>2004-07-11 07:46:21 +0000
commit1abe8d9ca06d6ff6058717492c4fd75f1afedb01 (patch)
tree697e3f249976b39142136b8d9da4c7825757dfa8 /libstdc++-v3/ChangeLog
parentbe95d968d5189885ac281baa1db864550ac20daf (diff)
downloadgcc-1abe8d9ca06d6ff6058717492c4fd75f1afedb01.tar.gz
2004-07-11 Phil Edwards <phil@codesourcery.com>
* acinclude.m4: Cosmetic shell syntax fixes. * configure.ac: Bring comment inline with reality. * configure.host: Both of the above. Move 'arm' case to right place in host_cpu switch. * aclocal.m4, configure: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@84497 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/ChangeLog')
-rw-r--r--libstdc++-v3/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index 00ce84dac50..aeffd691d8f 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,3 +1,11 @@
+2004-07-11 Phil Edwards <phil@codesourcery.com>
+
+ * acinclude.m4: Cosmetic shell syntax fixes.
+ * configure.ac: Bring comment inline with reality.
+ * configure.host: Both of the above. Move 'arm' case to right
+ place in host_cpu switch.
+ * aclocal.m4, configure: Regenerate.
+
2004-07-09 Paolo Carlini <pcarlini@suse.de>
Add wchar_t counterparts of the basic_stringbuf<char> tests.