From: H.J. Lu Date: Tue, 9 May 2006 17:05:55 +0000 (+0000) Subject: 2006-05-09 H.J. Lu X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=a232623e9eaea84073d56e1c6fdc671aafef08c4;p=pf3gnuchains%2Fpf3gnuchains3x.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 870980ab38..9f856c0a16 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,5 +1,9 @@ 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. * 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 75d662d535..d8b0a0671a 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\) ...