aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/libc_nossp.ldscript
Commit message (Collapse)AuthorAgeFilesLines
* Remove $FreeBSD$: one-line .c comment patternWarner Losh2023-08-161-1/+0
| | | | Remove /^/[*/]\s*\$FreeBSD\$.*\n/
* Add different libc ldscript: the one without libssp --Ruslan Bukin2016-10-121-0/+2
we don't have it when MK_SSP==no. This fixes compilation on MIPS. Reviewed by: imp Sponsored by: DARPA, AFRL Sponsored by: HEIF5 Differential Revision: https://reviews.freebsd.org/D8212 Notes: svn path=/head/; revision=307146