2000-11-20 H.J. Lu <hjl@gnu.org>
* gas/i386/intel.d: Add 3 "nop"s for the a.out assembler. * gas/i386/intel.s: Likewise.
This commit is contained in:
parent
6e77854511
commit
a257e27a6e
3 changed files with 11 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2000-11-20 H.J. Lu <hjl@gnu.org>
|
||||
|
||||
* gas/i386/intel.d: Add 3 "nop"s for the a.out assembler.
|
||||
* gas/i386/intel.s: Likewise.
|
||||
|
||||
2000-11-16 H.J. Lu <hjl@gnu.org>
|
||||
|
||||
* gas/symver/symver0.d: Add 64bit support.
|
||||
|
|
|
@ -621,3 +621,6 @@ Disassembly of section .text:
|
|||
a70: ff 20 [ ]*jmp \*\(%eax\)
|
||||
a72: ff 25 d2 09 00 00 [ ]*jmp \*0x9d2
|
||||
a78: e9 55 ff ff ff [ ]*jmp 9d2 <bar>
|
||||
a7d: 90 [ ]*nop
|
||||
a7e: 90 [ ]*nop
|
||||
a7f: 90 [ ]*nop
|
||||
|
|
|
@ -616,3 +616,6 @@ rot5:
|
|||
jmp [eax]
|
||||
jmp [bar]
|
||||
jmp bar
|
||||
nop
|
||||
nop
|
||||
nop
|
||||
|
|
Loading…
Reference in a new issue