aboutsummaryrefslogtreecommitdiffstats
path: root/fpu/softfloat-native.c
AgeCommit message (Expand)AuthorFilesLines
2009-04-13Fix OpenSolaris softfloat warningsblueswir11-0/+3
2009-03-08Rename _BSD to HOST_BSD so that it's more obvious that it's defined by configureblueswir11-2/+3
2009-01-25Add static qualifier to local functionsmalc1-1/+1
2009-01-14Remove all traces of __powerpc__malc1-1/+1
2008-12-15softfloat-native: fix *nan()aurel321-1/+14
2008-12-14Use float_relation_* constantsaurel321-24/+24
2008-12-13softfloat-native: add float32_is_nan()aurel321-0/+9
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths1-2/+2
2007-04-22Check that HOST_SOLARIS is defined before relying on its value.ths1-2/+2
2007-04-01Solaris 9/x86 support, by Ben Taylor.ths1-0/+19
2007-03-20Add missing softfloat helpers.j_mayer1-0/+96
2007-03-19trunc() for Solaris 9 / SPARC, by Juergen Keil.ths1-0/+6
2006-10-28avoid using char when it is not necessarybellard1-10/+10
2006-10-22ColdFire target.pbrook1-0/+16
2006-06-14Solaris/SPARC host port (Ben Taylor)bellard1-4/+9
2006-04-2364 bit fixbellard1-5/+20
2005-03-20more native FPU comparison functions - native FPU remainderbellard1-0/+86
2005-03-13soft float supportbellard1-0/+262