This is the mail archive of the elfutils-devel@sourceware.org mailing list for the elfutils 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: eu-elflint: R_ARM_ABS32 and shared libraries


On Wed, Apr 7, 2010 at 9:23 PM, Roland McGrath <roland@redhat.com> wrote:
>> eu-elflint produces errors 'relocation type invalid for the file type' for
>> R_ARM_ABS32 relocations in DSO. A lot of libraries on my system
>> have R_ARM_ABS32. For example, libreadline.so.5.2 has 865
>> R_ARM_ABS32 relocations.
>
> Does it have DT_TEXTREL?

No.

>> It looks like false positive. Or my system is broken?
>
> The arm backend might not be quite right.  I've changed it to accept ABS32
> and PC24, so that list now matches the set the dynamic linker actually groks.

Thanks. I'll test later.

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