From 48e709729463158dfd3ccd68d23ec12ef93586c0 Mon Sep 17 00:00:00 2001 From: ed Date: Sat, 15 Jun 2013 09:04:10 +0000 Subject: Let ARM use the custom tailored atomic intrinsics. --- lib/libcompiler_rt/__sync_fetch_and_add_4.c | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 lib/libcompiler_rt/__sync_fetch_and_add_4.c (limited to 'lib/libcompiler_rt/__sync_fetch_and_add_4.c') diff --git a/lib/libcompiler_rt/__sync_fetch_and_add_4.c b/lib/libcompiler_rt/__sync_fetch_and_add_4.c deleted file mode 100644 index 6126cfa..0000000 --- a/lib/libcompiler_rt/__sync_fetch_and_add_4.c +++ /dev/null @@ -1,6 +0,0 @@ -/* $FreeBSD$ */ -#define NAME __sync_fetch_and_add_4 -#define TYPE int32_t -#define FETCHADD(x, y) atomic_fetchadd_32(x, y) - -#include "__sync_fetch_and_op_n.h" -- cgit v1.1