[M3commit] CVS Update: cm3
Jay Krell
jkrell at elego.de
Wed Aug 26 03:55:21 CEST 2009
CVSROOT: /usr/cvs
Changes by: jkrell at birch. 09/08/26 03:55:21
Modified files:
cm3/m3-libs/m3core/src/Csupport/libgcc/: libgcc.c
Log message:
add:
/* INT64 to float (double int to single float) */
float __floatdisf (INT64 x) { return x; }
/* INT64 to double (double int to double float) */
double __floatdidf (INT64 x) { return x; }
needed by SOLsun (at least one of them)
More information about the M3commit
mailing list