From: H.J. Lu Date: Tue, 9 May 2006 17:05:55 +0000 (+0000) Subject: 2006-05-09 H.J. Lu X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=43cc0762b25b15d4e39fe23e68fd719f03108e98;p=binutils-gdb.git 2006-05-09 H.J. Lu * gas/i386/x86-64-gidt.d: Adjusted. --- diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 870980ab382..9f856c0a167 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2006-05-09 H.J. Lu + + * gas/i386/x86-64-gidt.d: Adjusted. + 2006-05-09 H.J. Lu * gas/i386/i386.exp: Run x86-64-gidt. diff --git a/gas/testsuite/gas/i386/x86-64-gidt.d b/gas/testsuite/gas/i386/x86-64-gidt.d index 75d662d5354..d8b0a0671a2 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 : - 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\) ...