commit | bfbb8bbc8e4a4fce3538aa85b095543fee291df7 | [log] [tgz] |
---|---|---|
author | Joerg Sonnenberger <joerg@bec.de> | Sat Mar 01 15:30:50 2014 +0000 |
committer | Joerg Sonnenberger <joerg@bec.de> | Sat Mar 01 15:30:50 2014 +0000 |
tree | 66760b0732edf7228f5920aa69b9a105d7913afe | |
parent | 8467eeb64062221a2b8d36629f907d072336d989 [diff] [blame] |
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
diff --git a/lib/builtins/addvti3.c b/lib/builtins/addvti3.c index f2a5c56..79b9611 100644 --- a/lib/builtins/addvti3.c +++ b/lib/builtins/addvti3.c
@@ -20,7 +20,7 @@ /* Effects: aborts if a + b overflows */ -ti_int +COMPILER_RT_ABI ti_int __addvti3(ti_int a, ti_int b) { ti_int s = a + b;