From 258e7dbc94da329418134777af8b3b7f713045c0 Mon Sep 17 00:00:00 2001 From: Benjamin Kosnik Date: Fri, 8 Aug 2003 15:24:00 +0000 Subject: [PATCH] Makefile.am (check-abi): Change libstdc++-v3 to libstdc++. 2003-08-08 Benjamin Kosnik * testsuite/Makefile.am (check-abi): Change libstdc++-v3 to libstdc++. (check-abi-verbose): Same. * testsuite/testsuite_performance.h (report_performance): Same. From-SVN: r70249 --- libstdc++-v3/ChangeLog | 6 ++++++ libstdc++-v3/testsuite/Makefile.am | 4 ++-- libstdc++-v3/testsuite/Makefile.in | 4 ++-- libstdc++-v3/testsuite/testsuite_performance.h | 2 +- 4 files changed, 11 insertions(+), 5 deletions(-) diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 7c512ac47e7..2f0d775cd13 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,9 @@ +2003-08-08 Benjamin Kosnik + + * testsuite/Makefile.am (check-abi): Change libstdc++-v3 to libstdc++. + (check-abi-verbose): Same. + * testsuite/testsuite_performance.h (report_performance): Same. + 2003-08-08 Loren J. Rittle * testsuite/testsuite_performance.h (__FreeBSD__): Add fake mallinfo. diff --git a/libstdc++-v3/testsuite/Makefile.am b/libstdc++-v3/testsuite/Makefile.am index cd181c29243..ff2149efd25 100644 --- a/libstdc++-v3/testsuite/Makefile.am +++ b/libstdc++-v3/testsuite/Makefile.am @@ -109,11 +109,11 @@ if GLIBCXX_TEST_ABI # 'check-abi' to test for changes against that file. check-abi: abi_check baseline_symbols current_symbols.txt -@(./abi_check --check ./current_symbols.txt ${baseline_file} \ - 2>&1 | tee libstdc++-v3-abi.sum) + 2>&1 | tee libstdc++-abi.sum) check-abi-verbose: abi_check baseline_symbols current_symbols.txt -@(./abi_check --check-verbose ./current_symbols.txt ${baseline_file} \ - 2>&1 | tee libstdc++-v3-abi.sum) + 2>&1 | tee libstdc++-abi.sum) else check-abi: diff --git a/libstdc++-v3/testsuite/Makefile.in b/libstdc++-v3/testsuite/Makefile.in index 374af040f1a..4720fd2bef1 100644 --- a/libstdc++-v3/testsuite/Makefile.in +++ b/libstdc++-v3/testsuite/Makefile.in @@ -598,11 +598,11 @@ new-abi-baseline: # 'check-abi' to test for changes against that file. @GLIBCXX_TEST_ABI_TRUE@check-abi: abi_check baseline_symbols current_symbols.txt @GLIBCXX_TEST_ABI_TRUE@ -@(./abi_check --check ./current_symbols.txt ${baseline_file} \ -@GLIBCXX_TEST_ABI_TRUE@ 2>&1 | tee libstdc++-v3-abi.sum) +@GLIBCXX_TEST_ABI_TRUE@ 2>&1 | tee libstdc++-abi.sum) @GLIBCXX_TEST_ABI_TRUE@check-abi-verbose: abi_check baseline_symbols current_symbols.txt @GLIBCXX_TEST_ABI_TRUE@ -@(./abi_check --check-verbose ./current_symbols.txt ${baseline_file} \ -@GLIBCXX_TEST_ABI_TRUE@ 2>&1 | tee libstdc++-v3-abi.sum) +@GLIBCXX_TEST_ABI_TRUE@ 2>&1 | tee libstdc++-abi.sum) @GLIBCXX_TEST_ABI_FALSE@check-abi: @GLIBCXX_TEST_ABI_FALSE@check-abi-verbose: diff --git a/libstdc++-v3/testsuite/testsuite_performance.h b/libstdc++-v3/testsuite/testsuite_performance.h index 625de579b00..9ec2f865191 100644 --- a/libstdc++-v3/testsuite/testsuite_performance.h +++ b/libstdc++-v3/testsuite/testsuite_performance.h @@ -177,7 +177,7 @@ namespace __gnu_test { const char space = ' '; const char tab = '\t'; - const char* name = "libstdc++-v3-performance.sum"; + const char* name = "libstdc++-performance.sum"; std::string::const_iterator i = file.begin() + file.find_last_of('/') + 1; std::string testname(i, file.end());