From dbbdf96afb5abf0b7f0408d2e54db2b56a92a07d Mon Sep 17 00:00:00 2001 From: kaloz Date: Wed, 16 Feb 2011 15:24:48 +0000 Subject: [toolchain/gcc/4.3.5]: refresh patches git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25555 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- toolchain/gcc/patches/4.3.5/945-avr32_fix_f64_to_f32.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'toolchain/gcc/patches/4.3.5/945-avr32_fix_f64_to_f32.patch') diff --git a/toolchain/gcc/patches/4.3.5/945-avr32_fix_f64_to_f32.patch b/toolchain/gcc/patches/4.3.5/945-avr32_fix_f64_to_f32.patch index 55d50a7b6..3d22b3924 100644 --- a/toolchain/gcc/patches/4.3.5/945-avr32_fix_f64_to_f32.patch +++ b/toolchain/gcc/patches/4.3.5/945-avr32_fix_f64_to_f32.patch @@ -1,6 +1,6 @@ --- a/gcc/config/avr32/lib1funcs.S +++ b/gcc/config/avr32/lib1funcs.S -@@ -2866,7 +2866,7 @@ __truncdfsf_return_op1: +@@ -2866,7 +2866,7 @@ __truncdfsf_return_op1: /* NaN or inf */ cbr r12,31 /* clear implicit bit */ retne -1 /* Return NaN if mantissa not zero */ -- cgit v1.2.3