From: ian Date: Fri, 11 Jun 1999 21:02:54 +0000 (+0000) Subject: * gas/i386/amd.s: Add a symbol so a.out tests will work. X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=7e152221227c5a738d585becb3c92230d55198a7;p=pf3gnuchains%2Fpf3gnuchains3x.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 a0038f20cb..54eab17174 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 68f6f7728a..1ff16792f1 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 af4cd452da..b409c618d1 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 a130e0c4af..96fa60c095 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 426b2c7b5e..d42a74ded1 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