bpabi-v6m.S (__aeabi_uldivmod): Perform division using __udivmoddi4.
2014-06-18 Charles Baylis <charles.baylis@linaro.org> * config/arm/bpabi-v6m.S (__aeabi_uldivmod): Perform division using __udivmoddi4. From-SVN: r211796
This commit is contained in:
parent
158ef346fd
commit
a7a7d3c8f0
@ -1,3 +1,8 @@
|
||||
2014-06-18 Charles Baylis <charles.baylis@linaro.org>
|
||||
|
||||
* config/arm/bpabi-v6m.S (__aeabi_uldivmod): Perform division using
|
||||
__udivmoddi4.
|
||||
|
||||
2014-06-18 Charles Baylis <charles.baylis@linaro.org>
|
||||
|
||||
* config/arm/bpabi.S (__aeabi_ldivmod, __aeabi_uldivmod,
|
||||
|
@ -148,7 +148,7 @@ FUNC_START aeabi_uldivmod
|
||||
mov r0, sp
|
||||
push {r0, lr}
|
||||
ldr r0, [sp, #8]
|
||||
bl SYM(__gnu_uldivmod_helper)
|
||||
bl SYM(__udivmoddi4)
|
||||
ldr r3, [sp, #4]
|
||||
mov lr, r3
|
||||
add sp, sp, #8
|
||||
|
Loading…
x
Reference in New Issue
Block a user