From 6a4a0db965117b7d69bde849601dd6d2160a34e0 Mon Sep 17 00:00:00 2001 From: andrew Date: Thu, 9 Jul 2015 21:02:40 +0000 Subject: Remove checks for __ARM_EABI__, we only build for EABI now. Sponsored by: ABT Systems Ltd --- sys/libkern/arm/ldivmod.S | 5 ----- 1 file changed, 5 deletions(-) (limited to 'sys/libkern/arm/ldivmod.S') diff --git a/sys/libkern/arm/ldivmod.S b/sys/libkern/arm/ldivmod.S index 26a3944..95f816b 100644 --- a/sys/libkern/arm/ldivmod.S +++ b/sys/libkern/arm/ldivmod.S @@ -28,8 +28,6 @@ #include __FBSDID("$FreeBSD$"); -#ifdef __ARM_EABI__ - /* * These calculate: * q = n / m @@ -64,6 +62,3 @@ ENTRY_NP(__aeabi_uldivmod) ldmfd sp!, {r2, r3} /* Load the remainder */ RET END(__aeabi_uldivmod) - -#endif - -- cgit v1.1