On Wed, Nov 28, 2018 at 12:14:55PM -0600, Segher Boessenkool wrote:
> On Sun, Nov 25, 2018 at 10:46:28PM +1030, Alan Modra wrote:
> > -  /* If we are using V.4 style PIC, consider all constants to be hard.  */
> > -  if (flag_pic && DEFAULT_ABI == ABI_V4)
> > -    return 0;
> 
> Did you remove this part by accident?  It isn't mentioned in the changelog.

It was deliberate.  Leaving it in would have meant we had

  ...
  if (flag_pic && DEFAULT_ABI == ABI_V4)
    return 0;

  return 0;
}

-- 
Alan Modra
Australia Development Lab, IBM

Reply via email to