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: What does unexpected reloc type 0x03 mean?


On Wed, May 22, 2019 at 05:27:58AM -0400, Jeffrey Walton wrote:
> On ARM-32 I'm experiencing a failure when running self tests after a
> build. The error is:
> 
>     unexpected reloc type 0x03
> 
> I see the same error with 'LD_DEBUG=all ./cryptest v', but I still
> don't know what it means.

In this particular case it means you have a dynamic R_ARM_REL32
relocation, a type that ld.so is not prepared to relocate.

-- 
Alan Modra
Australia Development Lab, IBM


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