aboutsummaryrefslogtreecommitdiff
path: root/gas
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1999-06-11 21:02:59 +0000
committerIan Lance Taylor <ian@airs.com>1999-06-11 21:02:59 +0000
commit14c1861305c267e0ccf2616182776ccdebc2c2ff (patch)
treed2ef3a73411185ba042fdce9020b8bbf12c0b577 /gas
parenta7cd1c22994996423fd836cd774bc81535b0d5b2 (diff)
downloadgdb-14c1861305c267e0ccf2616182776ccdebc2c2ff.zip
gdb-14c1861305c267e0ccf2616182776ccdebc2c2ff.tar.gz
gdb-14c1861305c267e0ccf2616182776ccdebc2c2ff.tar.bz2
* gas/i386/amd.s: Add a symbol so a.out tests will work.
* gas/i386/katmai.s: Likewise. * gas/i386/amd.d: Corresponding change. * gas/i386/katmai.d: Corresponding change.
Diffstat (limited to 'gas')
-rw-r--r--gas/testsuite/ChangeLog7
-rw-r--r--gas/testsuite/gas/i386/amd.d2
-rw-r--r--gas/testsuite/gas/i386/amd.s1
-rw-r--r--gas/testsuite/gas/i386/katmai.d2
-rw-r--r--gas/testsuite/gas/i386/katmai.s1
5 files changed, 11 insertions, 2 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog
index a0038f2..54eab17 100644
--- a/gas/testsuite/ChangeLog
+++ b/gas/testsuite/ChangeLog
@@ -1,3 +1,10 @@
+1999-06-12 Ian Lance Taylor <ian@zembu.com>
+
+ * gas/i386/amd.s: Add a symbol so a.out tests will work.
+ * gas/i386/katmai.s: Likewise.
+ * gas/i386/amd.d: Corresponding change.
+ * gas/i386/katmai.d: Corresponding change.
+
1999-06-10 Ian Lance Taylor <ian@zembu.com>
* gas/mips/sync.d: Pass -mips2 to the assembler.
diff --git a/gas/testsuite/gas/i386/amd.d b/gas/testsuite/gas/i386/amd.d
index 68f6f77..1ff1679 100644
--- a/gas/testsuite/gas/i386/amd.d
+++ b/gas/testsuite/gas/i386/amd.d
@@ -5,7 +5,7 @@
Disassembly of section .text:
-0+000 <.text>:
+0+000 <foo>:
0: 0f 0d 03 [ ]*prefetch \(%ebx\)
3: 0f 0d 0c 75 00 10 00 00 [ ]*prefetchw 0x1000\(,%esi,2\)
b: 0f 0e [ ]*femms
diff --git a/gas/testsuite/gas/i386/amd.s b/gas/testsuite/gas/i386/amd.s
index af4cd45..b409c61 100644
--- a/gas/testsuite/gas/i386/amd.s
+++ b/gas/testsuite/gas/i386/amd.s
@@ -1,6 +1,7 @@
#AMD 3DNow! instructions
.text
+foo:
prefetch (%ebx)
prefetchw 0x1000(,%esi,2)
femms
diff --git a/gas/testsuite/gas/i386/katmai.d b/gas/testsuite/gas/i386/katmai.d
index a130e0c..96fa60c 100644
--- a/gas/testsuite/gas/i386/katmai.d
+++ b/gas/testsuite/gas/i386/katmai.d
@@ -5,7 +5,7 @@
Disassembly of section .text:
-0+000 <.text>:
+0+000 <foo>:
0: 0f 58 01 [ ]*addps \(%ecx\),%xmm0
3: 0f 58 ca [ ]*addps %xmm2,%xmm1
6: f3 0f 58 13 [ ]*addss \(%ebx\),%xmm2
diff --git a/gas/testsuite/gas/i386/katmai.s b/gas/testsuite/gas/i386/katmai.s
index 426b2c7b..d42a74d 100644
--- a/gas/testsuite/gas/i386/katmai.s
+++ b/gas/testsuite/gas/i386/katmai.s
@@ -1,6 +1,7 @@
#PIII SIMD instructions
.text
+foo:
addps (%ecx),%xmm0
addps %xmm2,%xmm1
addss (%ebx),%xmm2