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: s390 fix for fix_adjustable.


On Tue, Nov 19, 2002 at 03:56:51PM +0100, Martin Schwidefsky wrote:
> Hi,
> the fix to prevent adjustments for pc-relative symbols in merge sections
> got lost with the gas reloc rewrite. I have readded it.

Hmm, it wasn't accidental.  I removed it because

	/* Never adjust a reloc against local symbol in a merge section
	   with non-zero addend.  */
	if ((symsec->flags & SEC_MERGE) != 0 && fixp->fx_offset != 0)
	  continue;

in write.c should be all that is required.  What did I miss?

-- 
Alan Modra
IBM OzLabs - Linux Technology Centre


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