From da93c0f37c9dec2a6416b4ff710f24b56fc11cda Mon Sep 17 00:00:00 2001 From: Joerg Sonnenberger Date: Thu, 16 Jan 2014 13:55:24 +0000 Subject: [PATCH] Add missing __aeabi_fcmpun alias to match C version. llvm-svn: 199386 --- compiler-rt/lib/arm/comparesf2.S | 2 ++ 1 file changed, 2 insertions(+) diff --git a/compiler-rt/lib/arm/comparesf2.S b/compiler-rt/lib/arm/comparesf2.S index ce6f4b9efd00..784a3466c965 100644 --- a/compiler-rt/lib/arm/comparesf2.S +++ b/compiler-rt/lib/arm/comparesf2.S @@ -141,3 +141,5 @@ DEFINE_COMPILERRT_FUNCTION(__unordsf2) cmpls r3, #0xff000000 movhi r0, #1 bx lr + +DEFINE_AEABI_FUNCTION_ALIAS(__aeabi_fcmpun, __unordsf2)