From: Kai W. <kai...@gm...> - 2011-10-15 11:40:31
|
On Fri, Oct 14, 2011 at 01:25:22PM -0400, Reid Kleckner wrote: > This is useful for demangling the names of static functions. I used > Google's open source demangler as a reference: > http://code.google.com/p/google-glog/source/browse/trunk/src/demangle.cc > > gcc mangles the function "static int foo(int)" into _ZL3fooi, which > previously elftoolchain was unable to demangle. Thanks. Committed in r2014. Kai |