From f7e060d01b766e1626a959bfecd383cf0ac76d66 Mon Sep 17 00:00:00 2001 From: Tim Northover Date: Fri, 15 Nov 2013 23:26:29 +0000 Subject: Revert premature instructions to build __sync_fetch_* My commits got a bit twisted when I was working on both embedded support and __sync stuff on the same branch. Sorry about that. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@194886 91177308-0d34-0410-b5e6-96231b3b80d8 --- make/platform/clang_darwin_embedded.mk | 20 -------------------- 1 file changed, 20 deletions(-) (limited to 'make') diff --git a/make/platform/clang_darwin_embedded.mk b/make/platform/clang_darwin_embedded.mk index edf819834..3cea2e45c 100644 --- a/make/platform/clang_darwin_embedded.mk +++ b/make/platform/clang_darwin_embedded.mk @@ -186,26 +186,6 @@ THUMB2_FUNCTIONS := \ switch32 \ switch8 \ switchu8 \ - sync_fetch_and_add_4 \ - sync_fetch_and_sub_4 \ - sync_fetch_and_and_4 \ - sync_fetch_and_or_4 \ - sync_fetch_and_xor_4 \ - sync_fetch_and_nand_4 \ - sync_fetch_and_max_4 \ - sync_fetch_and_umax_4 \ - sync_fetch_and_min_4 \ - sync_fetch_and_umin_4 \ - sync_fetch_and_add_8 \ - sync_fetch_and_sub_8 \ - sync_fetch_and_and_8 \ - sync_fetch_and_or_8 \ - sync_fetch_and_xor_8 \ - sync_fetch_and_nand_8 \ - sync_fetch_and_max_8 \ - sync_fetch_and_umax_8 \ - sync_fetch_and_min_8 \ - sync_fetch_and_umin_8 I386_FUNCTIONS := \ i686.get_pc_thunk.eax \ -- cgit v1.2.3