2006-05-09 H.J. Lu <hongjiu.lu@intel.com>

* gas/i386/x86-64-gidt.d: Adjusted.
This commit is contained in:
H.J. Lu 2006-05-09 17:05:55 +00:00
parent cb6d34334f
commit 43cc0762b2
2 changed files with 12 additions and 8 deletions

View File

@ -1,3 +1,7 @@
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.

View File

@ -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\)
...