mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-01 19:06:16 +02:00
7a2d11b187
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31230 3c298f89-4303-0410-b956-a3cf2f4a3e73
22 lines
495 B
Diff
22 lines
495 B
Diff
--- a/gcc/config/avr32/lib1funcs.S
|
|
+++ b/gcc/config/avr32/lib1funcs.S
|
|
@@ -1460,7 +1460,6 @@ __avr32_f64_cmp_lt:
|
|
0:
|
|
ld.w r7, sp++
|
|
popm pc, r12=0
|
|
-#endif
|
|
|
|
3:
|
|
cp.w r7, 1 /* Check sign bit from r9 */
|
|
@@ -1481,8 +1480,8 @@ __avr32_f64_cmp_lt:
|
|
reteq 0 /* Both operands are zero. Return false. */
|
|
#endif
|
|
ret r12
|
|
-
|
|
-
|
|
+#endif
|
|
+
|
|
#if defined(L_avr32_f64_div) || defined(L_avr32_f64_div_fast)
|
|
.align 2
|
|
|