Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename the libc signal trampoline to __sigtramp to match netbsd. This | jake | 2002-10-22 | 1 | -2/+2 |
| | | | | should allow gdb to detect when we're executing in a signal trampoline. | ||||
* | Add an alternate signal trampoline to libc; add a wrapper for the sigtramp | jake | 2002-04-29 | 1 | -0/+40 |
install sysarch, to be called from _start. This will allow the stack to be mapped non-executable, as required by the sparc v9 abi. |