Add missing __gnu_Unwind_Find_exidx symbol
Also since __aeabi* and __gnu_Unwind_Find_exidx symbols were incorrectly versioned in M (android-23) remove them from the version script for all platform versions <= 23 Bug: https://github.com/android-ndk/ndk/issues/1 Change-Id: I04902aac25a722100fc502600df908bb3a786356
This commit is contained in:
@@ -63,6 +63,7 @@ __get_sp
|
||||
__get_stack_base
|
||||
__getcwd
|
||||
__getpriority
|
||||
__gnu_Unwind_Find_exidx
|
||||
__hostalias
|
||||
__init_tls
|
||||
__ioctl
|
||||
|
||||
@@ -63,6 +63,7 @@ __get_sp
|
||||
__get_stack_base
|
||||
__getcwd
|
||||
__getpriority
|
||||
__gnu_Unwind_Find_exidx
|
||||
__hostalias
|
||||
__init_tls
|
||||
__ioctl
|
||||
|
||||
@@ -63,6 +63,7 @@ __get_sp
|
||||
__get_stack_base
|
||||
__getcwd
|
||||
__getpriority
|
||||
__gnu_Unwind_Find_exidx
|
||||
__hostalias
|
||||
__init_tls
|
||||
__ioctl
|
||||
|
||||
@@ -33,6 +33,7 @@ __fstatfs64
|
||||
__get_h_errno
|
||||
__getcwd
|
||||
__getpriority
|
||||
__gnu_Unwind_Find_exidx
|
||||
__hostalias
|
||||
__ioctl
|
||||
__libc_init
|
||||
|
||||
@@ -36,6 +36,7 @@ __fstatfs64
|
||||
__get_h_errno
|
||||
__getcwd
|
||||
__getpriority
|
||||
__gnu_Unwind_Find_exidx
|
||||
__hostalias
|
||||
__ioctl
|
||||
__isfinite
|
||||
|
||||
@@ -36,6 +36,7 @@ __fstatfs64
|
||||
__get_h_errno
|
||||
__getcwd
|
||||
__getpriority
|
||||
__gnu_Unwind_Find_exidx
|
||||
__hostalias
|
||||
__ioctl
|
||||
__isfinite
|
||||
|
||||
@@ -49,6 +49,7 @@ __getcpu
|
||||
__getcwd
|
||||
__getpid
|
||||
__getpriority
|
||||
__gnu_Unwind_Find_exidx
|
||||
__hostalias
|
||||
__ioctl
|
||||
__isfinite
|
||||
|
||||
@@ -1,19 +1,6 @@
|
||||
# Generated by genversionscripts.py. Do not edit.
|
||||
LIBC {
|
||||
global:
|
||||
__aeabi_atexit; # arm
|
||||
__aeabi_memclr; # arm
|
||||
__aeabi_memclr4; # arm
|
||||
__aeabi_memclr8; # arm
|
||||
__aeabi_memcpy; # arm
|
||||
__aeabi_memcpy4; # arm
|
||||
__aeabi_memcpy8; # arm
|
||||
__aeabi_memmove; # arm
|
||||
__aeabi_memmove4; # arm
|
||||
__aeabi_memmove8; # arm
|
||||
__aeabi_memset; # arm
|
||||
__aeabi_memset4; # arm
|
||||
__aeabi_memset8; # arm
|
||||
__assert;
|
||||
__assert2;
|
||||
__atomic_cmpxchg; # arm
|
||||
|
||||
@@ -52,6 +52,7 @@ __get_res_cache
|
||||
__get_stack_base
|
||||
__getcwd
|
||||
__getpriority
|
||||
__gnu_Unwind_Find_exidx
|
||||
__hostalias
|
||||
__init_tls
|
||||
__ioctl
|
||||
|
||||
@@ -53,6 +53,7 @@ __get_res_cache
|
||||
__get_stack_base
|
||||
__getcwd
|
||||
__getpriority
|
||||
__gnu_Unwind_Find_exidx
|
||||
__hostalias
|
||||
__init_tls
|
||||
__ioctl
|
||||
|
||||
@@ -62,6 +62,7 @@ __get_sp
|
||||
__get_stack_base
|
||||
__getcwd
|
||||
__getpriority
|
||||
__gnu_Unwind_Find_exidx
|
||||
__hostalias
|
||||
__init_tls
|
||||
__ioctl
|
||||
|
||||
@@ -65,6 +65,7 @@ __get_sp
|
||||
__get_stack_base
|
||||
__getcwd
|
||||
__getpriority
|
||||
__gnu_Unwind_Find_exidx
|
||||
__hostalias
|
||||
__init_tls
|
||||
__ioctl
|
||||
|
||||
Reference in New Issue
Block a user