aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/powerpc/gen/Makefile.common
Commit message (Collapse)AuthorAgeFilesLines
* Remove residual blank line at start of MakefileWarner Losh2024-07-151-1/+0
| | | | | | | This is a residual of the $FreeBSD$ removal. MFC After: 3 days (though I'll just run the command on the branches) Sponsored by: Netflix
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-161-1/+0
| | | | Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
* libc: Remove _get_tp() and _set_tp().John Baldwin2021-12-091-3/+1
| | | | | | | | | Their uses have been replaced by _tcb_get() and _tcb_set() from <machine/tls.h>. Reviewed by: kib, jrtc27 Sponsored by: The University of Cambridge, Google Inc. Differential Revision: https://reviews.freebsd.org/D33354
* libc: add _get_tp() private functionKonstantin Belousov2021-04-091-1/+3
| | | | | | | | which returns pointer to tcb Sponsored by: The FreeBSD Foundation MFC after: 1 week Differential revision: https://reviews.freebsd.org/D29623
* Reduce code duplication between powerpc and powerpcspeJustin Hibbits2016-10-221-0/+6
They're nearly identical except for a few files. Reported by: kib Notes: svn path=/head/; revision=307799