From 332781bba582208a138ae93c2f20e45d202fc3e5 Mon Sep 17 00:00:00 2001 From: Rainer Orth Date: Tue, 17 Apr 2012 10:21:25 +0000 Subject: [PATCH] Fix merging default libstdc++.log * testsuite/util/testsuite_abi.cc (compare_symbols): Change summary header to avoid confusion with DejaGnu header. From-SVN: r186524 --- libstdc++-v3/ChangeLog | 5 +++++ libstdc++-v3/testsuite/util/testsuite_abi.cc | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index eb010a22d77..d016408eb25 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,8 @@ +2012-04-17 Rainer Orth + + * testsuite/util/testsuite_abi.cc (compare_symbols): Change + summary header to avoid confusion with DejaGnu header. + 2012-04-15 Paolo Carlini PR libstdc++/52702 diff --git a/libstdc++-v3/testsuite/util/testsuite_abi.cc b/libstdc++-v3/testsuite/util/testsuite_abi.cc index a0294c694cd..4721ccd6042 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;