summaryrefslogtreecommitdiff
path: root/lib/libc/softfloat
AgeCommit message (Expand)Author
2024-03-13libc/softfloat: we don't export _fp[gs]et* symbolsBrooks Davis
2023-11-15libc: Remove empty comments in Symbol.mapBrooks Davis
2023-11-01libc: Purge unneeded cdefs.hWarner Losh
2023-08-16Remove $FreeBSD$: one-line bare tagWarner Losh
2023-08-16Remove $FreeBSD$: one-line sh patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line .c comment patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line .h patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-NetBSD identifier is obsolete, drop -NetBSDWarner Losh
2023-05-01libc: Fix a documentation spelling mistakeTom Hukins
2021-04-03libc: use standard LF line endings, not CRLFEd Maste
2018-05-13Add implementations for clog(3), clogf(3), and clog(3).Konstantin Belousov
2018-03-05Move softfloat symbol map entries to softfloat/Symbol.map.John Baldwin
2017-11-25libc: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2016-11-16Add full softfloat and hardfloat support for RISC-V.Ruslan Bukin
2016-04-10libc: replace 0 with NULL for pointers.Pedro F. Giffuni
2014-03-04Replace use of ${.CURDIR} by ${LIBC_SRCTOP} and define ${LIBC_SRCTOP}Marcel Moolenaar
2012-01-20Conditionalize the __floatunsisf and __floatunsidf functions, added inDavid Schultz
2012-01-20Merge in the latest SoftFloat changes from NetBSD. (NetBSD isn't theDavid Schultz
2012-01-16Remove functions from softfloat's Symbol.map that don't need to be exported.David Schultz
2012-01-16Convert softfloat to use the standard exception flag and rounding macrosDavid Schultz
2010-08-24Powerpc is special here. powerpc and powerpc64 use different ABIs, soWarner Losh
2010-08-23MFtbemd:Warner Losh
2010-04-11Add #endif missed in r206490.Marius Strobl
2010-04-11While SPARC V9 allows tininess to be detected either before or afterMarius Strobl
2009-03-10Reflect license change from NetBSD.Xin LI
2007-04-29Use C comments since we now preprocess these files with CPP.Daniel Eischen
2006-03-13Add each directory's symbol map file to SYM_MAPS.Daniel Eischen
2006-03-13Add symbol maps and initial symbol version definitions to libc.Daniel Eischen
2005-03-15Remove fpsetsticky(). This was added for SysV compatibility, but dueDavid Schultz
2004-12-08Oooops I forgot to commit that.Olivier Houchard
2004-05-14Import the softfloat emulation library, needed for FreeBSD/arm right now.Olivier Houchard