summaryrefslogtreecommitdiffstats
path: root/lib/libc/powerpc64/sys/sbrk.S
Commit message (Collapse)AuthorAgeFilesLines
* Turn off default generation of userland dot symbols on powerpc64 now thatnwhitehorn2011-02-181-1/+1
| | | | | we have a binutils that supports it. Kernel dot symbols remain on to assist DDB.
* Mark assembler sources from libc as working with non-executable stack.kib2011-01-141-0/+2
| | | | Reviewed and tested by: nwhitehorn
* Make sure to specify the alignment of minbrk and curbrk. They were correctlydim2010-11-111-0/+1
| | | | | | | | aligned by accident with earlier binutils, but no longer are, causing link failures. Submitted by: nwhitehorn Obtained from: projects/binutils-2.17
* Provide 64-bit PowerPC support in libc.nwhitehorn2010-07-101-0/+65
Obtained from: projects/ppc64
OpenPOWER on IntegriCloud