high words are identical.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@104730
138bc75d-0d04-0410-961f-
82ee72b054a4
+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 %>.
.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 #