Index: uspace/lib/softint/generic/shift.c
===================================================================
--- uspace/lib/softint/generic/shift.c	(revision 5f9768bba859676997f74bea3f1e9daa71156367)
+++ uspace/lib/softint/generic/shift.c	(revision 84b89095682304c2b8b70840e9e37e29cec9971e)
@@ -128,4 +128,9 @@
 }
 
+long long __aeabi_llsr(long long val, int shift)
+{
+	return __lshrdi3(val, shift);
+}
+
 /** @}
  */
