Re: [PATCH, v2] Disable PowerPC pc-relative support until the code is checked in

2019-06-10 Thread Segher Boessenkool
On Fri, Jun 07, 2019 at 07:31:39PM -0400, Michael Meissner wrote: > Ok, here is the revised version of the patch. -mcpu=future sets > -mprefixed-addr but not -mpcrel. Using either -mpcrel or -mprefixed-addr does > not set -mcpu=future. I tweaked the tests for -mpcrel and -mprefixed-addr > somewh

[PATCH, v2] Disable PowerPC pc-relative support until the code is checked in

2019-06-07 Thread Michael Meissner
Ok, here is the revised version of the patch. -mcpu=future sets -mprefixed-addr but not -mpcrel. Using either -mpcrel or -mprefixed-addr does not set -mcpu=future. I tweaked the tests for -mpcrel and -mprefixed-addr somewhat, and kept the changes to the testsuite. [gcc] 2019-06-07 Michael Meis