This is the mail archive of the binutils@sourceware.cygnus.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]

Re: bfd 2.10.90: Handle R_MIPS_REL32 relocations correctly


 >  How does `objdump -r' on your relocateable look like?  I've seen this
 > happening for R_MIPS_32 relocations in .data section that refer to a
 > versioned symbol in a shared object upon linking.
 > 
 >  OK, try to supply:
 > 
 > 	.data
 > 	.globl	myfree
 > myfree:
 > 	.word	free
 > 	.text
 > 	.globl	main
 > main:
 > 
 > to gas and then link it instead.

It still works fine.

Ulf

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