patch-2.4.0-test12 linux/arch/arm/nwfpe/softfloat.c
Next file: linux/arch/arm/tools/mach-types
Previous file: linux/arch/arm/nwfpe/fpmodule.c
Back to the patch index
Back to the overall index
- Lines: 21
- Date:
Mon Nov 27 17:07:59 2000
- Orig file:
v2.4.0-test11/linux/arch/arm/nwfpe/softfloat.c
- Orig date:
Thu Jun 17 01:11:35 1999
diff -u --recursive --new-file v2.4.0-test11/linux/arch/arm/nwfpe/softfloat.c linux/arch/arm/nwfpe/softfloat.c
@@ -39,7 +39,7 @@
*/
int8 float_rounding_mode = float_round_nearest_even;
int8 floatx80_rounding_precision = 80;
-int8 float_exception_flags = 0;
+int8 float_exception_flags;
/*
-------------------------------------------------------------------------------
@@ -418,9 +418,8 @@
|| ( ( zExp == 0x7FD )
&& ( (sbits64) ( zSig + roundIncrement ) < 0 ) )
) {
- //register int lr;
- //__asm__("mov %0, lr" :: "g" (lr));
- //fp_printk("roundAndPackFloat64 called from 0x%08x\n",lr);
+ //register int lr = __builtin_return_address(0);
+ //printk("roundAndPackFloat64 called from 0x%08x\n",lr);
float_raise( float_flag_overflow | float_flag_inexact );
return packFloat64( zSign, 0x7FF, 0 ) - ( roundIncrement == 0 );
}
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)