diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2000-12-11 21:49:36 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2000-12-11 21:49:36 +0000 |
commit | 4819127ae0dce301dc0e7fd275a33bcc60588d5d (patch) | |
tree | a0dfb6a156087b260f71ef5c74c8557f6a9a8a06 /gas | |
parent | 0c8053b6bbb15fdc02be5c0ab6471d4c7a6c6757 (diff) | |
download | gdb-4819127ae0dce301dc0e7fd275a33bcc60588d5d.zip gdb-4819127ae0dce301dc0e7fd275a33bcc60588d5d.tar.gz gdb-4819127ae0dce301dc0e7fd275a33bcc60588d5d.tar.bz2 |
2000-12-11 H.J. Lu <hjl@gnu.org>
* gas/i386/intel.d: Adjusted for the a.out assembler.
* gas/i386/intel.s: Likewise.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | gas/testsuite/gas/i386/intel.d | 6 | ||||
-rw-r--r-- | gas/testsuite/gas/i386/intel.s | 4 |
3 files changed, 8 insertions, 7 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 4e647aa..047ddca 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2000-12-11 H.J. Lu <hjl@gnu.org> + + * gas/i386/intel.d: Adjusted for the a.out assembler. + * gas/i386/intel.s: Likewise. + 2000-12-09 Nick Clifton <nickc@redhat.com> * gas/m68k/pcrel.d: Update to match latest assembler output. diff --git a/gas/testsuite/gas/i386/intel.d b/gas/testsuite/gas/i386/intel.d index 5f53afa..7a4ad7c 100644 --- a/gas/testsuite/gas/i386/intel.d +++ b/gas/testsuite/gas/i386/intel.d @@ -621,7 +621,5 @@ 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 - a80: 8b 83 00 00 00 00 [ ]*mov 0x0\(%ebx\),%eax + a7d: 8b 83 (00 00|d0 09) 00 00 [ ]*mov (0x0|0x9d0)\(%ebx\),%eax + a83: 90 [ ]*nop[ ]* diff --git a/gas/testsuite/gas/i386/intel.s b/gas/testsuite/gas/i386/intel.s index 7b4c2f0..5ba9777 100644 --- a/gas/testsuite/gas/i386/intel.s +++ b/gas/testsuite/gas/i386/intel.s @@ -616,7 +616,5 @@ rot5: jmp [eax] jmp [bar] jmp bar - nop - nop - nop mov eax, DWORD PTR gs_foo@GOT[ebx] + nop |