]> git.ipfire.org Git - thirdparty/gcc.git/commit
rs6000: clean up testsuite power10_hw check
authorAaron Sawdey <acsawdey@linux.ibm.com>
Mon, 13 Jul 2020 21:19:33 +0000 (16:19 -0500)
committerGiuliano Belinassi <giuliano.belinassi@usp.br>
Mon, 17 Aug 2020 16:17:34 +0000 (13:17 -0300)
commitea476a88e01074659ef26971f0b4d093587878b1
treec28e03bbbba13b21d5c3f05f54ac92a640ec40bd
parent842eb755c51c95e2a439ef91e828cf172dbad24b
rs6000: clean up testsuite power10_hw check

Because the check for power10_hw is not called
check_effective_target_power10_hw, it needs to be looked
for by is-effective-target-keyword. Also reorder things
in is-effective-target to put power10_hw with the other
ppc stuff.

gcc/testsuite/

* lib/target-supports.exp (is-effective-target):
Reorder to put powerpc stuff together.
(is-effective-target-keyword): Add power10_hw.
gcc/testsuite/lib/target-supports.exp