libdw: Handle DW_FORM_[ref|strp]_sup[48] as DW_FORM_GNU_[ref|strp]_alt.
authorMark Wielaard <mark@klomp.org>
Tue, 8 May 2018 13:34:03 +0000 (15:34 +0200)
committerMark Wielaard <mark@klomp.org>
Fri, 11 May 2018 15:27:00 +0000 (17:27 +0200)
commitaf1438086468f936dfb041daed59a3367fe24a07
tree554faa8bbdfd721a9368a94ba377be223eca2a39
parent982b6fe9e31683607d476d7f90d1b56cbb78aa21
libdw: Handle DW_FORM_[ref|strp]_sup[48] as DW_FORM_GNU_[ref|strp]_alt.

Although we don't yet handle DWARF5 supplemental files, they are like
mostly like GNU alt files.  This way using any of the supplemental files
will at least generate an appropriate error message.

Signed-off-by: Mark Wielaard <mark@klomp.org>
libdw/ChangeLog
libdw/dwarf_formref.c
libdw/dwarf_formref_die.c
libdw/dwarf_formstring.c
src/ChangeLog
src/readelf.c