1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-04-21 12:27:27 +03:00

[toolchain/gcc/4.3.5]: additional avr32 fixes

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25556 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
kaloz
2011-02-16 15:26:08 +00:00
parent dbbdf96afb
commit a32bf38770
2 changed files with 47 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
--- a/gcc/config/avr32/lib1funcs.S
+++ b/gcc/config/avr32/lib1funcs.S
@@ -1852,7 +1852,11 @@ __avr32_f64_div_res_subnormal:/* Divide
mov r10, 0
ldm sp++, r0, r1, r2, r3, r4, r5, r6, r7,pc
-17: /* Return INF. */
+17:
+ /* Check if op1 is zero. */
+ or r4, r10, r11
+ breq __avr32_f64_div_op1_zero
+ /* Return INF. */
mov r11, lr /*Get correct sign*/
andh r11, 0x8000, COH
orh r11, 0x7ff0