Fix silly thinko in gas/i386/intel.s Mention i386.exp in ChangeLog

This commit is contained in:
Alan Modra 2000-02-25 11:55:50 +00:00
parent cc5ca5ce51
commit 084e9a84fa
2 changed files with 5 additions and 4 deletions

View File

@ -1,7 +1,8 @@
2000-02-25 Alan Modra <alan@spri.levels.unisa.edu.au>
* gas/i386/intel.s: New file, intel version of opcode.s
* gas/i386/intel.d: New file, copy opcode.d
* gas/i386/intel.d: New file, copy of opcode.d
* gas/i386/i386.exp: Call it.
* gas/i386/general.s: Add extra "out" instructions.
* gas/i386/general.l: Likewise.

View File

@ -464,12 +464,12 @@ foo:
bound dx, 0x90909090[eax]
pushw 0x9090
imul dx, 0x90909090[eax], 0x9090
pushw 0xff90
imul dx, 0x90909090[eax], 0xff90
pushw 0xffffff90
imul dx, 0x90909090[eax], 0xffffff90
ins word ptr es:[edi], dx
outs dx, word ptr ds:[esi]
adc word ptr 0x90909090[eax], 0x9090
adc word ptr 0x90909090[eax], 0xff90
adc word ptr 0x90909090[eax], 0xffffff90
test 0x90909090[eax], dx
xchg 0x90909090[eax], dx
mov 0x90909090[eax], dx