Re: [PATCH v2] rs6000: Add undocumented switch -mprefixed-addr

2019-05-30 Thread Segher Boessenkool
On Wed, May 29, 2019 at 07:09:47PM -0500, Bill Schmidt wrote: > Here's another version of the -mprefixed-addr patch. I've attempted to > address > Segher's comments, other than the suggestion to merge > OPTION_MASK_P8_FUSION_SIGN > into OPTION_MASK_P8_FUSION, which I think is too big a rat's nes

[PATCH v2] rs6000: Add undocumented switch -mprefixed-addr

2019-05-29 Thread Bill Schmidt
Hi, Here's another version of the -mprefixed-addr patch. I've attempted to address Segher's comments, other than the suggestion to merge OPTION_MASK_P8_FUSION_SIGN into OPTION_MASK_P8_FUSION, which I think is too big a rat's nest for this patch series. Bootstrapped and tested on powerpc64le-unkn