aboutsummaryrefslogtreecommitdiff
path: root/binutils/ChangeLog
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2020-06-22 17:44:56 +0100
committerNick Clifton <nickc@redhat.com>2020-06-22 17:44:56 +0100
commite4b7104b1e0c70613d0f553cb18d25c7343647d3 (patch)
tree2b6a482972f5b2e7ba593c7fedf41696c67d784d /binutils/ChangeLog
parent359157df2087894563a900e5f63299b42f460be2 (diff)
downloadgdb-e4b7104b1e0c70613d0f553cb18d25c7343647d3.zip
gdb-e4b7104b1e0c70613d0f553cb18d25c7343647d3.tar.gz
gdb-e4b7104b1e0c70613d0f553cb18d25c7343647d3.tar.bz2
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.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r--binutils/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index 700c1ea..7537fcb 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -1,3 +1,11 @@
+2020-06-22 Nick Clifton <nickc@redhat.com>
+
+ 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.
+
2020-06-22 Saagar Jha <saagar@saagarjha.com>
* od-macho.c: Dump linkedit data for new load commands.