Source-Changes-HG archive

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

[src/trunk]: src/distrib/sets/lists/debug Fix build for mips; move from mi to...



details:   https://anonhg.NetBSD.org/src/rev/b641e9a98554
branches:  trunk
changeset: 941057:b641e9a98554
user:      rin <rin%NetBSD.org@localhost>
date:      Sun Oct 18 10:10:18 2020 +0000

description:
Fix build for mips; move from mi to module.mi debug symbols for
test cases only available when MKKMOD=yes.

diffstat:

 distrib/sets/lists/debug/mi        |  7 +------
 distrib/sets/lists/debug/module.mi |  6 +++++-
 2 files changed, 6 insertions(+), 7 deletions(-)

diffs (41 lines):

diff -r ac63cd6061ac -r b641e9a98554 distrib/sets/lists/debug/mi
--- a/distrib/sets/lists/debug/mi       Sun Oct 18 08:58:29 2020 +0000
+++ b/distrib/sets/lists/debug/mi       Sun Oct 18 10:10:18 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: mi,v 1.341 2020/10/01 02:00:04 pgoyette Exp $
+# $NetBSD: mi,v 1.342 2020/10/18 10:10:18 rin Exp $
 ./etc/mtree/set.debug                           comp-sys-root
 ./usr/lib                                      comp-sys-usr            compatdir
 ./usr/lib/i18n/libBIG5_g.a                     comp-c-debuglib         debuglib,compatfile
@@ -2364,11 +2364,6 @@
 ./usr/libdata/debug/usr/tests/libexec/ld.elf_so/t_dlvsym.debug         tests-libexec-debug     debug,atf,pic,compattestfile
 ./usr/libdata/debug/usr/tests/libexec/ld.elf_so/t_rtld_r_debug.debug   tests-libexec-debug     debug,atf,pic,compattestfile
 ./usr/libdata/debug/usr/tests/libexec/ld.elf_so/t_ifunc.debug  tests-libexec-debug     debug,atf,pic,compattestfile
-./usr/libdata/debug/usr/tests/modules/k_helper3.debug  tests-sys-debug         debug,atf,rump
-./usr/libdata/debug/usr/tests/modules/t_builtin.debug  tests-sys-debug         debug,atf,rump
-./usr/libdata/debug/usr/tests/modules/t_kcov.debug     tests-sys-debug         debug,atf,rump
-./usr/libdata/debug/usr/tests/modules/t_modctl.debug   tests-sys-debug         debug,atf,rump
-./usr/libdata/debug/usr/tests/modules/t_ufetchstore.debug      tests-sys-debug         debug,atf,rump
 ./usr/libdata/debug/usr/tests/net/bpf/t_bpf.debug              tests-net-debug         debug,atf,rump
 ./usr/libdata/debug/usr/tests/net/bpf/t_div-by-zero.debug              tests-net-debug         debug,atf,rump
 ./usr/libdata/debug/usr/tests/net/bpf/t_mbuf.debug             tests-net-debug         debug,atf,rump
diff -r ac63cd6061ac -r b641e9a98554 distrib/sets/lists/debug/module.mi
--- a/distrib/sets/lists/debug/module.mi        Sun Oct 18 08:58:29 2020 +0000
+++ b/distrib/sets/lists/debug/module.mi        Sun Oct 18 10:10:18 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: module.mi,v 1.6 2020/09/26 17:49:50 jmcneill Exp $
+# $NetBSD: module.mi,v 1.7 2020/10/18 10:10:18 rin Exp $
 ./usr/libdata/debug/@MODULEDIR@                                        modules-base-kernel     kmod,debug
 ./usr/libdata/debug/@MODULEDIR@/accf_dataready                 modules-base-kernel     kmod,debug
 ./usr/libdata/debug/@MODULEDIR@/accf_dataready/accf_dataready.kmod.debug       modules-base-kernel     kmod,debug
@@ -407,6 +407,10 @@
 ./usr/libdata/debug/usr/tests/modules/k_helper3.debug  tests-sys-debug         debug,atf,rump
 ./usr/libdata/debug/usr/tests/modules/k_uvm                            tests-sys-debug atf,debug,rump
 ./usr/libdata/debug/usr/tests/modules/k_uvm/k_uvm.kmod.debug           tests-sys-debug atf,debug,rump
+./usr/libdata/debug/usr/tests/modules/t_builtin.debug                  tests-sys-debug debug,atf,rump
+./usr/libdata/debug/usr/tests/modules/t_kcov.debug                     tests-sys-debug debug,atf,rump
+./usr/libdata/debug/usr/tests/modules/t_modctl.debug                   tests-sys-debug debug,atf,rump
+./usr/libdata/debug/usr/tests/modules/t_ufetchstore.debug              tests-sys-debug debug,atf,rump
 ./usr/libdata/debug/usr/tests/modules/threadpool_tester                        tests-sys-debug atf,debug,rump
 ./usr/libdata/debug/usr/tests/modules/threadpool_tester/threadpool_tester.kmod.debug   tests-sys-debug atf,debug,rump
 ./usr/libdata/debug/usr/tests/modules/ufetchstore_tester               tests-sys-debug atf,debug,rump



Home | Main Index | Thread Index | Old Index