mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-27 03:51:15 +08:00
Fix silly thinko in gas/i386/intel.s Mention i386.exp in ChangeLog
This commit is contained in:
parent
cc5ca5ce51
commit
084e9a84fa
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user