From e63da933eba10f5ea5bf39af47a0ded719c2cf5d Mon Sep 17 00:00:00 2001 From: Anton Korobeynikov Date: Tue, 19 Apr 2011 17:52:09 +0000 Subject: Move abi bits to separate header. Force AAPCS for EABI in accordance with ARM RTABI. llvm-svn: 129769 --- compiler-rt/lib/ffsdi2.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'compiler-rt/lib/ffsdi2.c') diff --git a/compiler-rt/lib/ffsdi2.c b/compiler-rt/lib/ffsdi2.c index 8a1c68cb323..89f1b7bf478 100644 --- a/compiler-rt/lib/ffsdi2.c +++ b/compiler-rt/lib/ffsdi2.c @@ -11,6 +11,7 @@ * * ===----------------------------------------------------------------------=== */ +#include "abi.h" #include "int_lib.h" @@ -18,7 +19,7 @@ * the value zero if a is zero. The least significant bit is index one. */ -si_int +COMPILER_RT_ABI si_int __ffsdi2(di_int a) { dwords x; -- cgit v1.2.3