mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-11-30 07:14:09 +08:00
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
This commit is contained in:
parent
679c409216
commit
258e7dbc94
@ -1,3 +1,9 @@
|
||||
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>
|
||||
|
||||
* testsuite/testsuite_performance.h (__FreeBSD__): Add fake mallinfo.
|
||||
|
@ -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:
|
||||
|
@ -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:
|
||||
|
@ -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());
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user