mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-21 02:24:17 +08:00
Fix silly thinko in gas/i386/intel.s Mention i386.exp in ChangeLog
This commit is contained in:
@ -1,7 +1,8 @@
|
|||||||
2000-02-25 Alan Modra <alan@spri.levels.unisa.edu.au>
|
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.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.s: Add extra "out" instructions.
|
||||||
* gas/i386/general.l: Likewise.
|
* gas/i386/general.l: Likewise.
|
||||||
|
@ -464,12 +464,12 @@ foo:
|
|||||||
bound dx, 0x90909090[eax]
|
bound dx, 0x90909090[eax]
|
||||||
pushw 0x9090
|
pushw 0x9090
|
||||||
imul dx, 0x90909090[eax], 0x9090
|
imul dx, 0x90909090[eax], 0x9090
|
||||||
pushw 0xff90
|
pushw 0xffffff90
|
||||||
imul dx, 0x90909090[eax], 0xff90
|
imul dx, 0x90909090[eax], 0xffffff90
|
||||||
ins word ptr es:[edi], dx
|
ins word ptr es:[edi], dx
|
||||||
outs dx, word ptr ds:[esi]
|
outs dx, word ptr ds:[esi]
|
||||||
adc word ptr 0x90909090[eax], 0x9090
|
adc word ptr 0x90909090[eax], 0x9090
|
||||||
adc word ptr 0x90909090[eax], 0xff90
|
adc word ptr 0x90909090[eax], 0xffffff90
|
||||||
test 0x90909090[eax], dx
|
test 0x90909090[eax], dx
|
||||||
xchg 0x90909090[eax], dx
|
xchg 0x90909090[eax], dx
|
||||||
mov 0x90909090[eax], dx
|
mov 0x90909090[eax], dx
|
||||||
|
Reference in New Issue
Block a user