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: [PATCH] BFD: Consider any section whose name starts with ".__abs" to be absolute.


On Sat, Jun 23, 2018 at 06:40:35PM +0200, John Darrington wrote:
> The relocatable ELF files produced by the compiler of a major semiconductor
> manufactoror does not put absolute symbols into the *ABS* section.
> Instead, each seems to have its own section whose name starts with .__absdata_
> 
> This causes ld to mislink such files.  This patch seems to fix the problem.
> It doesn't seem like an elegant solution, but then it isn't an elegant problem...

No, that isn't the right way.  Investigate elf_add_symbol_hook.

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