aboutsummaryrefslogtreecommitdiff
path: root/binutils/ChangeLog
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2022-06-30 14:53:02 +0100
committerNick Clifton <nickc@redhat.com>2022-06-30 14:53:02 +0100
commitaa40d66bb18c7aa068179f42de52327a0711834e (patch)
tree3bfae933ebf9f2e75d81787a4190de8b02940940 /binutils/ChangeLog
parent6418644b0d09af7d1334cc034a7bf8674c061d6e (diff)
downloadgdb-aa40d66bb18c7aa068179f42de52327a0711834e.zip
gdb-aa40d66bb18c7aa068179f42de52327a0711834e.tar.gz
gdb-aa40d66bb18c7aa068179f42de52327a0711834e.tar.bz2
Fix implementation of readelf's -wE and -wN options,
* dwarf.c (dwarf_select_sections_by_name): If the entry's value is zero then clear the corresponding variable. (dwarf_select_sections_by_letters): Likewise. * testsuite/binutils-all/debuginfo.exp: Expect -WE and -wE debuginfod tests to fail.
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 17c2353..2a1ca58 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -1,3 +1,11 @@
+2022-06-30 Nick Clifton <nickc@redhat.com>
+
+ * dwarf.c (dwarf_select_sections_by_name): If the entry's value is
+ zero then clear the corresponding variable.
+ (dwarf_select_sections_by_letters): Likewise.
+ * testsuite/binutils-all/debuginfo.exp: Expect -WE and -wE
+ debuginfod tests to fail.
+
2022-06-28 Nick Clifton <nickc@redhat.com>
PR 29267