This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: powerpc64 ._savef* and ._restf*


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~


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]