Phil Edwards - Re: __cxa_demangle sanity checks, issues, thoughts (original) (raw)

This is the mail archive of the libstdc++@gcc.gnu.orgmailing list for the libstdc++ 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]

On Thu, Aug 15, 2002 at 11:46:28PM -0700, Ulrich Drepper wrote:

// nm -g -P libstdc++.so.5.0.0 | awk '{ print 11 12}' | sort >& symbol_file

I cannot comment on much but on this I can.

The above line will not examine the dynamic symbol table but it is the symbol table which is defining the DSO interface. You would have to add

Is there a man page or info doc that describes the differences between a normal symbol table (which I understand) and a dynamic symbol table (which I do not)?

Phil

-- I would therefore like to posit that computing's central challenge, viz. "How not to make a mess of it," has /not/ been met. - Edsger Dijkstra, 1930-2002


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