Re: [PATCH 1/7] PowerPC tests: Add prefixed/pcrel tests.

2020-06-08 Thread Segher Boessenkool
Hi! On Mon, Jun 01, 2020 at 03:53:36PM -0400, Michael Meissner wrote: > +# Return 1 if the target generates PC-relative instructions automatically for > +# the PowerPC 'future' machine. "... automatically, for configurations that allow it"? If the selector was only for the "future" target, that

[PATCH 1/7] PowerPC tests: Add prefixed/pcrel tests.

2020-06-01 Thread Michael Meissner via Gcc-patches
2020-06-01 Michael Meissner * lib/target-supports.exp (check_effective_target_powerpc_pcrel): New. (check_effective_target_powerpc_prefixed_addr): New. --- gcc/testsuite/lib/target-supports.exp | 19 +++ 1 file changed, 19 insertions(+) diff --git a/gcc