aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/softfloat
Commit message (Expand)AuthorAgeFilesLines
* Add implementations for clog(3), clogf(3), and clog(3).Konstantin Belousov2018-05-131-1/+1
* Move softfloat symbol map entries to softfloat/Symbol.map.John Baldwin2018-03-051-0/+14
* libc: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-256-0/+12
* Add full softfloat and hardfloat support for RISC-V.Ruslan Bukin2016-11-161-0/+3
* libc: replace 0 with NULL for pointers.Pedro F. Giffuni2016-04-101-3/+3
* Replace use of ${.CURDIR} by ${LIBC_SRCTOP} and define ${LIBC_SRCTOP}Marcel Moolenaar2014-03-041-3/+5
* Conditionalize the __floatunsisf and __floatunsidf functions, added inDavid Schultz2012-01-201-0/+4
* Merge in the latest SoftFloat changes from NetBSD. (NetBSD isn't theDavid Schultz2012-01-2019-16/+555
* Remove functions from softfloat's Symbol.map that don't need to be exported.David Schultz2012-01-162-20/+14
* Convert softfloat to use the standard exception flag and rounding macrosDavid Schultz2012-01-163-6/+6
* Powerpc is special here. powerpc and powerpc64 use different ABIs, soWarner Losh2010-08-241-2/+2
* MFtbemd:Warner Losh2010-08-231-2/+2
* Add #endif missed in r206490.Marius Strobl2010-04-111-0/+1
* While SPARC V9 allows tininess to be detected either before or afterMarius Strobl2010-04-111-0/+3
* Reflect license change from NetBSD.Xin LI2009-03-106-48/+6
* Use C comments since we now preprocess these files with CPP.Daniel Eischen2007-04-291-2/+4
* Add each directory's symbol map file to SYM_MAPS.Daniel Eischen2006-03-131-0/+2
* Add symbol maps and initial symbol version definitions to libc.Daniel Eischen2006-03-131-0/+45
* Remove fpsetsticky(). This was added for SysV compatibility, but dueDavid Schultz2005-03-151-1/+1
* Oooops I forgot to commit that.Olivier Houchard2004-12-081-1/+1
* Import the softfloat emulation library, needed for FreeBSD/arm right now.Olivier Houchard2004-05-1439-0/+14975