From: Aleksandar Markovic <amarko...@wavecomp.com> This series includes misc MIPS patches intended to be integrated after 4.1 release.
Aleksandar Markovic (2): tests/tcg: target/mips: Fix target configurations for MSA tests tests/tcg: target/mips: Add optional printing of more detailed failure info tests/tcg/mips/include/test_utils_128.h | 21 +- .../mips/user/ase/msa/test_msa_compile_32r5eb.sh | 643 +++++++++++++++++++++ .../mips/user/ase/msa/test_msa_compile_32r5el.sh | 643 +++++++++++++++++++++ .../mips/user/ase/msa/test_msa_compile_32r6eb.sh | 643 --------------------- .../mips/user/ase/msa/test_msa_compile_32r6el.sh | 643 --------------------- tests/tcg/mips/user/ase/msa/test_msa_run_32r5eb.sh | 371 ++++++++++++ tests/tcg/mips/user/ase/msa/test_msa_run_32r5el.sh | 371 ++++++++++++ tests/tcg/mips/user/ase/msa/test_msa_run_32r6eb.sh | 371 ------------ tests/tcg/mips/user/ase/msa/test_msa_run_32r6el.sh | 371 ------------ 9 files changed, 2048 insertions(+), 2029 deletions(-) create mode 100755 tests/tcg/mips/user/ase/msa/test_msa_compile_32r5eb.sh create mode 100755 tests/tcg/mips/user/ase/msa/test_msa_compile_32r5el.sh delete mode 100755 tests/tcg/mips/user/ase/msa/test_msa_compile_32r6eb.sh delete mode 100755 tests/tcg/mips/user/ase/msa/test_msa_compile_32r6el.sh create mode 100755 tests/tcg/mips/user/ase/msa/test_msa_run_32r5eb.sh create mode 100755 tests/tcg/mips/user/ase/msa/test_msa_run_32r5el.sh delete mode 100644 tests/tcg/mips/user/ase/msa/test_msa_run_32r6eb.sh delete mode 100755 tests/tcg/mips/user/ase/msa/test_msa_run_32r6el.sh -- 2.7.4