Module Name: src Committed By: thorpej Date: Tue Nov 23 02:49:56 UTC 2021
Modified Files: src/lib/libc/arch/aarch64: genassym.cf src/lib/libc/arch/aarch64/sys: __sigtramp2.S Log Message: Because the PC is not a general purpose register on aarch64, we need to use DWARF pseudo-register for the signal trampoline return address. Adjust the style to match other platforms. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/lib/libc/arch/aarch64/genassym.cf cvs rdiff -u -r1.6 -r1.7 src/lib/libc/arch/aarch64/sys/__sigtramp2.S Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.