summaryrefslogtreecommitdiff
path: root/binutils/ChangeLog
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2023-04-11 17:24:09 +0100
committerNick Clifton <nickc@redhat.com>2023-04-11 17:24:09 +0100
commit7bb9e56c6a69c99866d8827cda8fd7ace2298b47 (patch)
treeb11fee3815c84d0da7b03ab7bbf2cc1ac4a06fe6 /binutils/ChangeLog
parent91496180eba5150fb169c5edaff16877eefae7f9 (diff)
downloadbinutils-gdb-7bb9e56c6a69c99866d8827cda8fd7ace2298b47.tar.gz
Replace an assertion in the dwarf code with a warning message.
PR 30327 * dwarf.c (read_and_display_attr_value): Warn if the number of views is greater than the number of locations.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r--binutils/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index 59ab08a26e6..3b6f045e78a 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -1,5 +1,9 @@
2023-04-11 Nick Clifton <nickc@redhat.com>
+ PR 30327
+ * dwarf.c (read_and_display_attr_value): Warn if the number of
+ views is greater than the number of locations.
+
PR 30313
* dwarf.c (display_debug_lines_decoded): Check for an overlarge
number of files or directories.