Open MrAnno opened 2 years ago
Hi,
I'm opening this issue as an enhancement idea.
gcc >= 11 now defaults to DWARF 5, which makes abi-dumper fail due to the missing debug_loc section:
gcc >= 11
abi-dumper
debug_loc
ERROR: invalid debug_loc section of object, please fix your elf utils
It seems debug_loc has been replaced with debug_loclists, which is considered a "more compact representation".
debug_loclists
Thanks for open-sourcing abi-compliance-checker, it's an amazing toolset.
abi-compliance-checker
Hi,
I'm opening this issue as an enhancement idea.
gcc >= 11
now defaults to DWARF 5, which makesabi-dumper
fail due to the missingdebug_loc
section:It seems
debug_loc
has been replaced withdebug_loclists
, which is considered a "more compact representation".Thanks for open-sourcing
abi-compliance-checker
, it's an amazing toolset.