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


> 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?

> 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,
Roland

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