2000-11-20 H.J. Lu <hjl@gnu.org>
authorH.J. Lu <hjl.tools@gmail.com>
Mon, 20 Nov 2000 21:16:26 +0000 (21:16 +0000)
committerH.J. Lu <hjl.tools@gmail.com>
Mon, 20 Nov 2000 21:16:26 +0000 (21:16 +0000)
* gas/i386/intel.d: Add 3 "nop"s for the a.out assembler.
* gas/i386/intel.s: Likewise.

gas/testsuite/ChangeLog
gas/testsuite/gas/i386/intel.d
gas/testsuite/gas/i386/intel.s

index 2700a33ae4071c37a6dc5f3e72ae525e5e552fb5..729b1f3532dcf1c5d735da640845e31e85989426 100644 (file)
@@ -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.
index 030585e5643ed41a397930b5d2f1afeffa70e825..ff46bf886c84618db7c6623224c62d2606fc5c4c 100644 (file)
@@ -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    
index 4b6c541f0b4c9e6740e560a74338baab2cc39e9f..0aaeb9e4c1a7fbfbe51e8f39f2a2e40d911c6e30 100644 (file)
@@ -616,3 +616,6 @@ rot5:
  jmp   [eax]
  jmp   [bar]
  jmp   bar
+ nop
+ nop
+ nop
This page took 0.031348 seconds and 4 git commands to generate.