Add ARM EABI function aliases to routines


git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@129768 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/lshrdi3.c b/lib/lshrdi3.c
index 84525b7..7468cb7 100644
--- a/lib/lshrdi3.c
+++ b/lib/lshrdi3.c
@@ -18,6 +18,8 @@
 
 /* Precondition:  0 <= b < bits_in_dword */
 
+ARM_EABI_FNALIAS(llsr, lshrdi3);
+
 di_int
 __lshrdi3(di_int a, si_int b)
 {