Elliott Hughes | 76e1cbc | 2015-04-03 11:27:53 -0700 | [diff] [blame] | 1 | /* STOPSHIP: remove this once the flounder blobs have been rebuilt (http://b/20065774). */ |
2 | |||||
3 | extern void __clear_cache(char*, char*); | ||||
4 | extern char _Unwind_Backtrace; | ||||
5 | extern char _Unwind_GetIP; | ||||
6 | |||||
7 | void* __bionic_libgcc_compat_symbols[] = { | ||||
8 | &__clear_cache, | ||||
9 | &_Unwind_Backtrace, | ||||
10 | &_Unwind_GetIP, | ||||
11 | }; |