Fix merging default libstdc++.log

* testsuite/util/testsuite_abi.cc (compare_symbols): Change
	summary header to avoid confusion with DejaGnu header.

From-SVN: r186524
This commit is contained in:
Rainer Orth 2012-04-17 10:21:25 +00:00 committed by Rainer Orth
parent 0d63b6432c
commit 332781bba5
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2012-04-17 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
* testsuite/util/testsuite_abi.cc (compare_symbols): Change
summary header to avoid confusion with DejaGnu header.
2012-04-15 Paolo Carlini <paolo.carlini@oracle.com>
PR libstdc++/52702

View File

@ -530,7 +530,7 @@ compare_symbols(const char* baseline_file, const char* test_file,
}
}
cout << "\n\t\t=== libstdc++-v3 check-abi Summary ===" << endl;
cout << "\n\t\t==== libstdc++-v3 check-abi Summary ====" << endl;
cout << endl;
cout << "# of added symbols:\t\t " << added_names.size() << endl;
cout << "# of missing symbols:\t\t " << missing_names.size() << endl;