summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH.J. Lu <hjl@lucon.org>2006-05-09 17:05:55 +0000
committerH.J. Lu <hjl@lucon.org>2006-05-09 17:05:55 +0000
commita232623e9eaea84073d56e1c6fdc671aafef08c4 (patch)
tree2a624f8eb6c5243e4eec9a2e7b9ed415a4916bcd
parent5738e96ccb4150ba5849e43174c759582610c59c (diff)
downloadbinutils-redhat-a232623e9eaea84073d56e1c6fdc671aafef08c4.tar.gz
2006-05-09 H.J. Lu <hongjiu.lu@intel.com>
* gas/i386/x86-64-gidt.d: Adjusted.
-rw-r--r--gas/testsuite/ChangeLog4
-rw-r--r--gas/testsuite/gas/i386/x86-64-gidt.d16
2 files changed, 12 insertions, 8 deletions
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 <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 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 <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\)
...