summaryrefslogtreecommitdiff
path: root/libiberty/ChangeLog
diff options
context:
space:
mode:
authorian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>2004-02-24 04:02:22 +0000
committerian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>2004-02-24 04:02:22 +0000
commitf356b17104639c5aee88ac3b1b9fe1c0a0ad78de (patch)
tree6fc1328e20e8ac209f7778f91545696375e14ba0 /libiberty/ChangeLog
parent23c096757e6b13e3ab7792d414dad3bca4f822a0 (diff)
downloadgcc-f356b17104639c5aee88ac3b1b9fe1c0a0ad78de.tar.gz
* cp-demangle.c (__cxa_demangle): Adjust last patch to handle
empty string correctly. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@78353 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libiberty/ChangeLog')
-rw-r--r--libiberty/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog
index 97ba223979e..a43fb90272b 100644
--- a/libiberty/ChangeLog
+++ b/libiberty/ChangeLog
@@ -1,5 +1,8 @@
2004-02-23 Ian Lance Taylor <ian@wasabisystems.com>
+ * cp-demangle.c (__cxa_demangle): Adjust last patch to handle
+ empty string correctly.
+
* cp-demangle.c (__cxa_demangle): It is not an error if status is
not NULL. It is an error if the mangled name is the same as a
built-in type name.