diff options
author | andrew <andrew@FreeBSD.org> | 2012-08-08 09:42:44 +0000 |
---|---|---|
committer | andrew <andrew@FreeBSD.org> | 2012-08-08 09:42:44 +0000 |
commit | 30502844bd04cb59ab3146bfc660987e81eaaac0 (patch) | |
tree | ee445c9472d0093c3489f12d8048a72fe6e55f66 /contrib/compiler-rt/lib/divsf3.c | |
parent | 54cb95d6380dbb936499b9c35fd4ad12ba649f42 (diff) | |
parent | cfeab007a554034f0b3ab4a677cf9dd2696c12f9 (diff) | |
download | FreeBSD-src-30502844bd04cb59ab3146bfc660987e81eaaac0.zip FreeBSD-src-30502844bd04cb59ab3146bfc660987e81eaaac0.tar.gz |
Import compiler-rt r160957.
This is mostly a no-op other than for ARM where it adds missing
__aeabi_mem* and __aeabi_*divmod functions. Even on ARM these will remain
unused until the rest of the ARM EABI code is merged.
Diffstat (limited to 'contrib/compiler-rt/lib/divsf3.c')
-rw-r--r-- | contrib/compiler-rt/lib/divsf3.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/compiler-rt/lib/divsf3.c b/contrib/compiler-rt/lib/divsf3.c index a8230e4..c91c648 100644 --- a/contrib/compiler-rt/lib/divsf3.c +++ b/contrib/compiler-rt/lib/divsf3.c @@ -19,7 +19,7 @@ #define SINGLE_PRECISION #include "fp_lib.h" -ARM_EABI_FNALIAS(fdiv, divsf3); +ARM_EABI_FNALIAS(fdiv, divsf3) fp_t __divsf3(fp_t a, fp_t b) { |