summaryrefslogtreecommitdiffstats
path: root/sys/libkern/arm/ldivmod.S
diff options
context:
space:
mode:
authorandrew <andrew@FreeBSD.org>2013-03-16 04:08:01 +0000
committerandrew <andrew@FreeBSD.org>2013-03-16 04:08:01 +0000
commitfaaba46948fb2a2f0c76f4ef57dc6d7384fd55fe (patch)
tree8f293aad43d868e14ddc8035b68886ed6282b02f /sys/libkern/arm/ldivmod.S
parent147f0b89f3dc8b52074ba05825f0e444127c50f2 (diff)
downloadFreeBSD-src-faaba46948fb2a2f0c76f4ef57dc6d7384fd55fe.zip
FreeBSD-src-faaba46948fb2a2f0c76f4ef57dc6d7384fd55fe.tar.gz
Add END to ARM libkern assembly functions
Diffstat (limited to 'sys/libkern/arm/ldivmod.S')
-rw-r--r--sys/libkern/arm/ldivmod.S2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/libkern/arm/ldivmod.S b/sys/libkern/arm/ldivmod.S
index a88db54..26a3944 100644
--- a/sys/libkern/arm/ldivmod.S
+++ b/sys/libkern/arm/ldivmod.S
@@ -53,6 +53,7 @@ ENTRY_NP(__aeabi_ldivmod)
add sp, sp, #8 /* Move sp to the remainder value */
ldmfd sp!, {r2, r3} /* Load the remainder */
RET
+END(__aeabi_ldivmod)
ENTRY_NP(__aeabi_uldivmod)
sub sp, sp, #8 /* Space for the remainder */
@@ -62,6 +63,7 @@ ENTRY_NP(__aeabi_uldivmod)
add sp, sp, #8 /* Move sp to the remainder value */
ldmfd sp!, {r2, r3} /* Load the remainder */
RET
+END(__aeabi_uldivmod)
#endif
OpenPOWER on IntegriCloud