aboutsummaryrefslogtreecommitdiff
path: root/binutils/ChangeLog
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2022-06-27 13:43:02 +0100
committerNick Clifton <nickc@redhat.com>2022-06-27 13:43:02 +0100
commite3e5ae049371a27fd1737aba946fe26d06e029b5 (patch)
tree5fec20e7e1078463e9e42cdf91b2334a1d388423 /binutils/ChangeLog
parente98e7d9a70dcc987bff0e925f20b78cd4a2979ed (diff)
downloadgdb-e3e5ae049371a27fd1737aba946fe26d06e029b5.zip
gdb-e3e5ae049371a27fd1737aba946fe26d06e029b5.tar.gz
gdb-e3e5ae049371a27fd1737aba946fe26d06e029b5.tar.bz2
Replace a run-time assertion failure with a warning message when parsing corrupt DWARF data.
PR 29289 * dwarf.c (display_debug_names): Replace assert with a warning message.
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 7c547e6..c543e5b 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -1,5 +1,11 @@
2022-06-27 Nick Clifton <nickc@redhat.com>
+ PR 29289
+ * dwarf.c (display_debug_names): Replace assert with a warning
+ message.
+
+2022-06-27 Nick Clifton <nickc@redhat.com>
+
PR 29290
* dwarf.c (read_and_display_attr_value): Check that debug_info_p
is set before dereferencing it.