Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace the assembler macro WEAK_ALIAS with a new macro WEAK_REFERENCE which | andreast | 2012-02-05 | 1 | -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. | andreast | 2012-01-06 | 1 | -10/+5 |
| | |||||
* | We don't need our own personal definition of __CONCAT. | obrien | 2003-01-18 | 1 | -4/+1 |
| | |||||
* | _C_LABEL -> CNAME | benno | 2002-05-17 | 1 | -14/+14 |
| | | | | Forgotten by: benno | ||||
* | Flesh this out, based on the NetBSD version. | benno | 2002-05-17 | 1 | -10/+41 |
| | | | | Reviewed by: obrien | ||||
* | Grow RSYSCALL. | obrien | 2002-05-15 | 1 | -0/+4 |
| | |||||
* | Blah, fix stupid syntax error. | obrien | 2002-05-15 | 1 | -1/+1 |
| | | | | (where's the hat?) | ||||
* | Beginnings of syscall bits for PowerPC. These are no doubtedly wrong, | obrien | 2002-05-15 | 1 | -0/+43 |
but it gets the build father and is in the right direction. Partially obtained from: NetBSD |