aboutsummaryrefslogtreecommitdiff
path: root/gas/testsuite
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2000-10-18 19:46:28 +0000
committerH.J. Lu <hjl.tools@gmail.com>2000-10-18 19:46:28 +0000
commit476d4b9b978045c8b5aee82f7d7f65512f76340a (patch)
treeae4308e5d1dfbdb9b532ce1d605d739646df5a92 /gas/testsuite
parent3ae647a0a931365a2e6527fc1a7e7b109694a96a (diff)
downloadgdb-476d4b9b978045c8b5aee82f7d7f65512f76340a.zip
gdb-476d4b9b978045c8b5aee82f7d7f65512f76340a.tar.gz
gdb-476d4b9b978045c8b5aee82f7d7f65512f76340a.tar.bz2
2000-10-18 H.J. Lu <hjl@gnu.org>
* gas/i386/intel.d: Fix the support for 64bit BFD in the last change.
Diffstat (limited to 'gas/testsuite')
-rw-r--r--gas/testsuite/ChangeLog5
-rw-r--r--gas/testsuite/gas/i386/intel.d6
2 files changed, 8 insertions, 3 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog
index 307776b..b33a39b 100644
--- a/gas/testsuite/ChangeLog
+++ b/gas/testsuite/ChangeLog
@@ -1,3 +1,8 @@
+2000-10-18 H.J. Lu <hjl@gnu.org>
+
+ * gas/i386/intel.d: Fix the support for 64bit BFD in the last
+ change.
+
2000-10-15 Diego Novillo <dnovillo@cygnus.com>
* intel.s, intel.d: Add new tests for naked registers using intel
diff --git a/gas/testsuite/gas/i386/intel.d b/gas/testsuite/gas/i386/intel.d
index 487ab4e..ea7a884 100644
--- a/gas/testsuite/gas/i386/intel.d
+++ b/gas/testsuite/gas/i386/intel.d
@@ -573,12 +573,12 @@ Disassembly of section .text:
9c0: 66 0f be 90 90 90 90 90 [ ]*movsbw 0x90909090\(%eax\),%dx
9c8: 66 0f c1 90 90 90 90 90 [ ]*xadd %dx,0x90909090\(%eax\)
-000009d0 <gs_foo>:
+0+9d0 <gs_foo>:
9d0: c3 [ ]*ret
-000009d1 <short_foo>:
+0+9d1 <short_foo>:
9d1: c3 [ ]*ret
-000009d2 <bar>:
+0+9d2 <bar>:
9d2: e8 f9 ff ff ff [ ]*call 9d0 <gs_foo>
9d7: e8 f5 ff ff ff [ ]*call 9d1 <short_foo>