Skip to content
Commit 36406545 authored by Florian Weimer's avatar Florian Weimer
Browse files

nptl_db: Re-use the ELF-to-abilist converter for ABI checking



The previous approach uses readelf -DWs, which does not produce
a stable output format (older binutils versions do not include
symbol version information).  This commit re-uses scripts/abilist.awk
with a tweak to include GLIBC_PRIVATE symbols.  This awk script
is based on objdump -T output, which appears to be stable over time.

Reviewed-by: default avatarSzabolcs Nagy <szabolcs.nagy@arm.com>
parent 9dc7dc57
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment