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 | |
Elliott Hughes | dffd3c5 | 2015-04-03 13:37:18 -0700 | [diff] [blame] | 3 | #if !defined(__clang__) |
Elliott Hughes | 0975a5d | 2015-04-03 13:09:10 -0700 | [diff] [blame] | 4 | |
Elliott Hughes | 76e1cbc | 2015-04-03 11:27:53 -0700 | [diff] [blame] | 5 | extern void __clear_cache(char*, char*); |
| 6 | extern char _Unwind_Backtrace; |
| 7 | extern char _Unwind_GetIP; |
| 8 | |
| 9 | void* __bionic_libgcc_compat_symbols[] = { |
| 10 | &__clear_cache, |
| 11 | &_Unwind_Backtrace, |
| 12 | &_Unwind_GetIP, |
| 13 | }; |
Elliott Hughes | 0975a5d | 2015-04-03 13:09:10 -0700 | [diff] [blame] | 14 | |
| 15 | #endif |