blob: 904cc16af2e07db97e5fabf761a046b6eea06749 [file] [log] [blame]
/* STOPSHIP: remove this once the flounder blobs have been rebuilt (http://b/20065774). */
#if defined(__clang__)
extern void __clear_cache(char*, char*);
extern char _Unwind_Backtrace;
extern char _Unwind_GetIP;
void* __bionic_libgcc_compat_symbols[] = {
&__clear_cache,
&_Unwind_Backtrace,
&_Unwind_GetIP,
};
#endif