Fix merging default libstdc++.log
authorRainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
Tue, 17 Apr 2012 10:21:25 +0000 (10:21 +0000)
committerRainer Orth <ro@gcc.gnu.org>
Tue, 17 Apr 2012 10:21:25 +0000 (10:21 +0000)
* testsuite/util/testsuite_abi.cc (compare_symbols): Change
summary header to avoid confusion with DejaGnu header.

From-SVN: r186524

libstdc++-v3/ChangeLog
libstdc++-v3/testsuite/util/testsuite_abi.cc

index eb010a22d775ee10c16872f56e8de6b455b8568f..d016408eb25edc9cea65fa9fdba34e170133a0a3 100644 (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
index a0294c694cd824db7295cc9d4f9d3aba12abba1d..4721ccd60424e33d1b096cff3831fac1ad08e139 100644 (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;