summaryrefslogtreecommitdiff
path: root/libio/ChangeLog
diff options
context:
space:
mode:
authorsamuel <samuel@138bc75d-0d04-0410-961f-82ee72b054a4>2000-06-30 15:25:33 +0000
committersamuel <samuel@138bc75d-0d04-0410-961f-82ee72b054a4>2000-06-30 15:25:33 +0000
commitb7f68aff4588dca457de7aa052e23dc7d2631f19 (patch)
tree67c66f46e7f0fe9c54e0629a21c96199e0fae8f7 /libio/ChangeLog
parent43106ad9b9724d1aa08421fef4737427314db2ac (diff)
downloadgcc-b7f68aff4588dca457de7aa052e23dc7d2631f19.tar.gz
in libiberty/ChangeLog:
* cp-demangle.c (demangle_encoding): Accept no substitutions. (demangle_name): Handle <substitution> followed by <unqualified-template-name>. (demangle_type): Follow special substitutions with <class-enum-type> (demangle_subtitution): Set template_p for special substitutions. (main): Fix typos. in gcc/cp/ChangeLog: * mangle.c (find_substitution): Use same_type_p. (write_encoding): Don't check for substitutions. in libio/ChangeLog: * libioP.h (VTABLE_LABEL): Update for new vtable mangling. * stdstrbufs.cc (filebuf_vtable): Likewise. (stdiobuf_vtable): Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@34811 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libio/ChangeLog')
-rw-r--r--libio/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/libio/ChangeLog b/libio/ChangeLog
index b7b30ea0e24..1ac3f623145 100644
--- a/libio/ChangeLog
+++ b/libio/ChangeLog
@@ -1,3 +1,9 @@
+2000-06-28 Alex Samuel <samuel@codesourcery.com>
+
+ * libioP.h (VTABLE_LABEL): Update for new vtable mangling.
+ * stdstrbufs.cc (filebuf_vtable): Likewise.
+ (stdiobuf_vtable): Likewise.
+
2000-06-04 Mark Mitchell <mark@codesourcery.com>
* libioP.h: Handle new ABI mangling.