Commit 258e7dbc by Benjamin Kosnik Committed by Benjamin Kosnik

Makefile.am (check-abi): Change libstdc++-v3 to libstdc++.


2003-08-08  Benjamin Kosnik  <bkoz@redhat.com>

	* testsuite/Makefile.am (check-abi): Change libstdc++-v3 to libstdc++.
	(check-abi-verbose): Same.
	* testsuite/testsuite_performance.h (report_performance): Same.

From-SVN: r70249
parent 679c4092
2003-08-08 Benjamin Kosnik <bkoz@redhat.com>
* 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 <ljrittle@acm.org> 2003-08-08 Loren J. Rittle <ljrittle@acm.org>
* testsuite/testsuite_performance.h (__FreeBSD__): Add fake mallinfo. * testsuite/testsuite_performance.h (__FreeBSD__): Add fake mallinfo.
......
...@@ -109,11 +109,11 @@ if GLIBCXX_TEST_ABI ...@@ -109,11 +109,11 @@ if GLIBCXX_TEST_ABI
# 'check-abi' to test for changes against that file. # 'check-abi' to test for changes against that file.
check-abi: abi_check baseline_symbols current_symbols.txt check-abi: abi_check baseline_symbols current_symbols.txt
-@(./abi_check --check ./current_symbols.txt ${baseline_file} \ -@(./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 check-abi-verbose: abi_check baseline_symbols current_symbols.txt
-@(./abi_check --check-verbose ./current_symbols.txt ${baseline_file} \ -@(./abi_check --check-verbose ./current_symbols.txt ${baseline_file} \
2>&1 | tee libstdc++-v3-abi.sum) 2>&1 | tee libstdc++-abi.sum)
else else
check-abi: check-abi:
......
...@@ -598,11 +598,11 @@ new-abi-baseline: ...@@ -598,11 +598,11 @@ new-abi-baseline:
# 'check-abi' to test for changes against that file. # '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@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@ -@(./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@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@ -@(./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:
@GLIBCXX_TEST_ABI_FALSE@check-abi-verbose: @GLIBCXX_TEST_ABI_FALSE@check-abi-verbose:
......
...@@ -177,7 +177,7 @@ namespace __gnu_test ...@@ -177,7 +177,7 @@ namespace __gnu_test
{ {
const char space = ' '; const char space = ' ';
const char tab = '\t'; 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::const_iterator i = file.begin() + file.find_last_of('/') + 1;
std::string testname(i, file.end()); std::string testname(i, file.end());
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment