This is the mail archive of the gcc-help@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]
Other format: [Raw text]

gcc 3.1.1, nm -C on solaris8 sparc


Hello,

We are using gcc 3.1.1 on solaris8, sparc. We built it to use
/usr/ccs/bin/as and ld.

We have a tool that uses /usr/ccs/bin/nm -C to get demangled c++ symbol
names. But it doesn't seem to fully demangle them. As an example

nm -C lib.built.with.gcc.so
returns
aNamespace12aClassIN9aMethod

but

nm -C lib.built.with.sunCC.so
returns
aNamespace::aClass::aMethod

Are there any gnu tools that will fully demangle?

Thanks,
Mark Crosland


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