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.
This commit is contained in:
@ -1,7 +1,13 @@
|
||||
2003-06-25 Richard Sandiford <rsandifo@redhat.com>
|
||||
|
||||
* include/opcode/h8300.h (h8_opcodes): Fix the mov.l @(dd:32,ERs),ERd
|
||||
and mov.l ERs,@(dd:32,ERd) entries.
|
||||
* h8300.h (IMM2_NS, IMM8_NS, IMM16_NS): Remove.
|
||||
(IMM8U, IMM8U_NS): Define.
|
||||
(h8_opcodes): Use IMM8U_NS for mov.[wl] #xx:8,@yy.
|
||||
|
||||
2003-06-25 Richard Sandiford <rsandifo@redhat.com>
|
||||
|
||||
* h8300.h (h8_opcodes): Fix the mov.l @(dd:32,ERs),ERd and
|
||||
mov.l ERs,@(dd:32,ERd) entries.
|
||||
|
||||
2003-06-23 H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
||||
|
Reference in New Issue
Block a user