bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug ld/31982] [2.43 Regression] mir 2.17 build failure during an LTO en


From: doko at debian dot org
Subject: [Bug ld/31982] [2.43 Regression] mir 2.17 build failure during an LTO enabled build
Date: Thu, 29 Aug 2024 08:00:32 +0000

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

[Prev in Thread] Current Thread [Next in Thread]