config/v850/lib1funcs.asm (___ucmpdi2): Correct jump instruction for when the
authorNick Clifton <nickc@redhat.com>
Wed, 28 Sep 2005 09:32:54 +0000 (09:32 +0000)
committerNick Clifton <nickc@gcc.gnu.org>
Wed, 28 Sep 2005 09:32:54 +0000 (09:32 +0000)
high words are identical.

From-SVN: r104730

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

index 36d71d02598e03736c1f8c3daf793e6d9a9e2c70..478493e3756ac31b5ce6050571f2ce340b273cca 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 618e49baf34b5dd566d381889a2f135939cc5cd9..c4359a1c09c596785008bab48a11a059ab6b06a6 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 #