summaryrefslogtreecommitdiffstats
path: root/lib/libc/powerpc64/SYS.h
Commit message (Collapse)AuthorAgeFilesLines
* Replace the assembler macro WEAK_ALIAS with a new macro WEAK_REFERENCE whichandreast2012-02-051-16/+16
| | | | | | | | | has the same API as __weak_reference(). Give 'x' in SYS.h a more meaningful name. Tested on 32- and 64-bit PowerMac. Reviewed by: bde
* Use the macro WEAK_ALIAS. Tested on 32 and 64-bit.andreast2012-01-061-10/+5
|
* Turn off default generation of userland dot symbols on powerpc64 now thatnwhitehorn2011-02-181-13/+3
| | | | | we have a binutils that supports it. Kernel dot symbols remain on to assist DDB.
* Provide 64-bit PowerPC support in libc.nwhitehorn2010-07-101-0/+109
Obtained from: projects/ppc64
OpenPOWER on IntegriCloud