From e4b1ab2062e1d8458167534881248d5555bd82fa Mon Sep 17 00:00:00 2001 From: Sergey Belyashov Date: Mon, 10 May 2021 13:36:08 +0100 Subject: Add support for 8-bit and 24-bit shifts in the z80 assembler. PR 27415 * config/tc-z80.c (emit_data_val): Add support for 8-bit and 24-bit shifts. * testsuite/gas/z80/z80_reloc.a: Update tests. * testsuite/gas/z80/z80_reloc.d: Update expected disassembly. --- gas/ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'gas/ChangeLog') diff --git a/gas/ChangeLog b/gas/ChangeLog index 5892659..4b89aae 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,11 @@ +2021-05-10 Sergey Belyashov + + PR 27415 + * config/tc-z80.c (emit_data_val): Add support for 8-bit and + 24-bit shifts. + * testsuite/gas/z80/z80_reloc.a: Update tests. + * testsuite/gas/z80/z80_reloc.d: Update expected disassembly. + 2021-05-08 Mike Frysinger * doc/Makefile.am (html-local, as/index.html): New targets. -- cgit v1.1