This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


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

Where to find more information about GNU linker?


Hi,

I'd like to learn more about the GNU linker which is
invoked by gcc on Linux systems.  Can someone recommend
a good reference?

I am interested in:
- when linking in a static library (libMylib.a), does the
  linker only bring into the final executable the
  symbols that are required, or does it combine all the symbols
  in the library into the final executable?

- how does the GNU/Linux linker deal with multiple C++ template
  instantiations?

- how does the GNU/Linux linker compare in terms of link time
  performance compared to linkers on other systems?

Thanks.
-- 
Craig Rodrigues        
http://www.gis.net/~craigr    
rodrigc@mediaone.net          


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