Module Name: src Committed By: skrll Date: Sun Jun 26 14:37:13 UTC 2022
Modified Files: src/lib/libc/arch/hppa: genassym.cf src/lib/libc/arch/hppa/sys: __sigtramp2.S src/sys/arch/hppa/include: mcontext.h Log Message: Decorate the HPPA signal trampoline with the appropriate .cfi directives to allow exception unwind / backtrace across a signal handler. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/lib/libc/arch/hppa/genassym.cf cvs rdiff -u -r1.6 -r1.7 src/lib/libc/arch/hppa/sys/__sigtramp2.S cvs rdiff -u -r1.11 -r1.12 src/sys/arch/hppa/include/mcontext.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.