NetBSD-Bugs archive

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

PR/59301 CVS commit: [netbsd-11] src



The following reply was made to PR port-riscv/59301; it has been noted by GNATS.

From: "Martin Husemann" <martin%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/59301 CVS commit: [netbsd-11] src
Date: Thu, 2 Apr 2026 16:00:00 +0000

 Module Name:	src
 Committed By:	martin
 Date:		Thu Apr  2 15:59:59 UTC 2026
 
 Modified Files:
 	src/share/mk [netbsd-11]: bsd.own.mk
 	src/sys/arch/riscv/include [netbsd-11]: asm.h profile.h
 	src/tests/usr.bin/c++ [netbsd-11]: t_call_once.sh t_cxxruntime.sh
 	    t_hello.sh t_pthread_once.sh t_static_destructor.sh
 	src/tests/usr.bin/cc [netbsd-11]: t_hello.sh
 
 Log Message:
 Pull up following revision(s) (requested by skrll in ticket #210):
 
 	tests/usr.bin/c++/t_pthread_once.sh: revision 1.8
 	tests/usr.bin/c++/t_static_destructor.sh: revision 1.12 (via patch)
 	sys/arch/riscv/include/asm.h: revision 1.12
 	tests/usr.bin/c++/t_cxxruntime.sh: revision 1.9
 	tests/usr.bin/c++/t_call_once.sh: revision 1.8
 	tests/usr.bin/cc/t_hello.sh: revision 1.14
 	share/mk/bsd.own.mk: revision 1.1468
 	tests/usr.bin/c++/t_hello.sh: revision 1.9
 	sys/arch/riscv/include/profile.h: revision 1.2
 
 risc-v: Add profiling support
 PR/59301 riscv: missing MKPROFILE=yes support
 
 risc-v: MKPROFILE=yes
 PR/59301 riscv: missing MKPROFILE=yes support
 
 risc-v: remove atf_expect_fail "PR port-riscv/59301"
 Now that risc-v has MKPROFILE support run the tests that exercise it.
 
 PR/59301 riscv: missing MKPROFILE=yes support
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.1428.2.1 -r1.1428.2.2 src/share/mk/bsd.own.mk
 cvs rdiff -u -r1.11 -r1.11.2.1 src/sys/arch/riscv/include/asm.h
 cvs rdiff -u -r1.1 -r1.1.60.1 src/sys/arch/riscv/include/profile.h
 cvs rdiff -u -r1.7 -r1.7.2.1 src/tests/usr.bin/c++/t_call_once.sh \
     src/tests/usr.bin/c++/t_pthread_once.sh \
     src/tests/usr.bin/c++/t_static_destructor.sh
 cvs rdiff -u -r1.8 -r1.8.2.1 src/tests/usr.bin/c++/t_cxxruntime.sh \
     src/tests/usr.bin/c++/t_hello.sh
 cvs rdiff -u -r1.13 -r1.13.2.1 src/tests/usr.bin/cc/t_hello.sh
 
 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