Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Adapt SYS.h to use retguard macros from asm.h, so that generated system | 2020-10-16 | 1 | -6/+10 | |
| | | | | | | calls are guarded. Adapt the first few hand-written functions to this model (a few remain) ok kettenis mortimer | ||||
* | Fix two cases where we shpould compare/store 64-bit values instead of | 2020-07-27 | 1 | -3/+3 | |
| | | | | | | 32-bit values. ok gkoehler@, drahn@ | ||||
* | Avoid "bare" register numbers. | 2020-06-26 | 1 | -7/+7 | |
| | |||||
* | PowerPC64 libc powerpc sys files | 2020-06-25 | 1 | -0/+70 | |
Initial attempt to port powerpc code to powerpc64 Expects TOC loading in ENTRY(), ok kettenis@ (some cleanup required) |