Closed haraldh closed 3 years ago
In case LTO was activated, the gnu linker places the symbols in .gnu.lto sections, which readelf prior to 2.36.1 did not understand. Later versions support the --lto-syms option, which is now used for the test-symbols test case.
readelf
2.36.1
--lto-syms
test-symbols
Fixes: https://github.com/varlink/libvarlink/issues/30
In case LTO was activated, the gnu linker places the symbols in .gnu.lto sections, which
readelf
prior to2.36.1
did not understand. Later versions support the--lto-syms
option, which is now used for thetest-symbols
test case.Fixes: https://github.com/varlink/libvarlink/issues/30