https://sourceware.org/bugzilla/show_bug.cgi?id=31982

Matthias Klose <doko at debian dot org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |NEW

--- Comment #7 from Matthias Klose <doko at debian dot org> ---
$ readelf --dyn-syms -W /lib/aarch64-linux-gnu/libstdc++.so.6.0.33 | grep
_ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC.EPKcmRKS3_
  1741: 0000000000167380    60 FUNC    WEAK   DEFAULT   13
_ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC2EPKcmRKS3_@@GLIBCXX_3.4.21
  4088: 0000000000167380    60 FUNC    WEAK   DEFAULT   13
_ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1EPKcmRKS3_@@GLIBCXX_3.4.21

$ readelf --dyn-syms -W /lib/aarch64-linux-gnu/libstdc++.so.6.0.33 | grep
_ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC.EPKcmRKS3_|c++filt
  1741: 0000000000167380    60 FUNC    WEAK   DEFAULT   13
std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>
>::basic_string(char const*, unsigned long, std::allocator<char>
const&)@@GLIBCXX_3.4.21
  4088: 0000000000167380    60 FUNC    WEAK   DEFAULT   13
std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>
>::basic_string(char const*, unsigned long, std::allocator<char>
const&)@@GLIBCXX_3.4.21

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Reply via email to