Index: scripts/make_exports.pl =================================================================== RCS file: /cvs/gcc/gcc/libstdc++-v3/scripts/make_exports.pl,v retrieving revision 1.1 diff -u -p -r1.1 make_exports.pl --- scripts/make_exports.pl 27 Jul 2005 18:28:29 -0000 1.1 +++ scripts/make_exports.pl 30 Jul 2005 22:40:46 -0000 @@ -92,7 +92,7 @@ my %export_hash = (); print STDERR 'nm -P '.(join ' ',@ARGV).'|'; open NM,'nm -P '.(join ' ',@ARGV).'|' or die $!; # Talk to c++filt through a pair of file descriptors. -open2(*FILTIN, *FILTOUT, "c++filt") or die $!; +open2(*FILTIN, *FILTOUT, "c++filt --strip-underscores") or die $!; NAME: while () { my $i; chomp;