diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2010-11-16 17:58:26 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2010-11-16 17:58:26 +0000 |
commit | a0692e366ae31b249502c7c60d7091211f680c68 (patch) | |
tree | eaee4e41fd8b33deff1a75245c1bc4725320cbab /libiberty/ChangeLog | |
parent | 97924a976b7d6e1669cf22c5fdf292a53bae6bd0 (diff) | |
download | gdb-a0692e366ae31b249502c7c60d7091211f680c68.zip gdb-a0692e366ae31b249502c7c60d7091211f680c68.tar.gz gdb-a0692e366ae31b249502c7c60d7091211f680c68.tar.bz2 |
Properly demangle a global constructor symbol.
2010-11-16 H.J. Lu <hongjiu.lu@intel.com>
PR other/42670
PR binutils/11137
* cp-demangle.c (d_make_demangle_mangled_name): New.
(d_demangle_callback): Use it on DCT_GLOBAL_XTORS.
* testsuite/demangle-expected: Updated.
Diffstat (limited to 'libiberty/ChangeLog')
-rw-r--r-- | libiberty/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index 4bd5b20..488fd2d 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -1,3 +1,12 @@ +2010-11-16 H.J. Lu <hongjiu.lu@intel.com> + + PR other/42670 + PR binutils/11137 + * cp-demangle.c (d_make_demangle_mangled_name): New. + (d_demangle_callback): Use it on DCT_GLOBAL_XTORS. + + * testsuite/demangle-expected: Updated. + 2010-11-14 Kai Tietz <kai.tietz@onevision.com> * simple-object-coff.c (simple_object_coff_read_strtab): Fix reading |