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:
parent
0d63b6432c
commit
332781bba5
@ -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
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user