bug-binutils
[Top][All Lists]
Advanced

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

[Bug binutils/27390] New: [readelf] Support DW_FORM_strx1 and DW_FORM_ad


From: vries at gcc dot gnu.org
Subject: [Bug binutils/27390] New: [readelf] Support DW_FORM_strx1 and DW_FORM_addrx
Date: Wed, 10 Feb 2021 10:23:18 +0000

https://sourceware.org/bugzilla/show_bug.cgi?id=27390

            Bug ID: 27390
           Summary: [readelf] Support DW_FORM_strx1 and DW_FORM_addrx
           Product: binutils
           Version: 2.37 (HEAD)
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: binutils
          Assignee: unassigned at sourceware dot org
          Reporter: vries at gcc dot gnu.org
  Target Milestone: ---

...
$ clang hello.c -gdwarf-5                          
$ readelf -w a.out > READELF
readelf: Warning: Unrecognized form: 37
readelf: Warning: Unrecognized form: 37
readelf: Warning: Unrecognized form: 37
readelf: Warning: Unsupported form (DW_FORM_strx1) for attribute DW_AT_comp_dir
readelf: Warning: Unrecognized form: 27
readelf: Warning: DIE at offset 0xe6 refers to abbreviation number 8 which does
not exist
readelf: Warning: Unrecognized form: 37
readelf: Warning: Unrecognized form: 37
readelf: Warning: Unrecognized form: 37
readelf: Warning: Unsupported form (DW_FORM_strx1) for attribute DW_AT_comp_dir
readelf: Warning: Unrecognized form: 27
readelf: Warning: DIE at offset 0xe6 refers to abbreviation number 8 which does
not exist
readelf: Warning: Unrecognized form: 37
readelf: Warning: Unrecognized form: 37
readelf: Warning: Unrecognized form: 37
readelf: Warning: Unrecognized form: 27
readelf: Warning: DIE at offset 0xe6 refers to abbreviation number 8 which does
not exist
readelf: Warning: Unable to load/parse the .debug_info section, so cannot
interpret the .debug_loc section.
readelf: Warning: Unable to load/parse the .debug_info section, so cannot
interpret the .debug_ranges section.
readelf: Warning: Unable to load/parse the .debug_info section, so cannot
interpret the .debug_addr section.
...

Form 37: 0x25: DW_FORM_strx1

Form 27: 0x1b: DW_FORM_addrx

-- 
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]