blob: 35158cef6c31c58bb1088846266e8aab1134d1f9 [file] [log] [blame]
/* STOPSHIP: remove this once the flounder blobs have been rebuilt (http://b/20065774). */
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,
};