diff options
author | Bruce Mitchener <bruce.mitchener@gmail.com> | 2013-03-25 11:25:49 +0700 |
---|---|---|
committer | Bruce Mitchener <bruce.mitchener@gmail.com> | 2013-03-25 14:14:22 +0700 |
commit | 09221ebd18ec0074b25d593400f040ee460526aa (patch) | |
tree | e721b466f79090d78ddca667477ff33b56f083f2 /system/lib/libc.symbols | |
parent | ff1ba5d2339a6e086b812acf96c47f78764b0095 (diff) |
Get exceptions working as they were before.
This no longer uses headers from libcxxabi and
in fact uses libcxxabi a bit less than before.
This no longer lets some new C++11 stuff such as
exception_ptr work as the support for that relies
upon libcxxabi code.
Diffstat (limited to 'system/lib/libc.symbols')
-rw-r--r-- | system/lib/libc.symbols | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/system/lib/libc.symbols b/system/lib/libc.symbols index cd498651..96e995cf 100644 --- a/system/lib/libc.symbols +++ b/system/lib/libc.symbols @@ -1,3 +1,33 @@ +_ZNKSt20bad_array_new_length4whatEv +_ZNKSt9bad_alloc4whatEv +_ZNSt20bad_array_new_lengthC1Ev +_ZNSt20bad_array_new_lengthC2Ev +_ZNSt20bad_array_new_lengthD0Ev +_ZNSt20bad_array_new_lengthD1Ev +_ZNSt20bad_array_new_lengthD2Ev +_ZNSt9bad_allocC1Ev +_ZNSt9bad_allocC2Ev +_ZNSt9bad_allocD0Ev +_ZNSt9bad_allocD1Ev +_ZNSt9bad_allocD2Ev +_ZSt15get_new_handlerv +_ZSt15set_new_handlerPFvvE +_ZSt17__throw_bad_allocv +_ZSt7nothrow +_ZTISt20bad_array_new_length +_ZTISt9bad_alloc +_ZTSSt20bad_array_new_length +_ZTSSt9bad_alloc +_ZTVSt20bad_array_new_length +_ZTVSt9bad_alloc +_ZdaPv +_ZdaPvRKSt9nothrow_t +_ZdlPv +_ZdlPvRKSt9nothrow_t +_Znaj +_ZnajRKSt9nothrow_t +_Znwj +_ZnwjRKSt9nothrow_t _err _errx _verr |