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