| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [libc] Centralise architecture-independent portions of setjmp.h | Michael Brown | 2024-09-12 | 1 | -38/+0![]() |
| | | | | | | | | | | | | The definitions of the setjmp() and longjmp() functions are common to all architectures, with only the definition of the jump buffer structure being architecture-specific. Move the architecture-specific portions to bits/setjmp.h and provide a common setjmp.h for the function definitions. Signed-off-by: Michael Brown <mcb30@ipxe.org> | ||||
| * | [arm] Split out 32-bit-specific code to arch/arm32 | Michael Brown | 2016-05-08 | 1 | -0/+38 |
| Signed-off-by: Michael Brown <mcb30@ipxe.org> | |||||

