aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/softfloat/templates/softfloat-specialize
Commit message (Collapse)AuthorAgeFilesLines
* Remove $FreeBSD$: one-line .c comment patternWarner Losh2023-08-161-1/+0
| | | | Remove /^/[*/]\s*\$FreeBSD\$.*\n/
* libc: use standard LF line endings, not CRLFEd Maste2021-04-031-465/+465
|
* Import the softfloat emulation library, needed for FreeBSD/arm right now.Olivier Houchard2004-05-141-0/+465
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