* 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 a0038f2..54eab17 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 68f6f77..1ff1679 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 af4cd45..b409c61 100644 (file)
@@ -1,6 +1,7 @@
 #AMD 3DNow! instructions
 
 .text
+foo:
  prefetch      (%ebx)
  prefetchw     0x1000(,%esi,2)
  femms
index a130e0c..96fa60c 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 426b2c7..d42a74d 100644 (file)
@@ -1,6 +1,7 @@
 #PIII SIMD instructions
 
 .text
+foo:
  addps         (%ecx),%xmm0
  addps         %xmm2,%xmm1
  addss         (%ebx),%xmm2