--- /dev/null 2016-10-10 16:55:00.525136000 +0200 +++ gdb/config/alpha/bsdsux.mh 2016-10-10 16:47:10.041471000 +0200 @@ -0,0 +1,6 @@ +# Host: BSDSUniX/alpha +NATDEPFILES= fork-child.o inf-ptrace.o \ + bsdsux-nat.o alphabsd-nat.o bsd-kvm.o \ + core-regset.o + +LOADLIBES= -lkvm --- /dev/null 2016-10-10 16:55:00.525136000 +0200 +++ gdb/config/arm/bsdsux.mh 2016-10-10 16:47:13.447909000 +0200 @@ -0,0 +1,3 @@ +# Host: BSDSUniX/arm +NATDEPFILES= armbsdsux-nat.o bsdsux-nat.o fork-child.o inf-ptrace.o +HAVE_NATIVE_GCORE_HOST = 1 --- /dev/null 2016-10-10 16:55:00.525136000 +0200 +++ gdb/config/i386/bsdsux.mh 2016-10-10 16:52:21.007162000 +0200 @@ -0,0 +1,8 @@ +# Host: BSDSUniX/i386 +NATDEPFILES= fork-child.o inf-ptrace.o \ + bsdsux-nat.o x86-nat.o x86-dregs.o i386bsd-nat.o i386bsdsux-nat.o \ + bsd-kvm.o +NAT_FILE= nm-bsdsux.h +HAVE_NATIVE_GCORE_HOST = 1 + +LOADLIBES= -lkvm --- /dev/null 2016-10-10 16:55:00.525136000 +0200 +++ gdb/config/i386/bsdsux64.mh 2016-10-10 16:52:33.702359000 +0200 @@ -0,0 +1,7 @@ +# Host: BSDSUniX/amd64 +NATDEPFILES= fork-child.o inf-ptrace.o \ + bsdsux-nat.o amd64-nat.o amd64bsd-nat.o amd64bsdsux-nat.o \ + bsd-kvm.o x86-nat.o x86-dregs.o +HAVE_NATIVE_GCORE_HOST = 1 + +LOADLIBES= -lkvm --- /dev/null 2016-10-10 16:55:00.525136000 +0200 +++ gdb/config/i386/nm-bsdsux.h 2016-10-10 16:52:42.757917000 +0200 @@ -0,0 +1,23 @@ +/* Native-dependent definitions for BSDSUniX/i386. + + Copyright (C) 1986-2016 Free Software Foundation, Inc. + + This file is part of GDB. + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . */ + +#ifndef NM_BSDSUX_H +#define NM_BSDSUX_H + +#endif /* nm-bsdsux.h */ --- /dev/null 2016-10-10 16:55:00.525136000 +0200 +++ gdb/config/powerpc/bsdsux.mh 2016-10-10 16:52:47.280016000 +0200 @@ -0,0 +1,24 @@ +# Native config information for GDB on PowerPC systems running BSDSUniX. +# +# Copyright (C) 2013-2016 Free Software Foundation, Inc. +# +# This file is part of GDB. +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . */ + +NATDEPFILES= bsdsux-nat.o fork-child.o inf-ptrace.o ppcbsdsux-nat.o bsd-kvm.o +HAVE_NATIVE_GCORE_HOST = 1 + +LOADLIBES= -lkvm + --- /dev/null 2016-10-10 16:55:00.525136000 +0200 +++ gdb/config/sparc/bsdsux.mh 2016-10-10 16:52:52.964788000 +0200 @@ -0,0 +1,7 @@ +# Host: BSDSUniX/sparc64 +NATDEPFILES= fork-child.o inf-ptrace.o \ + bsdsux-nat.o sparc-nat.o sparc64-nat.o sparc64bsdsux-nat.o \ + bsd-kvm.o +HAVE_NATIVE_GCORE_HOST = 1 + +LOADLIBES= -lkvm