diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2009-07-07 13:57:46 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2009-07-07 13:57:46 +0000 |
commit | e4649948b85937043ed8011c1668db0f6a6c9d80 (patch) | |
tree | 7d27312271b8a6abf3df7d90664f6dfc9770712e /gas | |
parent | fd115a4b71c8d9f4315641b00f00acdb5c6ae4a0 (diff) | |
download | gdb-e4649948b85937043ed8011c1668db0f6a6c9d80.zip gdb-e4649948b85937043ed8011c1668db0f6a6c9d80.tar.gz gdb-e4649948b85937043ed8011c1668db0f6a6c9d80.tar.bz2 |
2009-07-07 H.J. Lu <hongjiu.lu@intel.com>
* gas/i386/fma4.d: Append "#pass".
* gas/i386/x86-64-fma4.d: Likewise.
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 |