diff options
author | DJ Delorie <dj@redhat.com> | 2002-04-01 22:01:20 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2002-04-01 22:01:20 +0000 |
commit | 0c4460bb3cd58e4f6d4d1aaea52afd62eabda37d (patch) | |
tree | 487af46ba4bee21c88cf84a98359e7024be3d59f /libiberty/ChangeLog | |
parent | d2b645005b08c5a9ac48b4e1f5266a25c7716ed4 (diff) | |
download | gdb-0c4460bb3cd58e4f6d4d1aaea52afd62eabda37d.zip gdb-0c4460bb3cd58e4f6d4d1aaea52afd62eabda37d.tar.gz gdb-0c4460bb3cd58e4f6d4d1aaea52afd62eabda37d.tar.bz2 |
merge from gcc
Diffstat (limited to 'libiberty/ChangeLog')
-rw-r--r-- | libiberty/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index feb0379..56bd231 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -1,3 +1,10 @@ +2002-04-01 Phil Edwards <pme@gcc.gnu.org> + + * cp-demangle.c (__cxa_demangle): Also protect with IN_GLIBCPP_V3. + (is_gnu_v3_mangled_ctor, is_gnu_v3_mangled_ctor): Conditionally + not compile if IN_GLIBCPP_V3 defined. + * dyn-string.c: Also allow IN_GLIBCPP_V3 to change allocation scheme. + 2002-03-30 Bryce McKinlay <bryce@waitaki.otago.ac.nz> * cp-demangle.c (java_demangle_v3): Don't try to release "demangled" |