From: Ian Lance Taylor Date: Fri, 11 Jun 1999 21:02:59 +0000 (+0000) Subject: * gas/i386/amd.s: Add a symbol so a.out tests will work. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=14c1861305c267e0ccf2616182776ccdebc2c2ff;p=binutils-gdb.git * 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. --- diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index a0038f20cb9..54eab17174e 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,10 @@ +1999-06-12 Ian Lance Taylor + + * 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 * 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 68f6f7728a9..1ff16792f19 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 : 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 af4cd452daa..b409c618d19 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 a130e0c4af2..96fa60c0952 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 : 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 426b2c7b5e7..d42a74ded1e 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