From: Nick Clifton Date: Wed, 28 Sep 2005 09:32:54 +0000 (+0000) Subject: config/v850/lib1funcs.asm (___ucmpdi2): Correct jump instruction for when the X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1b0792ddf75774d4624de10aef08cd5f2a625de6;p=gcc.git config/v850/lib1funcs.asm (___ucmpdi2): Correct jump instruction for when the high words are identical. From-SVN: r104730 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 36d71d02598..478493e3756 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2005-09-28 Nick Clifton + + * config/v850/lib1funcs.asm (___ucmpdi2): Correct jump instruction + for when the high words are identical. + 2005-09-27 Richard Henderson * pretty-print.c (pp_base_format): Fix typo for %>. diff --git a/gcc/config/v850/lib1funcs.asm b/gcc/config/v850/lib1funcs.asm index 618e49baf34..c4359a1c09c 100644 --- a/gcc/config/v850/lib1funcs.asm +++ b/gcc/config/v850/lib1funcs.asm @@ -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 #