Browse Source

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.
binutils-2_11-branch
H.J. Lu 26 years ago
parent
commit
a257e27a6e
  1. 5
      gas/testsuite/ChangeLog
  2. 3
      gas/testsuite/gas/i386/intel.d
  3. 3
      gas/testsuite/gas/i386/intel.s

5
gas/testsuite/ChangeLog

@ -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.

3
gas/testsuite/gas/i386/intel.d

@ -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

3
gas/testsuite/gas/i386/intel.s

@ -616,3 +616,6 @@ rot5:
jmp [eax]
jmp [bar]
jmp bar
nop
nop
nop

Loading…
Cancel
Save