diff options
author | Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> | 2011-10-17 15:14:54 +0000 |
---|---|---|
committer | Rainer Orth <ro@gcc.gnu.org> | 2011-10-17 15:14:54 +0000 |
commit | 47fc10353d53a2e5595b9c57bf9664ac4e8471e9 (patch) | |
tree | 987c48194068721ceffd0a01b030e265e4254a3f /libstdc++-v3/config | |
parent | d11aaed74f34054935829ceb91c5798dfc91104d (diff) | |
download | gcc-47fc10353d53a2e5595b9c57bf9664ac4e8471e9.tar.gz |
Remove duplicate symbol in gnu.ver (PR bootstrap/50715)
PR bootstrap/50715
* config/abi/pre/gnu.ver (CXXABI_1.3.6): Remove duplicate
__cxa_get_exception_ptr.
From-SVN: r180097
Diffstat (limited to 'libstdc++-v3/config')
-rw-r--r-- | libstdc++-v3/config/abi/pre/gnu.ver | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libstdc++-v3/config/abi/pre/gnu.ver b/libstdc++-v3/config/abi/pre/gnu.ver index c45b7db47f7..bb5ff9a3a20 100644 --- a/libstdc++-v3/config/abi/pre/gnu.ver +++ b/libstdc++-v3/config/abi/pre/gnu.ver @@ -1496,7 +1496,6 @@ CXXABI_1.3.6 { __cxa_allocate_dependent_exception; __cxa_free_dependent_exception; - __cxa_get_exception_ptr; __cxa_deleted_virtual; -} CXXABI_1.3.5;
\ No newline at end of file +} CXXABI_1.3.5; |