OSDN Git Service

tests/tcg: unify ppc64 and ppc64le Makefiles
authorPaolo Bonzini <pbonzini@redhat.com>
Thu, 29 Sep 2022 11:42:02 +0000 (12:42 +0100)
committerAlex Bennée <alex.bennee@linaro.org>
Thu, 6 Oct 2022 10:53:40 +0000 (11:53 +0100)
commit37b0dba45c4e44a02000a4170f25af0110f501d5
treee8099b7134d51aa64be14cc2af845ce91cb21ef6
parent6ffe81370aab511f438ece256977def804f9b6e2
tests/tcg: unify ppc64 and ppc64le Makefiles

Make tests/tcg/ppc64le include tests/tcg/ppc64 instead of duplicating
the rules.  Because the ppc64le vpath includes tests/tcg/ppc64 but
not vice versa, the tests have to be moved from tests/tcg/ppc64le/
to tests/tcg/ppc64.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20220929114231.583801-23-alex.bennee@linaro.org>
tests/tcg/ppc64/Makefile.target
tests/tcg/ppc64/bcdsub.c [moved from tests/tcg/ppc64le/bcdsub.c with 100% similarity]
tests/tcg/ppc64/byte_reverse.c [moved from tests/tcg/ppc64le/byte_reverse.c with 100% similarity]
tests/tcg/ppc64/mffsce.c [moved from tests/tcg/ppc64le/mffsce.c with 100% similarity]
tests/tcg/ppc64/mtfsf.c [moved from tests/tcg/ppc64le/mtfsf.c with 100% similarity]
tests/tcg/ppc64/non_signalling_xscv.c [moved from tests/tcg/ppc64le/non_signalling_xscv.c with 100% similarity]
tests/tcg/ppc64/signal_save_restore_xer.c [moved from tests/tcg/ppc64le/signal_save_restore_xer.c with 100% similarity]
tests/tcg/ppc64/xxspltw.c [moved from tests/tcg/ppc64le/xxspltw.c with 100% similarity]
tests/tcg/ppc64le/Makefile.target