diff options
author | Nick Clifton <nickc@redhat.com> | 2005-09-28 09:32:54 +0000 |
---|---|---|
committer | Nick Clifton <nickc@gcc.gnu.org> | 2005-09-28 09:32:54 +0000 |
commit | 1b0792ddf75774d4624de10aef08cd5f2a625de6 (patch) | |
tree | 6cf100b95ee04a57dcaae207452f9cf5b045aef5 /gcc | |
parent | 241de8a07a96fc477a6c036c62d06ce96c00b452 (diff) | |
download | gcc-1b0792ddf75774d4624de10aef08cd5f2a625de6.zip gcc-1b0792ddf75774d4624de10aef08cd5f2a625de6.tar.gz gcc-1b0792ddf75774d4624de10aef08cd5f2a625de6.tar.bz2 |
config/v850/lib1funcs.asm (___ucmpdi2): Correct jump instruction for when the
high words are identical.
From-SVN: r104730
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/config/v850/lib1funcs.asm | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 36d71d0..478493e 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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 %>. diff --git a/gcc/config/v850/lib1funcs.asm b/gcc/config/v850/lib1funcs.asm index 618e49b..c4359a1 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 # |