* gas/i386/amd.s: Add a symbol so a.out tests will work.
authorIan Lance Taylor <ian@airs.com>
Fri, 11 Jun 1999 21:02:59 +0000 (21:02 +0000)
committerIan Lance Taylor <ian@airs.com>
Fri, 11 Jun 1999 21:02:59 +0000 (21:02 +0000)
* gas/i386/katmai.s: Likewise.
* gas/i386/amd.d: Corresponding change.
* gas/i386/katmai.d: Corresponding change.

gas/testsuite/ChangeLog
gas/testsuite/gas/i386/amd.d
gas/testsuite/gas/i386/amd.s
gas/testsuite/gas/i386/katmai.d
gas/testsuite/gas/i386/katmai.s

index a0038f20cb9bdba14a04625b823343579d5aa74a..54eab17174edaaea3e9f406395cb2ee267e0e60a 100644 (file)
@@ -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.
index 68f6f7728a9752dfea261ec49afc18ba2ba90ea4..1ff16792f19f4d3cba1b30096f286be7b47f48cb 100644 (file)
@@ -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  
index af4cd452daaec78f6043ce5cc1f07e8ad0e621c4..b409c618d19736b0cdc0fddb68dcb3e47aec23ab 100644 (file)
@@ -1,6 +1,7 @@
 #AMD 3DNow! instructions
 
 .text
+foo:
  prefetch      (%ebx)
  prefetchw     0x1000(,%esi,2)
  femms
index a130e0c4af26abbe4b7efe09b2c74d83cb26ee8a..96fa60c0952b4fab4a40f0e24f6b56b899b66211 100644 (file)
@@ -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
index 426b2c7b5e7f7ad0afafec8a27df1f3a67b14e95..d42a74ded1efe4bbbaca66ecd52671cfced47a3c 100644 (file)
@@ -1,6 +1,7 @@
 #PIII SIMD instructions
 
 .text
+foo:
  addps         (%ecx),%xmm0
  addps         %xmm2,%xmm1
  addss         (%ebx),%xmm2