]> git.ipfire.org Git - thirdparty/valgrind.git/commit
Remove deprecated regression tests for mftgpr and mffgpr.
authorCarl Love <cel@us.ibm.com>
Fri, 10 Sep 2021 22:15:57 +0000 (17:15 -0500)
committerCarl Love <cel@us.ibm.com>
Mon, 13 Sep 2021 16:05:47 +0000 (11:05 -0500)
commit093bef43d69236287ccc748591c9560a71181b0a
treef6b383f5f62747d8de6e87ffbbfb07cb3ca641e2
parent81032a82f77fc7038d80621fefd75b5726760a60
Remove deprecated regression tests for mftgpr and mffgpr.

The mftgpr and mffgpr instructions are deprecated.  Added comments in
VEX/priv/guest_ppc_toIR.c for the instructions stating the instructions
are deprecated.  Valgrind support can be removed if the opcodes get reused
in the future.  For now, leaving the functional support in Valgrind
for the instructions.

Removed the regression test power6_mf_gpr.c, expect files and vgtest file
from none/tests/ppc64.
VEX/priv/guest_ppc_toIR.c
none/tests/ppc64/Makefile.am
none/tests/ppc64/power6_mf_gpr.c [deleted file]
none/tests/ppc64/power6_mf_gpr.stderr.exp [deleted file]
none/tests/ppc64/power6_mf_gpr.stdout.exp [deleted file]
none/tests/ppc64/power6_mf_gpr.vgtest [deleted file]