diff options
author | Alan Modra <amodra@gmail.com> | 2001-09-04 02:00:08 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2001-09-04 02:00:08 +0000 |
commit | 8f0b5dc3303a333d14f4ef650363d257c842be6d (patch) | |
tree | 7dbd2db6ff70d4ac46184e5dc11d9b145fc0ab04 | |
parent | 31e6ea30e3e900f78303d93160654c5f0f5411cd (diff) | |
download | gdb-8f0b5dc3303a333d14f4ef650363d257c842be6d.zip gdb-8f0b5dc3303a333d14f4ef650363d257c842be6d.tar.gz gdb-8f0b5dc3303a333d14f4ef650363d257c842be6d.tar.bz2 |
Merge from mainline.
2001-07-23 Alan Modra <amodra@bigpond.net.au>
* gas/i386/opcode.d: Tweak lgdt for 2001-07-18 change.
* gas/i386/intel.d: Likewise.
-rw-r--r-- | gas/testsuite/ChangeLog | 7 | ||||
-rw-r--r-- | gas/testsuite/gas/i386/intel.d | 2 | ||||
-rw-r--r-- | gas/testsuite/gas/i386/opcode.d | 2 |
3 files changed, 9 insertions, 2 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 160944d..ced04b9 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,10 @@ +2001-09-04 Alan Modra <amodra@bigpond.net.au> + + Merge from mainline. + 2001-07-23 Alan Modra <amodra@bigpond.net.au> + * gas/i386/opcode.d: Tweak lgdt for 2001-07-18 change. + * gas/i386/intel.d: Likewise. + 2001-07-16 Philip Blundell <philb@gnu.org> * gas/arm/arm7t.d, gas/arm/inst.d: Tweak expected output for diff --git a/gas/testsuite/gas/i386/intel.d b/gas/testsuite/gas/i386/intel.d index 394b23a..7365dba 100644 --- a/gas/testsuite/gas/i386/intel.d +++ b/gas/testsuite/gas/i386/intel.d @@ -248,7 +248,7 @@ Disassembly of section .text: 304: fd [ ]*std 305: ff 90 90 90 90 90 [ ]*call \*0x90909090\(%eax\) 30b: 0f 00 90 90 90 90 90 [ ]*lldt 0x90909090\(%eax\) - 312: 0f 01 90 90 90 90 90 [ ]*lgdt 0x90909090\(%eax\) + 312: 0f 01 90 90 90 90 90 [ ]*lgdtl 0x90909090\(%eax\) 319: 0f 02 90 90 90 90 90 [ ]*lar 0x90909090\(%eax\),%edx 320: 0f 03 90 90 90 90 90 [ ]*lsl 0x90909090\(%eax\),%edx 327: 0f 06 [ ]*clts diff --git a/gas/testsuite/gas/i386/opcode.d b/gas/testsuite/gas/i386/opcode.d index 6df49d7..dac75a8 100644 --- a/gas/testsuite/gas/i386/opcode.d +++ b/gas/testsuite/gas/i386/opcode.d @@ -248,7 +248,7 @@ Disassembly of section .text: 304: fd [ ]*std 305: ff 90 90 90 90 90 [ ]*call \*0x90909090\(%eax\) 30b: 0f 00 90 90 90 90 90 [ ]*lldt 0x90909090\(%eax\) - 312: 0f 01 90 90 90 90 90 [ ]*lgdt 0x90909090\(%eax\) + 312: 0f 01 90 90 90 90 90 [ ]*lgdtl 0x90909090\(%eax\) 319: 0f 02 90 90 90 90 90 [ ]*lar 0x90909090\(%eax\),%edx 320: 0f 03 90 90 90 90 90 [ ]*lsl 0x90909090\(%eax\),%edx 327: 0f 06 [ ]*clts |