We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
debug_loclists
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".
Thanks for open-sourcing abi-compliance-checker, it's an amazing toolset.
abi-compliance-checker
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.The text was updated successfully, but these errors were encountered: