This is the mail archive of the crossgcc@sources.redhat.com mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


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



Replying to my own question, in case someone else runs into a similar problem...


gnu.linkonce.r section contains instantiations of template functions.
gnu.linkonce.t contains virtual tables.

As far as name demangling goes, c++filt program may be used to go back to real names.

I was not able to locate any in depth manual...


----------------------------------------------------------------
"Normal people ... believe that if it ain't broke, don't fix it. Engineers believe that if it ain't broke, it doesn't have enough features yet."






From: "Alexander Gdalevich" <gdalevich@hotmail.com>
To: crossgcc@sources.redhat.com
Subject: linker sections
Date: Tue, 24 Feb 2004 18:48:13 -0500


Greetings!


I have a question about linker sections. What goes into .gnu.linkonce.r and .gnu.linkonce.t sections? Is there a complete manual on a gnu linker and what goes into what sections?

Also, is there a manual describing C++ name mangling performed by gcc? That is how would you find out what _ZTV10CDspString stands for?

Thanks.

----------------------------------------------------------------
"Normal people ... believe that if it ain't broke, don't fix it. Engineers believe that if it ain't broke, it doesn't have enough features yet."


_________________________________________________________________
Click, drag and drop. My MSN is the simple way to design your homepage. http://click.atdmt.com/AVE/go/onm00200364ave/direct/01/



------
Want more information? See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to crossgcc-unsubscribe@sources.redhat.com



_________________________________________________________________
Take off on a romantic weekend or a family adventure to these great U.S. locations. http://special.msn.com/local/hotdestinations.armx



------ Want more information? See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/ Want to unsubscribe? Send a note to crossgcc-unsubscribe@sources.redhat.com


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