bpabi.S (__aeabi_uldivmod): Fix whitespace.

2014-06-18  Charles Baylis  <charles.baylis@linaro.org>

	* config/arm/bpabi.S (__aeabi_uldivmod): Fix whitespace.
	(__aeabi_ldivmod): Fix whitespace.

From-SVN: r211789
This commit is contained in:
Charles Baylis 2014-06-18 15:38:48 +00:00 committed by Charles Baylis
parent 544aee0d66
commit f21d8faab0
2 changed files with 23 additions and 18 deletions

View file

@ -1,3 +1,8 @@
2014-06-18 Charles Baylis <charles.baylis@linaro.org>
* config/arm/bpabi.S (__aeabi_uldivmod): Fix whitespace.
(__aeabi_ldivmod): Fix whitespace.
2014-06-18 Andreas Schwab <schwab@suse.de>
* doc/md.texi (Standard Names): Use @itemx for grouped items.

View file

@ -124,20 +124,20 @@ ARM_FUNC_START aeabi_ulcmp
ARM_FUNC_START aeabi_ldivmod
cfi_start __aeabi_ldivmod, LSYM(Lend_aeabi_ldivmod)
test_div_by_zero signed
test_div_by_zero signed
sub sp, sp, #8
sub sp, sp, #8
#if defined(__thumb2__)
mov ip, sp
push {ip, lr}
mov ip, sp
push {ip, lr}
#else
do_push {sp, lr}
do_push {sp, lr}
#endif
98: cfi_push 98b - __aeabi_ldivmod, 0xe, -0xc, 0x10
bl SYM(__gnu_ldivmod_helper) __PLT__
ldr lr, [sp, #4]
add sp, sp, #8
do_pop {r2, r3}
bl SYM(__gnu_ldivmod_helper) __PLT__
ldr lr, [sp, #4]
add sp, sp, #8
do_pop {r2, r3}
RET
cfi_end LSYM(Lend_aeabi_ldivmod)
@ -147,20 +147,20 @@ ARM_FUNC_START aeabi_ldivmod
ARM_FUNC_START aeabi_uldivmod
cfi_start __aeabi_uldivmod, LSYM(Lend_aeabi_uldivmod)
test_div_by_zero unsigned
test_div_by_zero unsigned
sub sp, sp, #8
sub sp, sp, #8
#if defined(__thumb2__)
mov ip, sp
push {ip, lr}
mov ip, sp
push {ip, lr}
#else
do_push {sp, lr}
do_push {sp, lr}
#endif
98: cfi_push 98b - __aeabi_uldivmod, 0xe, -0xc, 0x10
bl SYM(__gnu_uldivmod_helper) __PLT__
ldr lr, [sp, #4]
add sp, sp, #8
do_pop {r2, r3}
bl SYM(__gnu_uldivmod_helper) __PLT__
ldr lr, [sp, #4]
add sp, sp, #8
do_pop {r2, r3}
RET
cfi_end LSYM(Lend_aeabi_uldivmod)