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.