On Mon, Jul 08, 2019 at 02:42:13PM -0400, Michael Meissner wrote:
> On Wed, Jul 03, 2019 at 05:09:57PM -0500, Segher Boessenkool wrote:
> > Hi Mike,
> >
> > On Fri, Jun 28, 2019 at 02:50:33PM -0400, Michael Meissner wrote:
> > > --- gcc/config/rs6000/rs6000-logue.c (revision 272714)
> > > +++
On Wed, Jul 03, 2019 at 05:09:57PM -0500, Segher Boessenkool wrote:
> Hi Mike,
>
> On Fri, Jun 28, 2019 at 02:50:33PM -0400, Michael Meissner wrote:
> > --- gcc/config/rs6000/rs6000-logue.c(revision 272714)
> > +++ gcc/config/rs6000/rs6000-logue.c(working copy)
> > @@ -1406,23 +140
Hi Mike,
On Fri, Jun 28, 2019 at 02:50:33PM -0400, Michael Meissner wrote:
> --- gcc/config/rs6000/rs6000-logue.c (revision 272714)
> +++ gcc/config/rs6000/rs6000-logue.c (working copy)
> @@ -1406,23 +1406,13 @@ uses_TOC (void)
> }
> #endif
>
> +/* Create a TOC style reference for a symbol.
At the moment, we have two functions that create and look at TOC references:
create_TOC_reference(global function)
use_toc_relative_ref(static function in rs6000.c)
Since I am adding pc-relative support that will be used instead of TOC support,
this patch renames these two