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: How to determine if a global symbol is defined in .so and hence needs to be output to the binary as undefined


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


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