From: H.J. Lu Date: Mon, 20 Nov 2000 21:16:26 +0000 (+0000) Subject: 2000-11-20 H.J. Lu X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a257e27a6eb386ec3ec613d73acad80a5471910d;p=binutils-gdb.git 2000-11-20 H.J. Lu * gas/i386/intel.d: Add 3 "nop"s for the a.out assembler. * gas/i386/intel.s: Likewise. --- diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 2700a33ae40..729b1f3532d 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2000-11-20 H.J. Lu + + * gas/i386/intel.d: Add 3 "nop"s for the a.out assembler. + * gas/i386/intel.s: Likewise. + 2000-11-16 H.J. Lu * gas/symver/symver0.d: Add 64bit support. diff --git a/gas/testsuite/gas/i386/intel.d b/gas/testsuite/gas/i386/intel.d index 030585e5643..ff46bf886c8 100644 --- a/gas/testsuite/gas/i386/intel.d +++ b/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 + a7d: 90 [ ]*nop + a7e: 90 [ ]*nop + a7f: 90 [ ]*nop diff --git a/gas/testsuite/gas/i386/intel.s b/gas/testsuite/gas/i386/intel.s index 4b6c541f0b4..0aaeb9e4c1a 100644 --- a/gas/testsuite/gas/i386/intel.s +++ b/gas/testsuite/gas/i386/intel.s @@ -616,3 +616,6 @@ rot5: jmp [eax] jmp [bar] jmp bar + nop + nop + nop