bpabi.S (__aeabi_uldivmod): Perform division using call to __udivmoddi4.
2014-06-18 Charles Baylis <charles.baylis@linaro.org> * config/arm/bpabi.S (__aeabi_uldivmod): Perform division using call to __udivmoddi4. From-SVN: r211792
This commit is contained in:
parent
c9dae335f5
commit
0b227df4e5
@ -1,3 +1,8 @@
|
||||
2014-06-18 Charles Baylis <charles.baylis@linaro.org>
|
||||
|
||||
* config/arm/bpabi.S (__aeabi_uldivmod): Perform division using call
|
||||
to __udivmoddi4.
|
||||
|
||||
2014-06-18 Charles Baylis <charles.baylis@linaro.org>
|
||||
|
||||
* config/arm/bpabi.S (__aeabi_uldivmod): Optimise stack pointer
|
||||
|
@ -207,7 +207,7 @@ ARM_FUNC_START aeabi_uldivmod
|
||||
|
||||
push_for_divide __aeabi_uldivmod
|
||||
/* arguments in (r0:r1), (r2:r3) and *sp */
|
||||
bl SYM(__gnu_uldivmod_helper) __PLT__
|
||||
bl SYM(__udivmoddi4) __PLT__
|
||||
pop_for_divide
|
||||
RET
|
||||
cfi_end LSYM(Lend_aeabi_uldivmod)
|
||||
|
Loading…
Reference in New Issue
Block a user