Module Name: src Committed By: thorpej Date: Tue Jul 6 12:38:40 UTC 2021
Modified Files: src/lib/libc/arch/alpha/gen: __setjmp14.S _lwp.c makecontext.c swapcontext.S src/lib/libm/arch/alpha: lrint.S Log Message: Ensure that the stack is always 16-byte aligned by rounding sizes as needed. All changes from rin@ except swapcontext.S, which is from me (added symbolic constants to make the code clearer). To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/lib/libc/arch/alpha/gen/__setjmp14.S cvs rdiff -u -r1.7 -r1.8 src/lib/libc/arch/alpha/gen/_lwp.c cvs rdiff -u -r1.6 -r1.7 src/lib/libc/arch/alpha/gen/makecontext.c cvs rdiff -u -r1.4 -r1.5 src/lib/libc/arch/alpha/gen/swapcontext.S cvs rdiff -u -r1.3 -r1.4 src/lib/libm/arch/alpha/lrint.S Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.