Re: [PATCH] rs6000: Use -mno-pcrel for tests requiring TOC

2020-02-25 Thread Bill Schmidt
On 2/25/20 4:00 PM, Segher Boessenkool wrote: On Mon, Feb 24, 2020 at 03:20:30PM -0600, Bill Schmidt wrote: These two test cases have assembly code that requires a valid TOC. Make sure that we don't use the PC-relative ABI extensions that violate this requirement. Tested and verified on powerpc

Re: [PATCH] rs6000: Use -mno-pcrel for tests requiring TOC

2020-02-25 Thread Segher Boessenkool
On Mon, Feb 24, 2020 at 03:20:30PM -0600, Bill Schmidt wrote: > These two test cases have assembly code that requires a valid TOC. > Make sure that we don't use the PC-relative ABI extensions that > violate this requirement. > > Tested and verified on powerpc64le-unknown-linux-gnu. Is this > okay

[PATCH] rs6000: Use -mno-pcrel for tests requiring TOC

2020-02-24 Thread Bill Schmidt
These two test cases have assembly code that requires a valid TOC. Make sure that we don't use the PC-relative ABI extensions that violate this requirement. Tested and verified on powerpc64le-unknown-linux-gnu. Is this okay for trunk? Thanks, Bill 2020-02-24 Bill Schmidt * gcc.targe