powerpc64 ._savef* and ._restf*

Richard Henderson rth@redhat.com
Mon Feb 18 17:30:00 GMT 2002


On Mon, Feb 18, 2002 at 11:03:31PM +1030, Alan Modra wrote:
> +	  if (lowest_savef > i)
> +	    lowest_savef = i;
> +	  h->root.type = bfd_link_hash_defined;
> +	  h->root.u.def.section = htab->sfpr;
> +	  h->root.u.def.value = (i - lowest_savef) * 4;

You can't find the min and perform an adjustment 
against the not-yet-finialized min at the same time.


r~



More information about the Binutils mailing list