summaryrefslogtreecommitdiffstats
path: root/lib/libc/powerpc/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
|
* We don't need our own personal definition of __CONCAT.obrien2003-01-181-4/+1
|
* _C_LABEL -> CNAMEbenno2002-05-171-14/+14
| | | | Forgotten by: benno
* Flesh this out, based on the NetBSD version.benno2002-05-171-10/+41
| | | | Reviewed by: obrien
* Grow RSYSCALL.obrien2002-05-151-0/+4
|
* Blah, fix stupid syntax error.obrien2002-05-151-1/+1
| | | | (where's the hat?)
* Beginnings of syscall bits for PowerPC. These are no doubtedly wrong,obrien2002-05-151-0/+43
but it gets the build father and is in the right direction. Partially obtained from: NetBSD
OpenPOWER on IntegriCloud