aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/softfloat/softfloat-for-gcc.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove $FreeBSD$: one-line .c comment patternWarner Losh2023-08-231-1/+0
| | | | | | | Remove /^/[*/]\s*\$FreeBSD\$.*\n/ Similar commit in main: (cherry picked from commit 2a63c3be1582)
* Merge in the latest SoftFloat changes from NetBSD. (NetBSD isn't theDavid Schultz2012-01-201-1/+127
| | | | | | | | | | original vendor, but we're using their heavily modified version.) This brings in functions for long double emulation (both extended and quad formats), which may be useful for testing, and also for replacing libc/sparc64/fpu/. Notes: svn path=/head/; revision=230363
* Remove functions from softfloat's Symbol.map that don't need to be exported.David Schultz2012-01-161-10/+10
| | | | | | | | | Also use the proper number of underscores for internal names. (Changing the names should be fine, since apparently the symbols are currently unused.) Notes: svn path=/head/; revision=230190
* Import the softfloat emulation library, needed for FreeBSD/arm right now.Olivier Houchard2004-05-141-0/+43
It should become useless when gcc 3.4 will be imported, as libgcc from gcc 3.4 contains this bits for arm. Notes: svn path=/head/; revision=129203