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: Sun, 20 Apr 2025 22:33:42 +0000
Module Name: src
Committed By: riastradh
Date: Sun Apr 20 22:33:41 UTC 2025
Modified Files:
src/sys/arch/sparc/include: param.h
Added Files:
src/tests/kernel/arch/sparc: execsp.S signalsphandler.S stack_pointer.h
Log Message:
t_signal_and_sp: Add sparc support.
Seems fine! Would be nice if we had a well-known macro to abstract
PIC vs non-PIC `sethi/ori/(ld)' like I invented here, to reduce
needless #ifdef __PIC__ conditionals.
PR kern/59327: user stack pointer is not aligned properly
To generate a diff of this commit:
cvs rdiff -u -r1.75 -r1.76 src/sys/arch/sparc/include/param.h
cvs rdiff -u -r0 -r1.1 src/tests/kernel/arch/sparc/execsp.S \
src/tests/kernel/arch/sparc/signalsphandler.S \
src/tests/kernel/arch/sparc/stack_pointer.h
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