mirror of git://gcc.gnu.org/git/gcc.git
gnu.ver: Fix comment.
2015-04-27 Ville Voutilainen <ville.voutilainen@gmail.com> * config/abi/pre/gnu.ver: Fix comment. From-SVN: r222483
This commit is contained in:
parent
03a16cc404
commit
913ae610c2
|
|
@ -1,5 +1,7 @@
|
||||||
2015-04-27 Ville Voutilainen <ville.voutilainen@gmail.com>
|
2015-04-27 Ville Voutilainen <ville.voutilainen@gmail.com>
|
||||||
|
|
||||||
|
* config/abi/pre/gnu.ver: Fix comment.
|
||||||
|
|
||||||
Add support for std::uncaught_exceptions.
|
Add support for std::uncaught_exceptions.
|
||||||
* acinclude.m4: Bump libtool_VERSION.
|
* acinclude.m4: Bump libtool_VERSION.
|
||||||
* config/abi/pre/gnu.ver: Export the new symbol.
|
* config/abi/pre/gnu.ver: Export the new symbol.
|
||||||
|
|
|
||||||
|
|
@ -1864,7 +1864,7 @@ GLIBCXX_3.4.21 {
|
||||||
|
|
||||||
GLIBCXX_3.4.22 {
|
GLIBCXX_3.4.22 {
|
||||||
|
|
||||||
# std::uncaught_exception()
|
# std::uncaught_exceptions()
|
||||||
_ZSt19uncaught_exceptionsv;
|
_ZSt19uncaught_exceptionsv;
|
||||||
|
|
||||||
} GLIBCXX_3.4.21;
|
} GLIBCXX_3.4.21;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue