summaryrefslogtreecommitdiffstats
path: root/sys/libkern/arm/ldivmod.S
diff options
context:
space:
mode:
authorandrew <andrew@FreeBSD.org>2015-07-09 21:02:40 +0000
committerandrew <andrew@FreeBSD.org>2015-07-09 21:02:40 +0000
commit6a4a0db965117b7d69bde849601dd6d2160a34e0 (patch)
tree29aad34bb2b9a0b6b09c752e53032dcb4cd3bd4b /sys/libkern/arm/ldivmod.S
parentb85d394d0e119fc2aa8a4351fda5595f0c1b5d2e (diff)
downloadFreeBSD-src-6a4a0db965117b7d69bde849601dd6d2160a34e0.zip
FreeBSD-src-6a4a0db965117b7d69bde849601dd6d2160a34e0.tar.gz
Remove checks for __ARM_EABI__, we only build for EABI now.
Sponsored by: ABT Systems Ltd
Diffstat (limited to 'sys/libkern/arm/ldivmod.S')
-rw-r--r--sys/libkern/arm/ldivmod.S5
1 files changed, 0 insertions, 5 deletions
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 <machine/asm.h>
__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
-
OpenPOWER on IntegriCloud