[toolchain]: nuke unneeded patchsets as well
[openwrt.git] / toolchain / gcc / patches / 4.3.5 / 940-avr32_fix_f32_to_f64.patch
1 --- a/gcc/config/avr32/lib1funcs.S
2 +++ b/gcc/config/avr32/lib1funcs.S
3 @@ -2800,6 +2800,7 @@ __extendsfdf_return_op1:        
4          lsl     r11,8                   /* check mantissa */
5          movne   r11, -1                 /* Return NaN */
6          moveq   r11, r10                /* Return inf */
7 +        mov     r10, 0
8          rjmp    __extendsfdf_return_op1
9  #endif                  
10