summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Northover <tnorthover@apple.com>2013-11-15 23:26:29 +0000
committerTim Northover <tnorthover@apple.com>2013-11-15 23:26:29 +0000
commitf7e060d01b766e1626a959bfecd383cf0ac76d66 (patch)
tree9c0c9a4edbcef94549b308dc42e2ce904643d057
parent868082b4f9eb6fd7f2f9c9cc36002afbfdf17802 (diff)
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
-rw-r--r--make/platform/clang_darwin_embedded.mk20
1 files changed, 0 insertions, 20 deletions
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 \