aboutsummaryrefslogtreecommitdiff
path: root/libiberty/ChangeLog
diff options
context:
space:
mode:
authorDJ Delorie <dj@redhat.com>2002-02-03 13:12:45 +0000
committerDJ Delorie <dj@redhat.com>2002-02-03 13:12:45 +0000
commit42da15d6b301762d3baeffef9cc4379e472fdad2 (patch)
treededc292521c1b63d4aeebda9f7f93d636f4fabe2 /libiberty/ChangeLog
parent6ca652b0db8d98b581fbdec110028f0ddae0d19d (diff)
downloadgdb-42da15d6b301762d3baeffef9cc4379e472fdad2.zip
gdb-42da15d6b301762d3baeffef9cc4379e472fdad2.tar.gz
gdb-42da15d6b301762d3baeffef9cc4379e472fdad2.tar.bz2
merge from gcc
Diffstat (limited to 'libiberty/ChangeLog')
-rw-r--r--libiberty/ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog
index 04b01d7..a263823 100644
--- a/libiberty/ChangeLog
+++ b/libiberty/ChangeLog
@@ -1,3 +1,21 @@
+2002-02-02 H.J. Lu (hjl@gnu.org)
+
+ * cp-demangle.c (cp_demangle_type): Do not protect with
+ IN_LIBGCC2.
+ (cplus_demangle_v3_all): New.
+ (cplus_demangle_v3): Call cplus_demangle_v3_all.
+ (cplus_demangle_v3_type): Call cplus_demangle_v3_all.
+
+ * cplus-dem.c (cplus_demangle_v3_p): New function pointer.
+ Initialized to cplus_demangle_v3.
+ (cplus_demangle_with_style): Call cplus_demangle_v3_p instead
+ of cplus_demangle_v3.
+ (main): Set cplus_demangle_v3_p to cplus_demangle_v3_type for
+ command line symbol.
+
+ * testsuite/regress-demangle: Pass the mangled name at the
+ command line.
+
2002-02-01 H.J. Lu <hjl@gnu.org>
* cp-demangle.c (cp_demangle_type): Call demangling_new with