NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/59327 CVS commit: src/tests/kernel



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/tests/kernel
Date: Sat, 26 Apr 2025 12:21:37 +0000

 Module Name:	src
 Committed By:	riastradh
 Date:		Sat Apr 26 12:21:37 UTC 2025
 
 Modified Files:
 	src/tests/kernel: Makefile
 
 Log Message:
 tests/kernel/Makefile: Back out DPSRCS for t_signal_and_sp helpers.
 
 Doesn't work the way I'd hoped for update builds -- I had tested it
 only with a .h file, not with the .S files:
 
 #    create  kernel//work/src/tests/kernel/arch/arm/execsp.d
 CC=/work/tools/bin/arm--netbsdelf-eabi-gcc /work/tools/bin/nbmkdep -f /work/src/tests/kernel/arch/arm/execsp.d.tmp  -- --sysroot=/branches/hosts-current/evbearmv5 -D_KERNTYPES -I/work/src/tests/kernel/..    -x assembler-with-cpp /work/src/tests/kernel/arch/arm/execsp.S &&  mv -f /work/src/tests/kernel/arch/arm/execsp.d.tmp /work/src/tests/kernel/arch/arm/execsp.d
 
 PR kern/59327: user stack pointer is not aligned properly
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.92 -r1.93 src/tests/kernel/Makefile
 
 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