config/v850/lib1funcs.asm (___ucmpdi2): Correct jump instruction for when the
authornickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 28 Sep 2005 09:32:54 +0000 (09:32 +0000)
committernickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 28 Sep 2005 09:32:54 +0000 (09:32 +0000)
high words are identical.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@104730 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/v850/lib1funcs.asm

index 36d71d0..478493e 100644 (file)
@@ -1,3 +1,8 @@
+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 %>.
index 618e49b..c4359a1 100644 (file)
@@ -2248,7 +2248,7 @@ ___cmpdi2:
        .type   ___ucmpdi2,@function
 ___ucmpdi2:
        cmp     r9, r7  # Check if each high word are same.
-       b     .L_ucmpdi_check_psw
+       bne     .L_ucmpdi_check_psw
        cmp     r8, r6  # Compare the word.
 .L_ucmpdi_check_psw:
        setf    nl, r10 #