https://sourceware.org/bugzilla/show_bug.cgi?id=27521
Bug ID: 27521 Summary: objdump: DWARF error: invalid or unhandled FORM value: 0x25 Product: binutils Version: 2.37 (HEAD) Status: UNCONFIRMED Severity: normal Priority: P2 Component: binutils Assignee: unassigned at sourceware dot org Reporter: mliska at suse dot cz Target Milestone: --- Created attachment 13289 --> https://sourceware.org/bugzilla/attachment.cgi?id=13289&action=edit object file That comes when DWARF 5 is used with clang 11 release: $ cat bzip2.i int main() { return 0; } $ clang bzip2.i -c -g -gdwarf-5 && objdump -S bzip2.o >/dev/null objdump: DWARF error: invalid or unhandled FORM value: 0x25 -- You are receiving this mail because: You are on the CC list for the bug.