[binutils-gdb] revert previous delta
Nick Clifton
nickc@sourceware.org
Thu May 13 13:33:45 GMT 2021
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=0522d0165adaa6fccb4d4ff706d0e0b2996e4b80
commit 0522d0165adaa6fccb4d4ff706d0e0b2996e4b80
Author: Nick Clifton <nickc@redhat.com>
Date: Thu May 13 14:33:39 2021 +0100
revert previous delta
Diff:
---
binutils/ChangeLog | 6 ------
binutils/dwarf.c | 7 -------
2 files changed, 13 deletions(-)
diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index 42efebf54e2..85d21ebfa6b 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -1,9 +1,3 @@
-2021-05-13 Nick Clifton <nickc@redhat.com>
-
- PR 27861
- * dwarf.c (display_debug_str_offsets): Warn if the length field is
- larger than the amount of data remaining in the section.
-
2021-05-13 Alan Modra <amodra@gmail.com>
PR 27861
diff --git a/binutils/dwarf.c b/binutils/dwarf.c
index 20ffe4b52cc..2794a15a1d3 100644
--- a/binutils/dwarf.c
+++ b/binutils/dwarf.c
@@ -7509,13 +7509,6 @@ display_debug_str_offsets (struct dwarf_section *section,
printf (_(" Length: %#lx\n"), (unsigned long) length);
printf (_(" Version: %#lx\n"), (unsigned long) version);
printf (_(" Index Offset [String]\n"));
-
- if (entries_end > end)
- {
- warn (_("Length value (0x%s) > data remaining in the section (0x%lx)\n"),
- dwarf_vmatoa ("x", length), (long)(end - curr));
- entries_end = end;
- }
}
for (idx = 0; curr < entries_end; idx++)
More information about the Binutils-cvs
mailing list