[RFC PATCH] Synthetize some symbols for objdump -d

Alan Modra amodra@bigpond.net.au
Wed Apr 21 04:45:00 GMT 2004


On Tue, Apr 20, 2004 at 01:07:56PM +0200, Jakub Jelinek wrote:
> if they use .got.plt they just need to define elf_backend_plt_entry_size
> and elf_backend_reserved_plt_size macros, otherwise they don't need
> anything in most cases.  IA-64 will need to define elf_backend_relplt_name,
> sparc64 provide its own implementation (as part of PLT is normal PLT like,
> the second is .got.plt like).

I think it would be a good idea to define a backend function to process
each plt reloc.  Given a pointer to the plt section, and a pointer to
the reloc, it could return the value of the sym or -1 if the reloc
should be ignored.  That should be general enough to work even with
something like the sparc plt, and you won't need plt_entry_size or
reserved_plt_size.

-- 
Alan Modra
IBM OzLabs - Linux Technology Centre



More information about the Binutils mailing list