diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2006-05-09 17:05:55 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2006-05-09 17:05:55 +0000 |
commit | 43cc0762b25b15d4e39fe23e68fd719f03108e98 (patch) | |
tree | d3e93b769f8bf058d3a47be81cfc6a9a757607c2 /gas | |
parent | cb6d34334f9cbe5f741960c102e2beb8931d5394 (diff) | |
download | gdb-43cc0762b25b15d4e39fe23e68fd719f03108e98.zip gdb-43cc0762b25b15d4e39fe23e68fd719f03108e98.tar.gz gdb-43cc0762b25b15d4e39fe23e68fd719f03108e98.tar.bz2 |
2006-05-09 H.J. Lu <hongjiu.lu@intel.com>
* gas/i386/x86-64-gidt.d: Adjusted.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | gas/testsuite/gas/i386/x86-64-gidt.d | 16 |
2 files changed, 12 insertions, 8 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 870980a..9f856c0 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,5 +1,9 @@ 2006-05-09 H.J. Lu <hongjiu.lu@intel.com> + * gas/i386/x86-64-gidt.d: Adjusted. + +2006-05-09 H.J. Lu <hongjiu.lu@intel.com> + * gas/i386/i386.exp: Run x86-64-gidt. * gas/i386/x86-64-gidt.d: New file. diff --git a/gas/testsuite/gas/i386/x86-64-gidt.d b/gas/testsuite/gas/i386/x86-64-gidt.d index 75d662d..d8b0a06 100644 --- a/gas/testsuite/gas/i386/x86-64-gidt.d +++ b/gas/testsuite/gas/i386/x86-64-gidt.d @@ -6,12 +6,12 @@ Disassembly of section .text: 0+000 <foo>: - 0: 0f 01 08 [ ]*sidt \(%rax\) - 3: 0f 01 18 [ ]*sgdt \(%rax\) - 6: 0f 01 00 [ ]*lidt \(%rax\) - 9: 0f 01 10 [ ]*lgdt \(%rax\) - c: 0f 01 08 [ ]*sidt \(%rax\) - f: 0f 01 18 [ ]*sgdt \(%rax\) - 12: 0f 01 00 [ ]*lidt \(%rax\) - 15: 0f 01 10 [ ]*lgdt \(%rax\) + 0: 0f 01 08 [ ]*sidt \(%rax\) + 3: 0f 01 18 [ ]*lidt \(%rax\) + 6: 0f 01 00 [ ]*sgdt \(%rax\) + 9: 0f 01 10 [ ]*lgdt \(%rax\) + c: 0f 01 08 [ ]*sidt \(%rax\) + f: 0f 01 18 [ ]*lidt \(%rax\) + 12: 0f 01 00 [ ]*sgdt \(%rax\) + 15: 0f 01 10 [ ]*lgdt \(%rax\) ... |