From 3e974e67b2bd1a00d8e4194cf0b6957c59d5e629 Mon Sep 17 00:00:00 2001 From: Imre Kaloz Date: Fri, 18 Feb 2011 09:25:59 +0000 Subject: combine all avr32 patches into a single one SVN-Revision: 25566 --- toolchain/gcc/patches/4.3.5/940-avr32_fix_f32_to_f64.patch | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 toolchain/gcc/patches/4.3.5/940-avr32_fix_f32_to_f64.patch (limited to 'toolchain/gcc/patches/4.3.5/940-avr32_fix_f32_to_f64.patch') diff --git a/toolchain/gcc/patches/4.3.5/940-avr32_fix_f32_to_f64.patch b/toolchain/gcc/patches/4.3.5/940-avr32_fix_f32_to_f64.patch deleted file mode 100644 index b19f84e29d..0000000000 --- a/toolchain/gcc/patches/4.3.5/940-avr32_fix_f32_to_f64.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- a/gcc/config/avr32/lib1funcs.S -+++ b/gcc/config/avr32/lib1funcs.S -@@ -2800,6 +2800,7 @@ __extendsfdf_return_op1: - lsl r11,8 /* check mantissa */ - movne r11, -1 /* Return NaN */ - moveq r11, r10 /* Return inf */ -+ mov r10, 0 - rjmp __extendsfdf_return_op1 - #endif - -- cgit v1.2.3