* include/opcode/h8300.h (h8_opcodes): Fix the mov.l @(dd:32,ERs),ERd

and mov.l ERs,@(dd:32,ERd) entries.
This commit is contained in:
Richard Sandiford
2003-06-25 15:19:40 +00:00
parent 3d1ebe9b19
commit 7eabbf53ff
2 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,8 @@
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.
2003-06-23 H.J. Lu <hongjiu.lu@intel.com>
* i386.h (i386_optab): Support Intel Precott New Instructions.