testsuite_abi.cc (check_version): Add GLIBCXX_3.4.18.
2012-08-30 Benjamin Kosnik <bkoz@redhat.com> * testsuite/util/testsuite_abi.cc (check_version): Add GLIBCXX_3.4.18. From-SVN: r190805
This commit is contained in:
parent
e3783e8274
commit
90a75549c3
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2012-08-30 Benjamin Kosnik <bkoz@redhat.com>
|
||||
|
||||
* testsuite/util/testsuite_abi.cc (check_version): Add GLIBCXX_3.4.18.
|
||||
|
||||
2012-08-29 Ulrich Drepper <drepper@gmail.com>
|
||||
|
||||
* include/bits/random.h (random_device): Move implementation to...
|
||||
|
|
|
@ -195,6 +195,7 @@ check_version(symbol& test, bool added)
|
|||
known_versions.push_back("GLIBCXX_3.4.15");
|
||||
known_versions.push_back("GLIBCXX_3.4.16");
|
||||
known_versions.push_back("GLIBCXX_3.4.17");
|
||||
known_versions.push_back("GLIBCXX_3.4.18");
|
||||
known_versions.push_back("GLIBCXX_LDBL_3.4");
|
||||
known_versions.push_back("GLIBCXX_LDBL_3.4.7");
|
||||
known_versions.push_back("GLIBCXX_LDBL_3.4.10");
|
||||
|
@ -222,7 +223,7 @@ check_version(symbol& test, bool added)
|
|||
test.version_status = symbol::incompatible;
|
||||
|
||||
// Check that added symbols are added in the latest pre-release version.
|
||||
bool latestp = (test.version_name == "GLIBCXX_3.4.17"
|
||||
bool latestp = (test.version_name == "GLIBCXX_3.4.18"
|
||||
|| test.version_name == "CXXABI_1.3.6"
|
||||
|| test.version_name == "CXXABI_TM_1");
|
||||
if (added && !latestp)
|
||||
|
|
Loading…
Add table
Reference in a new issue