blob: 35158cef6c31c58bb1088846266e8aab1134d1f9 [file] [log] [blame]
Elliott Hughes76e1cbc2015-04-03 11:27:53 -07001/* STOPSHIP: remove this once the flounder blobs have been rebuilt (http://b/20065774). */
2
3extern void __clear_cache(char*, char*);
4extern char _Unwind_Backtrace;
5extern char _Unwind_GetIP;
6
7void* __bionic_libgcc_compat_symbols[] = {
8 &__clear_cache,
9 &_Unwind_Backtrace,
10 &_Unwind_GetIP,
11};