Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Turn off default generation of userland dot symbols on powerpc64 now that | nwhitehorn | 2011-02-18 | 1 | -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. | kib | 2011-01-14 | 1 | -0/+2 |
| | | | | Reviewed and tested by: nwhitehorn | ||||
* | Make sure to specify the alignment of minbrk and curbrk. They were correctly | dim | 2010-11-11 | 1 | -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. | nwhitehorn | 2010-07-10 | 1 | -0/+65 |
Obtained from: projects/ppc64 |