Re: [PATCH], Patch #6, revision 3, Create pc-relative addressing insns

2019-07-18 Thread Segher Boessenkool
On Thu, Jul 18, 2019 at 02:20:43PM -0400, Michael Meissner wrote: > On Tue, Jul 16, 2019 at 03:58:18PM -0500, Segher Boessenkool wrote: > > > I did not move the initialization of the TOC_alias_set > > > elsewhere, because in order to call TOC_alias_set, the code has already > > > called > > >

Re: [PATCH], Patch #6, revision 3, Create pc-relative addressing insns

2019-07-18 Thread Michael Meissner
On Tue, Jul 16, 2019 at 03:58:18PM -0500, Segher Boessenkool wrote: > Hi Mike, > > On Tue, Jul 16, 2019 at 02:19:14AM -0400, Michael Meissner wrote: > > I have changed the TARGET_TOC to be TARGET_HAS_TOC in the aix, darwin, > > system > > V, and Linux 64-bit headers. Then in rs6000.h,

Re: [PATCH], Patch #6, revision 3, Create pc-relative addressing insns

2019-07-16 Thread Segher Boessenkool
Hi Mike, On Tue, Jul 16, 2019 at 02:19:14AM -0400, Michael Meissner wrote: > I have changed the TARGET_TOC to be TARGET_HAS_TOC in the aix, darwin, system > V, and Linux 64-bit headers. Then in rs6000.h, TARGET_TOC is defined in terms > of TARGET_HAS_TOC and not pc-relative referencing. Cool,