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)
 {