[compiler-rt] r199386 - Add missing __aeabi_fcmpun alias to match C version.
Joerg Sonnenberger
joerg at bec.de
Thu Jan 16 05:55:25 PST 2014
Author: joerg
Date: Thu Jan 16 07:55:24 2014
New Revision: 199386
URL: http://llvm.org/viewvc/llvm-project?rev=199386&view=rev
Log:
Add missing __aeabi_fcmpun alias to match C version.
Modified:
compiler-rt/trunk/lib/arm/comparesf2.S
Modified: compiler-rt/trunk/lib/arm/comparesf2.S
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/lib/arm/comparesf2.S?rev=199386&r1=199385&r2=199386&view=diff
==============================================================================
--- compiler-rt/trunk/lib/arm/comparesf2.S (original)
+++ compiler-rt/trunk/lib/arm/comparesf2.S Thu Jan 16 07:55:24 2014
@@ -141,3 +141,5 @@ DEFINE_COMPILERRT_FUNCTION(__unordsf2)
cmpls r3, #0xff000000
movhi r0, #1
bx lr
+
+DEFINE_AEABI_FUNCTION_ALIAS(__aeabi_fcmpun, __unordsf2)
More information about the llvm-commits
mailing list