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: ``` 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". ---- Thanks for open-sourcing `abi-compliance-checker`, it's an amazing toolset.