Commit b2570560 authored by Woody Suwalski's avatar Woody Suwalski Committed by Russell King

[ARM PATCH] 1737/1: GNU assembler 2.12.90.0.1 on Debian aborts on "'" character

Patch from Woody Suwalski

GNU assembler 2.12.90.0.1 on Debian aborts on "'" character in the arch/arm/lib/div64.S file (in comments).



Hence I have converted them into accepted English format ;-)



Woody
parent fdadef65
...@@ -113,7 +113,7 @@ ENTRY(__do_div64) ...@@ -113,7 +113,7 @@ ENTRY(__do_div64)
@ The top part of remainder became zero. If carry is set @ The top part of remainder became zero. If carry is set
@ (the 33th bit) this is a false positive so resume the loop. @ (the 33th bit) this is a false positive so resume the loop.
@ Otherwise, if lower part is also null then we're done. @ Otherwise, if lower part is also null then we are done.
6: bcs 5b 6: bcs 5b
cmp xl, #0 cmp xl, #0
moveq pc, lr moveq pc, lr
...@@ -135,10 +135,10 @@ ENTRY(__do_div64) ...@@ -135,10 +135,10 @@ ENTRY(__do_div64)
#endif #endif
@ Current remainder is now 1. It's worthless to compare with @ Current remainder is now 1. It is worthless to compare with
@ divisor at this point since divisor can't be smaller than 3 here. @ divisor at this point since divisor can not be smaller than 3 here.
@ If possible, branch for another shift in the division loop. @ If possible, branch for another shift in the division loop.
@ If no bit position left then we're done. @ If no bit position left then we are done.
movs ip, ip, lsr #1 movs ip, ip, lsr #1
mov xh, #1 mov xh, #1
bne 4b bne 4b
......
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