aboutsummaryrefslogtreecommitdiff
path: root/opcodes
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2020-03-17 17:02:15 +0000
committerNick Clifton <nickc@redhat.com>2020-03-17 17:02:15 +0000
commit327ef784ba105f067f5c1d587908259d7aabb971 (patch)
tree53a9080f38c3060cb5218a02e6fbccc05546968b /opcodes
parent68e52bc7ecfbfdc8d5f85716a8ac7668e211f360 (diff)
downloadgdb-327ef784ba105f067f5c1d587908259d7aabb971.zip
gdb-327ef784ba105f067f5c1d587908259d7aabb971.tar.gz
gdb-327ef784ba105f067f5c1d587908259d7aabb971.tar.bz2
Replace a couple of assertions in the BFD library that can be triggered by attempts to parse corrupt input files.
PR 25633 * elf.c (_bfd_elf_copy_special_section_fields): Replace assertions with error messages.
Diffstat (limited to 'opcodes')
-rw-r--r--opcodes/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog
index 3be58d5..3e94736 100644
--- a/opcodes/ChangeLog
+++ b/opcodes/ChangeLog
@@ -1,3 +1,8 @@
+2020-03-17 Sergey Belyashov <sergey.belyashov@gmail.com>
+
+ PR 25641
+ * z80-dis.c: Fix disassembling ED+A4/AC/B4/BC opcodes.
+
2020-03-13 Jan Beulich <jbeulich@suse.com>
* i386-dis.c (X86_64_0D): Rename to ...