aboutsummaryrefslogtreecommitdiff
path: root/libiberty/ChangeLog
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@wasabisystems.com>2004-02-24 02:49:24 +0000
committerIan Lance Taylor <ian@gcc.gnu.org>2004-02-24 02:49:24 +0000
commit4a368ffd957ae319f3e608cd7c2e77d72857d78a (patch)
treebc72851c9f3e87d5398c7bdd12449baa2f2afa7b /libiberty/ChangeLog
parent8ad1c80ea8014f15b5d5101de011bc40bec661e7 (diff)
downloadgcc-4a368ffd957ae319f3e608cd7c2e77d72857d78a.zip
gcc-4a368ffd957ae319f3e608cd7c2e77d72857d78a.tar.gz
gcc-4a368ffd957ae319f3e608cd7c2e77d72857d78a.tar.bz2
cp-demangle.c (__cxa_demangle): It is not an error if status is not NULL.
2004-02-23 Ian Lance Taylor <ian@wasabisystems.com> * 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. (main): If IN_GLIBCPP_V3 is defined, test __cxa_demangle rather than cplus_demangle_v3. From-SVN: r78348
Diffstat (limited to 'libiberty/ChangeLog')
-rw-r--r--libiberty/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog
index 586fa1f..97ba223 100644
--- a/libiberty/ChangeLog
+++ b/libiberty/ChangeLog
@@ -1,5 +1,11 @@
2004-02-23 Ian Lance Taylor <ian@wasabisystems.com>
+ * 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.
+ (main): If IN_GLIBCPP_V3 is defined, test __cxa_demangle rather
+ than cplus_demangle_v3.
+
* dyn-string.c: Remove test of IN_LIBGCC2 and IN_GLIBCPP_V3 and
the associated #define of RETURN_ON_ALLOCATION_FAILURE.