Index: uspace/lib/c/arch/arm32/src/eabi.S
===================================================================
--- uspace/lib/c/arch/arm32/src/eabi.S	(revision 2eadda9562ba40a94f02c6d055a17a045521838d)
+++ uspace/lib/c/arch/arm32/src/eabi.S	(revision d51cca81f54dcd276fed68e8d36c097fe888f846)
@@ -35,62 +35,2 @@
 	mov pc, lr
 FUNCTION_END(__aeabi_read_tp)
-
-FUNCTION_BEGIN(__aeabi_idiv)
-	push {lr}
-	bl __divsi3
-	pop {lr}
-	mov pc, lr
-FUNCTION_END(__aeabi_idiv)
-
-FUNCTION_BEGIN(__aeabi_uidiv)
-	push {lr}
-	bl __udivsi3
-	pop {lr}
-	mov pc, lr
-FUNCTION_END(__aeabi_uidiv)
-
-FUNCTION_BEGIN(__aeabi_idivmod)
-	push {lr}
-	sub sp, sp, #12
-	add r2, sp, #4
-	bl __udivmodsi3
-	ldr r1, [sp, #4]
-	add sp, sp, #12
-	pop {lr}
-	mov pc, lr
-FUNCTION_END(__aeabi_idivmod)
-
-FUNCTION_BEGIN(__aeabi_uidivmod)
-	push {lr}
-	sub sp, sp, #12
-	add r2, sp, #4
-	bl __udivmodsi3
-	ldr r1, [sp, #4]
-	add sp, sp, #12
-	pop {lr}
-	mov pc, lr
-FUNCTION_END(__aeabi_uidivmod)
-
-FUNCTION_BEGIN(__aeabi_ldivmod)
-	push {lr}
-	sub sp, sp, #24
-	push {sp}
-	bl __divmoddi3
-	add sp, sp, #4
-	pop {r2, r3}
-	add sp, sp, #16
-	pop {lr}
-	mov pc, lr
-FUNCTION_END(__aeabi_ldivmod)
-
-FUNCTION_BEGIN(__aeabi_uldivmod)
-	push {lr}
-	sub sp, sp, #24
-	push {sp}
-	bl __udivmoddi3
-	add sp, sp, #4
-	pop {r2, r3}
-	add sp, sp, #16
-	pop {lr}
-	mov pc, lr
-FUNCTION_END(__aeabi_uldivmod)
