Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src
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