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/udivmoddi4.c b/compiler-rt/lib/udivmoddi4.c index 693736f..6b8c4e8 100644 --- a/compiler-rt/lib/udivmoddi4.c +++ b/compiler-rt/lib/udivmoddi4.c
@@ -20,6 +20,8 @@ /* Translated from Figure 3-40 of The PowerPC Compiler Writer's Guide */ +ARM_EABI_FNALIAS(uldivmod, udivmoddi4); + du_int __udivmoddi4(du_int a, du_int b, du_int* rem) {