bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug binutils/27521] New: objdump: DWARF error: invalid or unhandled FOR


From: mliska at suse dot cz
Subject: [Bug binutils/27521] New: objdump: DWARF error: invalid or unhandled FORM value: 0x25
Date: Fri, 05 Mar 2021 09:05:29 +0000

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.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]