diff options
author | Phil Edwards <pme@gcc.gnu.org> | 2002-04-01 21:55:12 +0000 |
---|---|---|
committer | Phil Edwards <pme@gcc.gnu.org> | 2002-04-01 21:55:12 +0000 |
commit | bd7e6f2d207b371f0699d092f0e5a3efd31eb5e0 (patch) | |
tree | 109b3bc7a1238e3c14897e24e922cb7fadb46de0 /libiberty/ChangeLog | |
parent | 7bf421c16301f02682bb73fe7d726d2572da2042 (diff) | |
download | gcc-bd7e6f2d207b371f0699d092f0e5a3efd31eb5e0.zip gcc-bd7e6f2d207b371f0699d092f0e5a3efd31eb5e0.tar.gz gcc-bd7e6f2d207b371f0699d092f0e5a3efd31eb5e0.tar.bz2 |
cp-demangle.c (__cxa_demangle): Also protect with IN_GLIBCPP_V3.
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.
From-SVN: r51708
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 bc943fe..ae06bfc 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" |