summaryrefslogtreecommitdiff
path: root/core/cortex-m0/lmul.S
diff options
context:
space:
mode:
Diffstat (limited to 'core/cortex-m0/lmul.S')
-rw-r--r--core/cortex-m0/lmul.S11
1 files changed, 1 insertions, 10 deletions
diff --git a/core/cortex-m0/lmul.S b/core/cortex-m0/lmul.S
index 1e037a1ede..ab04fd488f 100644
--- a/core/cortex-m0/lmul.S
+++ b/core/cortex-m0/lmul.S
@@ -25,22 +25,13 @@
-@ long long __muldi3(long long, long long)
-@
-@ libgcc wrapper: just an alias for __aeabi_lmul()
-@
- .thumb_func
- .global __muldi3
-__muldi3:
-
-
-
@ long long __aeabi_lmul(long long r1:r0, long long r3:r2)
@
@ Multiply r1:r0 and r3:r2 and return the product in r1:r0
@ Can also be used for unsigned long product
@
.thumb_func
+ .section .text.__aeabi_lmul
.global __aeabi_lmul
__aeabi_lmul: