Report illegal Z80 load instructions.
commitcfe7a19169f54ce3a007f850b7adccbaec62d00a
authorSergey Belyashov <sergey.belyashov@gmail.com>
Tue, 11 May 2021 09:57:04 +0000 (11 10:57 +0100)
committerNick Clifton <nickc@redhat.com>
Tue, 11 May 2021 09:57:04 +0000 (11 10:57 +0100)
tree18248f6f5740feeb33847a2248a8accf8b705084
parentf2f9554bf0d15a5b93289ebfef7e04d0aeb51a60
Report illegal Z80 load instructions.

PR 27823
* config/tc-z80.c (emit_ld_r_m): Report an illegal load
instruction.
* testsuite/gas/z80/ill_ops.s: New test source file.
* testsuite/gas/z80/ill_ops.d: New test driver.
* testsuite/gas/z80/ill_ops.l: New test error output.
gas/ChangeLog
gas/config/tc-z80.c
gas/testsuite/gas/z80/ill_ops.d [new file with mode: 0644]
gas/testsuite/gas/z80/ill_ops.l [new file with mode: 0644]
gas/testsuite/gas/z80/ill_ops.s [new file with mode: 0644]