This is the mail archive of the binutils@sourceware.org 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: bogus textrels with alpha target ?


On Fri, Dec 02, 2005 at 11:42:39PM +0000, Mike Frysinger wrote:
> so then the question is, am i looking at a bug in binutils ?

No, Alpha doesn't do plts quite like other targets.  This means
the true address of shared_func is put into my_funcs.  Since
my_funcs is const, it's in .rodata, which results in the text
relocation.


r~


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