diff options
author | H.J. Lu <hjl@gcc.gnu.org> | 2010-01-09 16:24:52 -0800 |
---|---|---|
committer | H.J. Lu <hjl@gcc.gnu.org> | 2010-01-09 16:24:52 -0800 |
commit | 9b2adcdbc12edf30eb4bedcff79f8f9050c7f29a (patch) | |
tree | 2b6609917b3fbd2025fcdb94fb3fac7f8b42e73b /libiberty/ChangeLog | |
parent | be24b7fbd0049a13ab667c55598d7ad71c334f83 (diff) | |
download | gcc-9b2adcdbc12edf30eb4bedcff79f8f9050c7f29a.zip gcc-9b2adcdbc12edf30eb4bedcff79f8f9050c7f29a.tar.gz gcc-9b2adcdbc12edf30eb4bedcff79f8f9050c7f29a.tar.bz2 |
Return dgs.alc on success
libiberty/
2010-01-09 Ian Lance Taylor <iant@google.com>
PR other/42230
* cp-demangle.c (d_demangle): Return dgs.alc on success.
libstdc++-v3/
2010-01-09 H.J. Lu <hongjiu.lu@intel.com>
PR other/42230
* testsuite/abi/pr42230.cc: New.
From-SVN: r155785
Diffstat (limited to 'libiberty/ChangeLog')
-rw-r--r-- | libiberty/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index c3d8f19..effb327 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -1,3 +1,8 @@ +2010-01-09 Ian Lance Taylor <iant@google.com> + + PR other/42230 + * cp-demangle.c (d_demangle): Return dgs.alc on success. + 2010-01-04 Nobuhiro Iwamatsu <iwamatsu@nigauri.org> PR target/42316 |