Commit f21d8faa by Charles Baylis Committed by Charles Baylis

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
parent 544aee0d
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> 2014-06-18 Andreas Schwab <schwab@suse.de>
* doc/md.texi (Standard Names): Use @itemx for grouped items. * doc/md.texi (Standard Names): Use @itemx for grouped items.
......
...@@ -124,20 +124,20 @@ ARM_FUNC_START aeabi_ulcmp ...@@ -124,20 +124,20 @@ ARM_FUNC_START aeabi_ulcmp
ARM_FUNC_START aeabi_ldivmod ARM_FUNC_START aeabi_ldivmod
cfi_start __aeabi_ldivmod, LSYM(Lend_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__) #if defined(__thumb2__)
mov ip, sp mov ip, sp
push {ip, lr} push {ip, lr}
#else #else
do_push {sp, lr} do_push {sp, lr}
#endif #endif
98: cfi_push 98b - __aeabi_ldivmod, 0xe, -0xc, 0x10 98: cfi_push 98b - __aeabi_ldivmod, 0xe, -0xc, 0x10
bl SYM(__gnu_ldivmod_helper) __PLT__ bl SYM(__gnu_ldivmod_helper) __PLT__
ldr lr, [sp, #4] ldr lr, [sp, #4]
add sp, sp, #8 add sp, sp, #8
do_pop {r2, r3} do_pop {r2, r3}
RET RET
cfi_end LSYM(Lend_aeabi_ldivmod) cfi_end LSYM(Lend_aeabi_ldivmod)
...@@ -147,20 +147,20 @@ ARM_FUNC_START aeabi_ldivmod ...@@ -147,20 +147,20 @@ ARM_FUNC_START aeabi_ldivmod
ARM_FUNC_START aeabi_uldivmod ARM_FUNC_START aeabi_uldivmod
cfi_start __aeabi_uldivmod, LSYM(Lend_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__) #if defined(__thumb2__)
mov ip, sp mov ip, sp
push {ip, lr} push {ip, lr}
#else #else
do_push {sp, lr} do_push {sp, lr}
#endif #endif
98: cfi_push 98b - __aeabi_uldivmod, 0xe, -0xc, 0x10 98: cfi_push 98b - __aeabi_uldivmod, 0xe, -0xc, 0x10
bl SYM(__gnu_uldivmod_helper) __PLT__ bl SYM(__gnu_uldivmod_helper) __PLT__
ldr lr, [sp, #4] ldr lr, [sp, #4]
add sp, sp, #8 add sp, sp, #8
do_pop {r2, r3} do_pop {r2, r3}
RET RET
cfi_end LSYM(Lend_aeabi_uldivmod) cfi_end LSYM(Lend_aeabi_uldivmod)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment