diff options
author | Sergey Belyashov <sergey.belyashov@gmail.com> | 2021-05-10 13:36:08 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2021-05-10 13:36:08 +0100 |
commit | e4b1ab2062e1d8458167534881248d5555bd82fa (patch) | |
tree | 3e32531db72d589a06a13dd618518ad345f28e33 /gas/ChangeLog | |
parent | 749c700282097cf679ff019a9674d7c762f48619 (diff) | |
download | fsf-binutils-gdb-e4b1ab2062e1d8458167534881248d5555bd82fa.zip fsf-binutils-gdb-e4b1ab2062e1d8458167534881248d5555bd82fa.tar.gz fsf-binutils-gdb-e4b1ab2062e1d8458167534881248d5555bd82fa.tar.bz2 |
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.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
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 <sergey.belyashov@gmail.com> + + 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 <vapier@gentoo.org> * doc/Makefile.am (html-local, as/index.html): New targets. |