* 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.
This commit is contained in:
Ian Lance Taylor 1999-06-11 21:02:59 +00:00
parent a7cd1c2299
commit 14c1861305
5 changed files with 11 additions and 2 deletions

View 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.

View 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

View File

@ -1,6 +1,7 @@
#AMD 3DNow! instructions
.text
foo:
prefetch (%ebx)
prefetchw 0x1000(,%esi,2)
femms

View 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

View File

@ -1,6 +1,7 @@
#PIII SIMD instructions
.text
foo:
addps (%ecx),%xmm0
addps %xmm2,%xmm1
addss (%ebx),%xmm2