]> git.ipfire.org Git - thirdparty/valgrind.git/commit
Remove broken support for TS insn in s390 port. The
authorFlorian Krohm <florian@eich-krohm.de>
Mon, 16 Jan 2012 17:25:55 +0000 (17:25 +0000)
committerFlorian Krohm <florian@eich-krohm.de>
Mon, 16 Jan 2012 17:25:55 +0000 (17:25 +0000)
commit9ecfe3b20e9d6a379c86b40abe93256751bfe1ec
treeacb2e20451bff7c9cf59bb07fe42102adcc7e91d
parent486bc3d5aadd8fed0029a7a6b5f48c01a8780a30
Remove broken support for TS insn in s390 port. The
atomicity was not modelled.
The insn is not issued (gcc) or used (glibc, libdfp)
and is discouraged in the principles of operations.
No point spending time on it. Fixes #270796

git-svn-id: svn://svn.valgrind.org/vex/trunk@2239
VEX/priv/guest_s390_defs.h
VEX/priv/guest_s390_helpers.c
VEX/priv/guest_s390_toIR.c