Commit 1b0792dd by Nick Clifton Committed by Nick Clifton

config/v850/lib1funcs.asm (___ucmpdi2): Correct jump instruction for when the

high words are identical.

From-SVN: r104730
parent 241de8a0
2005-09-28 Nick Clifton <nickc@redhat.com>
* config/v850/lib1funcs.asm (___ucmpdi2): Correct jump instruction
for when the high words are identical.
2005-09-27 Richard Henderson <rth@redhat.com>
* pretty-print.c (pp_base_format): Fix typo for %>.
......
......@@ -2248,7 +2248,7 @@ ___cmpdi2:
.type ___ucmpdi2,@function
___ucmpdi2:
cmp r9, r7 # Check if each high word are same.
be .L_ucmpdi_check_psw
bne .L_ucmpdi_check_psw
cmp r8, r6 # Compare the word.
.L_ucmpdi_check_psw:
setf nl, r10 #
......
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