summaryrefslogtreecommitdiff
path: root/lib/libc/arch/alpha/sys/__sigtramp2.S
AgeCommit message (Expand)Author
2021-11-20Use the DWARF pseudo-register for the signal trampoline return address.thorpej
2021-11-03CFI: Saved RA needs to point to the PC slot in the ucontext_t.thorpej
2021-11-03Set up the CFI in a slightly more rational way.thorpej
2020-10-21Fix typo (thanks kamil@ for pointing it out).thorpej
2020-10-21Add call frame unwind info to the Alpha signal trampoline. Usingthorpej
2020-10-21- Consistently use _REG_* defines from assym.h to mean register numbers,thorpej
2006-11-08if setcontext(2) returns, _exit(2) with a return code of -1 insteaddrochner
2003-10-07Siginfo libc changes for alpha. Approved by thorpej@netbsd.org.skd