diff options
author | Richard Sandiford <rdsandiford@googlemail.com> | 2003-06-25 15:31:59 +0000 |
---|---|---|
committer | Richard Sandiford <rdsandiford@googlemail.com> | 2003-06-25 15:31:59 +0000 |
commit | 2d0d09ca83b867fe61190d259d2ed6c139c983f6 (patch) | |
tree | 80c448ff465c6c4d187b14b6e9d184c8fc925a9e /gas/ChangeLog | |
parent | 8d1e520a64346de732712873fa90ca941bcab72d (diff) | |
download | gdb-2d0d09ca83b867fe61190d259d2ed6c139c983f6.zip gdb-2d0d09ca83b867fe61190d259d2ed6c139c983f6.tar.gz gdb-2d0d09ca83b867fe61190d259d2ed6c139c983f6.tar.bz2 |
include/opcode/
* h8300.h (IMM2_NS, IMM8_NS, IMM16_NS): Remove.
(IMM8U, IMM8U_NS): Define.
(h8_opcodes): Use IMM8U_NS for mov.[wl] #xx:8,@yy.
gas/
* config/tc-h8300.c (get_specific): Allow ':8' to be used for
unsigned 8-bit operands.
gas/testsuite/
* gas/h8300/h8sx_mov_imm.[sd]: Add tests for mov.[wl] #xx:8,@yy.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 0769843..810841a 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +2003-06-25 Richard Sandiford <rsandifo@redhat.com> + + * config/tc-h8300.c (get_specific): Allow ':8' to be used for + unsigned 8-bit operands. + 2003-06-24 Nick Clifton <nickc@redhat.com> * read.c (s_comm): Change error message to assume an unsigned size |