]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - binutils/readelf.c
Add support for decoding the DW_MACRO_define_strx and DW_MACRO_undef_strx operands...
authorNick Clifton <nickc@redhat.com>
Mon, 22 Jun 2020 16:44:56 +0000 (17:44 +0100)
committerNick Clifton <nickc@redhat.com>
Mon, 22 Jun 2020 16:44:56 +0000 (17:44 +0100)
commite4b7104b1e0c70613d0f553cb18d25c7343647d3
tree2b6a482972f5b2e7ba593c7fedf41696c67d784d
parent359157df2087894563a900e5f63299b42f460be2
Add support for decoding the DW_MACRO_define_strx and DW_MACRO_undef_strx operands found in DWARF-5 .debug_macro sections.

PR 26112
* dwarf.c (display_debug_str_offsets): Add code to display the
contents of the .debug_str_offsets section.
(display_debug_macro): Add support for DW_MACRO_define_strx and
DW_MACRO_undef_strx.
binutils/ChangeLog
binutils/doc/binutils.texi
binutils/doc/debug.options.texi
binutils/dwarf.c
binutils/dwarf.h
binutils/objdump.c
binutils/readelf.c