]> git.ipfire.org Git - thirdparty/valgrind.git/commit
Fix tests for mfspr
authorCarl Love <cel@us.ibm.com>
Tue, 28 Sep 2021 15:49:10 +0000 (15:49 +0000)
committerCarl Love <cel@us.ibm.com>
Thu, 30 Sep 2021 23:08:54 +0000 (18:08 -0500)
commitf1d6dec60148d1ca7dc660f98e39ff31a9bfb5a0
tree469c178ab69a3aba500c5e4fc07f5675c081a0ff
parenta9f41e0c0b18763a18a1a2abad7981bbd299b235
Fix tests for mfspr

Split out the mfspr tests into a separate test using command line option
"-M".  The value in the LR and CTR registers changed.  It appears the
changes are due to changes in the test program jm-insns.c.  Splinting
these instructions out will help to minimize the size of future updates
when the test program changes.
12 files changed:
NEWS
none/tests/ppc32/Makefile.am
none/tests/ppc32/jm-insns.c
none/tests/ppc32/jm-mfspr.stderr.exp [new file with mode: 0644]
none/tests/ppc32/jm-mfspr.stdout.exp [new file with mode: 0644]
none/tests/ppc32/jm-mfspr.vgtest [new file with mode: 0644]
none/tests/ppc64/Makefile.am
none/tests/ppc64/jm-int_other.stdout.exp-LE
none/tests/ppc64/jm-mfspr.stderr.exp [new file with mode: 0644]
none/tests/ppc64/jm-mfspr.stdout.exp [new file with mode: 0644]
none/tests/ppc64/jm-mfspr.stdout.exp-ALT [new file with mode: 0644]
none/tests/ppc64/jm-mfspr.vgtest [new file with mode: 0644]