diff options
author | Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> | 2012-04-17 10:21:25 +0000 |
---|---|---|
committer | Rainer Orth <ro@gcc.gnu.org> | 2012-04-17 10:21:25 +0000 |
commit | 332781bba582208a138ae93c2f20e45d202fc3e5 (patch) | |
tree | 3d59dbeee7f281a5e135a2d6c28bf0e5a5094a32 | |
parent | 0d63b6432cb9cff3338be34800cdbddf6905822f (diff) | |
download | gcc-332781bba582208a138ae93c2f20e45d202fc3e5.zip gcc-332781bba582208a138ae93c2f20e45d202fc3e5.tar.gz gcc-332781bba582208a138ae93c2f20e45d202fc3e5.tar.bz2 |
Fix merging default libstdc++.log
* testsuite/util/testsuite_abi.cc (compare_symbols): Change
summary header to avoid confusion with DejaGnu header.
From-SVN: r186524
-rw-r--r-- | libstdc++-v3/ChangeLog | 5 | ||||
-rw-r--r-- | libstdc++-v3/testsuite/util/testsuite_abi.cc | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index eb010a2..d016408 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -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 diff --git a/libstdc++-v3/testsuite/util/testsuite_abi.cc b/libstdc++-v3/testsuite/util/testsuite_abi.cc index a0294c6..4721ccd 100644 --- a/libstdc++-v3/testsuite/util/testsuite_abi.cc +++ b/libstdc++-v3/testsuite/util/testsuite_abi.cc @@ -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; |