summaryrefslogtreecommitdiffstats
path: root/lib/libc/arch/i386/stdlib/labs.S (follow)
Commit message (Collapse)AuthorAgeFilesLines
* clang doesn't propagate attributes like "asm labels" and "visibility(hidden)"guenther2017-11-291-1/+1
| | | | | | | | | to builtins like mem{set,cpy,move} and __stack_smash_handler. So, when building with clang, instead mark those as protected visibility to get rid of the PLT relocations. We can't take the address of them then, but that's ok: it's a build-time error not a run-time error. ok kettenis@
* Need SYS.h for END_STRONG()guenther2015-09-131-1/+1
|
* Add hidden _libc_ aliases and symbol sizesguenther2015-09-131-0/+1
| | | | prodded by semarie@
* more rcsid/sccs cleanupderaadt2009-10-281-5/+0
|
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
| | | | rescinded 22 July 1999. Proofed by myself and Theo.
* Fix RCS idstholo1996-08-191-4/+2
| | | | Make sure everything uses {SYS,}LIBC_SCCS properly
* initial import of NetBSD treederaadt1995-10-181-0/+51