summaryrefslogtreecommitdiff
path: root/lib/libc/arch/sh3/softfloat
AgeCommit message (Expand)Author
2003-08-21Add missing prototypes to make softfloat compile with -DSOFTFLOAT_NEED_FIXUNS.uwe
2002-05-12Add SIGFPE support to SoftFloat, so fpsetmask/fpgetmask now work. A newbjh21
2002-05-06Consistently declare the types of float_rounding_mode and float_exception_flagsbjh21
2002-04-21All the versions of softfloat-specialize were practically identical, so replacebjh21
2001-04-26Fix typos in an (unused) function return type.simonb
2001-02-08Don't declare functions that are provided elsewhere in libc.bjh21
2000-07-15Revert previous change -- turned out I'd got my build environment in a twist.bjh21
2000-07-15Add fixunssfsi and fixunsdfsi. These are provided by libgcc2.c in GCC 2.95,bjh21
2000-06-06Add softfloat glue for sh3.tsubai