commit | 75e3c1993c6d1b78cddfd93d3a936b3dcdf5cebb | [log] [tgz] |
---|---|---|
author | Anton Korobeynikov <asl@math.spbu.ru> | Tue Apr 19 17:51:24 2011 +0000 |
committer | Anton Korobeynikov <asl@math.spbu.ru> | Tue Apr 19 17:51:24 2011 +0000 |
tree | f96749c56c947499207a8f4b5c23256403d4d31b | |
parent | bdadd87c4de95b38d5ff7d7370c7a1f88a6669c3 [diff] [blame] |
Add ARM EABI function aliases to routines llvm-svn: 129768
diff --git a/compiler-rt/lib/muldi3.c b/compiler-rt/lib/muldi3.c index 4363732..537b735 100644 --- a/compiler-rt/lib/muldi3.c +++ b/compiler-rt/lib/muldi3.c
@@ -40,6 +40,8 @@ /* Returns: a * b */ +ARM_EABI_FNALIAS(lmul, muldi3); + di_int __muldi3(di_int a, di_int b) {