summaryrefslogtreecommitdiffstats
path: root/lib/libc/arch/powerpc/Symbols.list (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Unexport __floatundidf.kettenis2019-10-231-1/+0
| | | | ok deraadt@
* RELRO means the __{got,plt}_{start,end} symbols are superfluousguenther2017-02-271-2/+0
| | | | ok kettenis@
* Consistently reference '_end' instead of 'end' in the brk/sbrk implementationguenther2016-05-301-1/+0
| | | | ok deraadt@
* Hide many (194!) symbols that nothing should be using.guenther2015-08-261-5/+0
| | | | | | | Delete exect(2); it wasn't portable across archs and nothing used it. ports test build by naddy@ ok deraadt@ kettenis@
* Explicitly list the symbols permitted to be exported by libc.guenther2015-08-221-0/+15
This is primed with the current list of exported symbols so it doesn't change the ABI yet, but will prevent unintentional additions in the future and sets the stage for reductions. ok deraadt@ kettenis@