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: Common sections


On Mon, Jun 14, 2010 at 11:39:03AM -0400, fearyourself wrote:
> #define elf_backend_symbol_processing elf64_myport_symbol_processing
> 
> Never gets called. Any ideas of where I could add this code or should
> I do something else ?

If you are not using the generic linker (ie. your port defines
elf_backend_relocate_section), then symbol manipulation for the linker
is done in elf_backend_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]