How to determine if a global symbol is defined in .so and hence needs to be output to the binary as undefined

Alan Modra amodra@bigpond.net.au
Fri Sep 7 05:05:00 GMT 2007


On Fri, Sep 07, 2007 at 12:36:04PM +0800, Mayank Kumar wrote:
>         Now I wanted to understand where this output_section gets populated so that I can debug through why this section is not coming to be NULL.

The ELF linker simply removes all the dynamic sections.  Search for
bfd_section_list_clear in elflink.c

-- 
Alan Modra
Australia Development Lab, IBM



More information about the Binutils mailing list