summaryrefslogtreecommitdiff
path: root/lib/builtins/subdf3.c
diff options
context:
space:
mode:
authorJoerg Sonnenberger <joerg@bec.de>2014-03-01 15:30:50 +0000
committerJoerg Sonnenberger <joerg@bec.de>2014-03-01 15:30:50 +0000
commitbfbb8bbc8e4a4fce3538aa85b095543fee291df7 (patch)
tree66760b0732edf7228f5920aa69b9a105d7913afe /lib/builtins/subdf3.c
parent8467eeb64062221a2b8d36629f907d072336d989 (diff)
downloadcompiler-rt-bfbb8bbc8e4a4fce3538aa85b095543fee291df7.tar.gz
Consistently use COMPILER_RT_ABI for all public symbols.
Move prototypes into headers and fix a few inconsistencies. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@202591 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/builtins/subdf3.c')
-rw-r--r--lib/builtins/subdf3.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/builtins/subdf3.c b/lib/builtins/subdf3.c
index 66fb1a54f..089e06241 100644
--- a/lib/builtins/subdf3.c
+++ b/lib/builtins/subdf3.c
@@ -15,9 +15,6 @@
#define DOUBLE_PRECISION
#include "fp_lib.h"
-fp_t COMPILER_RT_ABI __adddf3(fp_t a, fp_t b);
-
-
ARM_EABI_FNALIAS(dsub, subdf3)
// Subtraction; flip the sign bit of b and add.