From: rearnsha Date: Tue, 9 Jan 2007 10:08:49 +0000 (+0000) Subject: 2007-01-09 Nicolas Pitre X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=48adc03d70345a7cdabf2c2917b17036a4ffb3b8;p=thirdparty%2Fgcc.git 2007-01-09 Nicolas Pitre PR target/30173 * arm/ieee754-df.S (Lad_s): Also test the low word of X for zero. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@120613 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index caeff6bf0766..2451d719d0c1 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2007-01-09 Nicolas Pitre + + PR target/30173 + * arm/ieee754-df.S (Lad_s): Also test the low word of X for zero. + 2007-01-08 Geoffrey Keating * target.h (struct gcc_target): New field library_rtti_comdat. diff --git a/gcc/config/arm/ieee754-df.S b/gcc/config/arm/ieee754-df.S index 7a428a256499..76cbb6e17113 100644 --- a/gcc/config/arm/ieee754-df.S +++ b/gcc/config/arm/ieee754-df.S @@ -363,7 +363,7 @@ LSYM(Lad_s): beq 1f @ Result is x + 0.0 = x or 0.0 + y = y. - teq r4, #0 + orrs ip, r4, xl do_it eq, t moveq xh, yh moveq xl, yl