256a6dab94dbd947cb1a9310e6c7b58261eddf29 |
|
22-Apr-2015 |
carll <carll@a5019735-40e9-0310-863c-91ae7b9d1cf9> |
There is an ABI change in how the PPC64 gcc compiler handles 128 bit arguments are aligned with GCC 5.0. The compiler generates a "note" about this starting with GCC 4.9. To avoid generating the "note", the passing of the arguments were changed to a pointer to make it pass by reference rather then pass by value. bugzilla 346487. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15136 a5019735-40e9-0310-863c-91ae7b9d1cf9
/external/valgrind/none/tests/ppc32/test_dfp4.c
|
dd690bf8d81c9119a7228446be12e3366e202176 |
|
08-Aug-2014 |
carll <carll@a5019735-40e9-0310-863c-91ae7b9d1cf9> |
This commit is for Bugzilla 334836. The Bugzilla contains patch 3 of 3 to add PPC64 LE support. The other two patches can be found in Bugzillas 334384 and 334834. Note, there are no VEX changes in this patch. PP64 Little Endian test case fixes. This patch adds new LE and BE expect files where needed. In other cases, the test was fixed to run correctly on LE and BE using based on testing to see which platform is being used. Where practical, the test cases have been changed so that the output produced for BE and LE will be identical. The test cases that require a major rewrite to make the output identical for BE and LE simply had an additional expect file added. Signed-off-by: Carl Love <carll@us.ibm.com> git-svn-id: svn://svn.valgrind.org/valgrind/trunk@14240 a5019735-40e9-0310-863c-91ae7b9d1cf9
/external/valgrind/none/tests/ppc32/test_dfp4.c
|
7ea7aa23b433745c5ba163add38415aa79c92344 |
|
23-Jun-2012 |
bart <bart@a5019735-40e9-0310-863c-91ae7b9d1cf9> |
Fix compiler warnings for ppc test cases. Patch from Carl Love (carll@us.ibm.com). See also #302205. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@12663 a5019735-40e9-0310-863c-91ae7b9d1cf9
/external/valgrind/none/tests/ppc32/test_dfp4.c
|
841b5b651c8e9e537dfe2408bd14c84106f9db5b |
|
01-May-2012 |
sewardj <sewardj@a5019735-40e9-0310-863c-91ae7b9d1cf9> |
Add DFP test cases that accidentally missed in r12546. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@12547 a5019735-40e9-0310-863c-91ae7b9d1cf9
/external/valgrind/none/tests/ppc32/test_dfp4.c
|