diff options
author | Nick Clifton <nickc@redhat.com> | 2020-03-17 17:02:15 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2020-03-17 17:02:15 +0000 |
commit | 327ef784ba105f067f5c1d587908259d7aabb971 (patch) | |
tree | 53a9080f38c3060cb5218a02e6fbccc05546968b /gas/ChangeLog | |
parent | 68e52bc7ecfbfdc8d5f85716a8ac7668e211f360 (diff) | |
download | gdb-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 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 8bc4b3a..0263362 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,28 @@ +2020-03-17 Sergey Belyashov <sergey.belyashov@gmail.com> + + PR 25641 + PR 25668 + PR 25633 + Fix disassembling ED+A4/AC/B4/BC opcodes. + Fix assembling lines containing colonless label and instruction + with first operand inside parentheses. + Fix registration of unsupported by target CPU registers. + * config/tc-z80.c: See above. + * config/tc-z80.h: See above. + * testsuite/gas/z80/colonless.d: Update test. + * testsuite/gas/z80/colonless.s: Likewise. + * testsuite/gas/z80/ez80_adl_all.d: Likewise. + * testsuite/gas/z80/ez80_unsup_regs.d: Likewise. + * testsuite/gas/z80/ez80_z80_all.d: Likewise. + * testsuite/gas/z80/gbz80_unsup_regs.d: Likewise. + * testsuite/gas/z80/r800_unsup_regs.d: Likewise. + * testsuite/gas/z80/unsup_regs.s: Likewise. + * testsuite/gas/z80/z180_unsup_regs.d: Likewise. + * testsuite/gas/z80/z80.exp: Likewise. + * testsuite/gas/z80/z80_strict_unsup_regs.d: Likewise. + * testsuite/gas/z80/z80_unsup_regs.d: Likewise. + * testsuite/gas/z80/z80n_unsup_regs.d: Likewise. + 2020-03-13 Andre Vieira <andre.simoesdiasvieira@arm.com> PR 25660 |