From 31537df3e5592bca084bb16afc174c4dc222eac3 Mon Sep 17 00:00:00 2001 From: Andrew Pinski Date: Sat, 30 Jul 2005 22:46:25 +0000 Subject: make_exports.pl: Pass --strip-underscores to c++filt. 2005-07-30 Andrew Pinski * scripts/make_exports.pl: Pass --strip-underscores to c++filt. From-SVN: r102595 --- libstdc++-v3/scripts/make_exports.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libstdc++-v3/scripts') diff --git a/libstdc++-v3/scripts/make_exports.pl b/libstdc++-v3/scripts/make_exports.pl index e5a5832..5d1cd74 100644 --- a/libstdc++-v3/scripts/make_exports.pl +++ b/libstdc++-v3/scripts/make_exports.pl @@ -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; -- cgit v1.1