diff options
Diffstat (limited to 'lib/udivmoddi4.c')
-rw-r--r-- | lib/udivmoddi4.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/udivmoddi4.c b/lib/udivmoddi4.c index 73043d4..57282d5 100644 --- a/lib/udivmoddi4.c +++ b/lib/udivmoddi4.c @@ -20,8 +20,6 @@ /* Translated from Figure 3-40 of The PowerPC Compiler Writer's Guide */ -ARM_EABI_FNALIAS(uldivmod, udivmoddi4); - COMPILER_RT_ABI du_int __udivmoddi4(du_int a, du_int b, du_int* rem) { |