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/testsuite | |
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/testsuite')
-rw-r--r-- | libiberty/testsuite/demangle-expected | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libiberty/testsuite/demangle-expected b/libiberty/testsuite/demangle-expected index 5b15445..5ce0377 100644 --- a/libiberty/testsuite/demangle-expected +++ b/libiberty/testsuite/demangle-expected @@ -3610,8 +3610,8 @@ std::_Alloc_traits<std::basic_string<char, std::string_char_traits<char>, libcw: # --format=gnu-v3 --no-params _GLOBAL__I__Z2fnv -global constructors keyed to _Z2fnv -global constructors keyed to _Z2fnv +global constructors keyed to fn() +global constructors keyed to fn() # --format=gnu-v3 --no-params _Z1rM1GFivEMS_KFivES_M1HFivES1_4whatIKS_E5what2IS8_ES3_ |