NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
PR/59327 CVS commit: src
The following reply was made to PR kern/59327; it has been noted by GNATS.
From: "Taylor R Campbell" <riastradh%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc:
Subject: PR/59327 CVS commit: src
Date: Thu, 24 Apr 2025 01:52:38 +0000
Module Name: src
Committed By: riastradh
Date: Thu Apr 24 01:52:38 UTC 2025
Modified Files:
src/lib/libc/arch/sparc/gen: _lwp.c makecontext.c
src/sys/arch/sparc/sparc: compat_16_machdep.c machdep.c sunos_machdep.c
Log Message:
sparc: Use STACK_ALIGNBYTES macro when aligning stack pointer.
Prompted by:
PR kern/59327: user stack pointer is not aligned properly
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/lib/libc/arch/sparc/gen/_lwp.c
cvs rdiff -u -r1.3 -r1.4 src/lib/libc/arch/sparc/gen/makecontext.c
cvs rdiff -u -r1.6 -r1.7 src/sys/arch/sparc/sparc/compat_16_machdep.c
cvs rdiff -u -r1.342 -r1.343 src/sys/arch/sparc/sparc/machdep.c
cvs rdiff -u -r1.24 -r1.25 src/sys/arch/sparc/sparc/sunos_machdep.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index