diff options
Diffstat (limited to 'gas')
-rw-r--r-- | gas/testsuite/ChangeLog | 9 | ||||
-rw-r--r-- | gas/testsuite/gas/i386/fma4.d | 1 | ||||
-rw-r--r-- | gas/testsuite/gas/i386/x86-64-fma4.d | 1 |
3 files changed, 9 insertions, 2 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index c4eeb8a..e2a4bab 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,7 +1,12 @@ +2009-07-07 H.J. Lu <hongjiu.lu@intel.com> + + * gas/i386/fma4.d: Append "#pass". + * gas/i386/x86-64-fma4.d: Likewise. + 2009-07-07 Tristan Gingold <gingold@adacore.com> - * gas/i386/jump.d: Adjust to be relocated offset for jump to external - symbol. + * gas/i386/jump.d: Adjust to be relocated offset for jump to + external symbol. 2009-07-06 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com> diff --git a/gas/testsuite/gas/i386/fma4.d b/gas/testsuite/gas/i386/fma4.d index 58b72f4..94538e4 100644 --- a/gas/testsuite/gas/i386/fma4.d +++ b/gas/testsuite/gas/i386/fma4.d @@ -90,3 +90,4 @@ Disassembly of section .text: [ ]*[a-f0-9]+: c4 e3 c9 7e fc 20 vfnmsubss %xmm4,%xmm6,%xmm2,%xmm7 [ ]*[a-f0-9]+: c4 e3 c9 7e 39 20 vfnmsubss \(%ecx\),%xmm6,%xmm2,%xmm7 [ ]*[a-f0-9]+: c4 e3 59 7e 39 20 vfnmsubss %xmm4,\(%ecx\),%xmm2,%xmm7 +#pass diff --git a/gas/testsuite/gas/i386/x86-64-fma4.d b/gas/testsuite/gas/i386/x86-64-fma4.d index b0ac81f..a0942c1 100644 --- a/gas/testsuite/gas/i386/x86-64-fma4.d +++ b/gas/testsuite/gas/i386/x86-64-fma4.d @@ -64,3 +64,4 @@ Disassembly of section .text: [ ]*[a-f0-9]+: c4 e3 c9 7e fc 20 vfnmsubss %xmm4,%xmm6,%xmm2,%xmm7 [ ]*[a-f0-9]+: c4 e3 c9 7e 39 20 vfnmsubss \(%rcx\),%xmm6,%xmm2,%xmm7 +#pass |