OSDN Git Service

Revert "Fix clang build."
authorDan Albert <danalbert@google.com>
Thu, 7 May 2015 22:12:16 +0000 (15:12 -0700)
committerDan Albert <danalbert@google.com>
Fri, 8 May 2015 16:35:54 +0000 (09:35 -0700)
Bug: http://b/20065774
This reverts commit 0975a5d9d29019e764dc0ab2ddc75759bebffb9b.

(cherry picked from commit 6f0d7005f9bc6d293e5cfcd60c13a6af0ffa99fc)

libc/arch-arm64/bionic/libgcc_compat.c

index 904cc16..35158ce 100644 (file)
@@ -1,7 +1,5 @@
 /* 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;
@@ -11,5 +9,3 @@ void* __bionic_libgcc_compat_symbols[] = {
     &_Unwind_Backtrace,
     &_Unwind_GetIP,
 };
-
-#endif