]> git.ipfire.org Git - thirdparty/valgrind.git/commit
s390x: rewrite some testcases. To make my testing and debugging life
authorJulian Seward <jseward@acm.org>
Wed, 13 Apr 2011 14:57:44 +0000 (14:57 +0000)
committerJulian Seward <jseward@acm.org>
Wed, 13 Apr 2011 14:57:44 +0000 (14:57 +0000)
commit7a3b89c9275166ef728023810927d7bebb051a16
treef6c409a292a1eb84c22cd70c50ebb789564d70f3
parentbd7dbb42d34c1c943085c72ca3e7930b587ff44c
s390x: rewrite some testcases.  To make my testing and debugging life
simpler, I've rewritten those testcases from none/tests/s390x that
require binutils to recognize opcodes defined in the
extended-immediate and general-instruction-extension facilities. As a
side effect this change removes the special casing in
none/tests/s390x/Makefile.am and the configury bits to support it.
Fixes #270115.  (Florian Krohm, britzel@acm.org)

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@11693
37 files changed:
configure.in
none/tests/s390x/Makefile.am
none/tests/s390x/add.c
none/tests/s390x/add.h
none/tests/s390x/add.stdout.exp
none/tests/s390x/add_EI.c
none/tests/s390x/add_EI.stdout.exp
none/tests/s390x/add_GE.c
none/tests/s390x/add_GE.stdout.exp
none/tests/s390x/and.c
none/tests/s390x/and.h
none/tests/s390x/and_EI.c
none/tests/s390x/and_EI.stdout.exp
none/tests/s390x/condloadstore.c
none/tests/s390x/condloadstore.stdout.exp
none/tests/s390x/flogr.c
none/tests/s390x/insert.c
none/tests/s390x/insert.h
none/tests/s390x/insert_EI.c
none/tests/s390x/insert_EI.stdout.exp
none/tests/s390x/mul.c
none/tests/s390x/mul.h
none/tests/s390x/mul_GE.c
none/tests/s390x/mul_GE.stdout.exp
none/tests/s390x/or.c
none/tests/s390x/or.h
none/tests/s390x/or_EI.c
none/tests/s390x/or_EI.stdout.exp
none/tests/s390x/sub.c
none/tests/s390x/sub.h
none/tests/s390x/sub.stdout.exp
none/tests/s390x/sub_EI.c
none/tests/s390x/sub_EI.stdout.exp
none/tests/s390x/xor.c
none/tests/s390x/xor.h
none/tests/s390x/xor_EI.c
none/tests/s390x/xor_EI.stdout.exp