aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Hsieh <andrewhsieh@google.com>2014-01-09 15:22:29 +0800
committerAndrew Hsieh <andrewhsieh@google.com>2014-01-09 15:22:29 +0800
commitb065fccd8ab47b4de4610093fb98514fc5df2362 (patch)
treee41aec7879e11b56168a8c11c8e60a11e7e20aa8
parent58b052a77bfe91803b352adcb708e46c887a8294 (diff)
downloadcompiler-rt-b065fccd8ab47b4de4610093fb98514fc5df2362.tar.gz
Alias __aeabi_fcmpun to __unordsf2.
lib/comparesf2.c isn't built because lib/arm/comparesf2.S exists. Unfortunately lib/arm/comparesf2.S forgets to alias __aeabi_fcmpun to __unordsf2. This CL fixes it Change-Id: I435bf1ca411756226de70f18505a2a82c235ae66
-rw-r--r--lib/arm/comparesf2.S1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/arm/comparesf2.S b/lib/arm/comparesf2.S
index ce6f4b9ef..bfba58db2 100644
--- a/lib/arm/comparesf2.S
+++ b/lib/arm/comparesf2.S
@@ -131,6 +131,7 @@ DEFINE_COMPILERRT_FUNCTION(__gtsf2)
bx lr
.align 2
+DEFINE_AEABI_FUNCTION_ALIAS(__aeabi_fcmpun, __unordsf2)
DEFINE_COMPILERRT_FUNCTION(__unordsf2)
// Return 1 for NaN values, 0 otherwise.
mov r2, r0, lsl #1