[Bug libbacktrace/114201] [14 regression] r14-9247-gc6d4fb0062c605 breaks a bunch of tests on powerpc64 BE
ian at airs dot com
gcc-bugzilla@gcc.gnu.org
Sat Mar 2 02:46:51 GMT 2024
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114201
Ian Lance Taylor <ian at airs dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |ian at airs dot com
--- Comment #1 from Ian Lance Taylor <ian at airs dot com> ---
Looks like this is happening because objcopy --only-keep-debug doesn't copy the
.opd section. libbacktrace relies on the .opd section to convert from the
function descriptor to the code address.
Fortunately it looks like we can use the .opd section from the original file.
More information about the Gcc-bugs
mailing list