CVSROOT: /cvs Module name: src Changes by: kette...@cvs.openbsd.org 2020/06/27 08:30:49
Modified files: sys/arch/powerpc64/powerpc64: locore.S Log message: Let sigcode set up a frame such that the signal handler has something to scribble its link register into. Also, call exit(2) if sigreturn(2) returns (which should not happen).