aboutsummaryrefslogtreecommitdiff
path: root/binutils/ChangeLog
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2022-09-08 09:56:39 +0100
committerNick Clifton <nickc@redhat.com>2022-09-08 09:56:39 +0100
commit2caffd34df293680755ebad35c618ee68686fcf1 (patch)
treee62cf8e28286f80ddb70c6c588c71671c168646e /binutils/ChangeLog
parentf42546b6cc7468ac7d929181ed7b965ab60958ac (diff)
downloadgdb-2caffd34df293680755ebad35c618ee68686fcf1.zip
gdb-2caffd34df293680755ebad35c618ee68686fcf1.tar.gz
gdb-2caffd34df293680755ebad35c618ee68686fcf1.tar.bz2
i686-w64-mingw32-objdump -WL returns incorrect file paths
PR 29523 * dwarf.c (display_debug_lines_decoded): Correctly handle DWARF-5 directory and filename tables.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r--binutils/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index cfb6417..5f8403b 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -1,3 +1,9 @@
+2022-09-08 Nick Clifton <nickc@redhat.com>
+
+ PR 29523
+ * dwarf.c (display_debug_lines_decoded): Correctly handle DWARF-5
+ directory and filename tables.
+
2022-09-02 Aaron Merey <amerey@redhat.com>
PR 29075