Skip to content

Commit

Permalink
libatf-c++: Nix expsym for now.
Browse files Browse the repository at this point in the history
Evidently this is machine-dependent owing to variation in C++ symbols
across ABIs:

- amd64 has _ZN3atf4text7to_typeIlEET_RKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE,
  i.e,
  long atf::text::to_type<long>(std::__cxx11::basic_string<char,
  std::char_traits<char>, std::allocator<char> > const&)

- i386 has _ZN3atf4text7to_typeIxEET_RKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE,
  i.e.,
  long long atf::text::to_type<long long>(std::__cxx11::basic_string<char,
  std::char_traits<char>, std::allocator<char> > const&)

Thanks, C++...

PR lib/58838: shared libraries in base should all have expsym lists
  • Loading branch information
riastradh committed Nov 22, 2024
1 parent 4cec2af commit 78affcf
Showing 1 changed file with 0 additions and 274 deletions.
274 changes: 0 additions & 274 deletions external/bsd/atf/lib/libatf-c++/atf-c++.expsym

This file was deleted.

0 comments on commit 78affcf

Please sign in to comment.