From 00e6c25ac8e7129a76deb68df0766d8736fc8442 Mon Sep 17 00:00:00 2001 From: Jonathan Wakely Date: Thu, 24 Mar 2016 18:13:40 +0000 Subject: libstdc++/69945 Add __gnu_cxx::__freeres hook PR libstdc++/69945 * config/abi/pre/gnu.ver: Add new symbol. * libsupc++/eh_alloc.cc (__gnu_cxx::__freeres): Define. * testsuite/18_support/free_eh_pool.cc: New test. From-SVN: r234465 --- libstdc++-v3/config/abi/pre/gnu.ver | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libstdc++-v3/config') diff --git a/libstdc++-v3/config/abi/pre/gnu.ver b/libstdc++-v3/config/abi/pre/gnu.ver index 41069d1..5c6b0fe 100644 --- a/libstdc++-v3/config/abi/pre/gnu.ver +++ b/libstdc++-v3/config/abi/pre/gnu.ver @@ -2148,6 +2148,8 @@ CXXABI_1.3.10 { _ZGTtNKSt13bad_exceptionD1Ev; _ZGTtNKSt13bad_exception4whatEv; + _ZN9__gnu_cxx9__freeresEv; + } CXXABI_1.3.9; # Symbols in the support library (libsupc++) supporting transactional memory. -- cgit v1.1