From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 77270 invoked by alias); 25 Jul 2017 16:51:33 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 77153 invoked by uid 89); 25 Jul 2017 16:51:32 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-10.6 required=5.0 tests=AWL,BAYES_00,GIT_PATCH_2,GIT_PATCH_3,SPF_HELO_PASS,SPF_SOFTFAIL autolearn=ham version=3.3.2 spammy=kvm, HX-Greylist:succeeded, HX-Greylist:SMTP, HX-Greylist:AUTH X-HELO: mail.baldwin.cx Received: from bigwig.baldwin.cx (HELO mail.baldwin.cx) (96.47.65.170) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 25 Jul 2017 16:51:29 +0000 Received: from ralph.baldwin.cx.net (c-73-231-226-104.hsd1.ca.comcast.net [73.231.226.104]) by mail.baldwin.cx (Postfix) with ESMTPSA id 0EC3D10AB01; Tue, 25 Jul 2017 12:51:26 -0400 (EDT) From: John Baldwin To: gdb-patches@sourceware.org, coypu@sdf.org Subject: [PATCH v2 0/2] Various build fixes for NetBSD Date: Tue, 25 Jul 2017 16:51:00 -0000 Message-Id: <20170725165051.9132-1-jhb@FreeBSD.org> X-IsSubscribed: yes X-SW-Source: 2017-07/txt/msg00371.txt.bz2 Relative to the first patch series: one patch has been committed, the amd64 KVM support has been dropped, the _KMEMUSER #define was moved earlier in bsd-kvm.o, and the x86 debug registers change was expanded to also add needed object files in the NetBSD/x86 native targets. I haven't been able to test remaining patches so am waiting for testing reports from coypu@. John Baldwin (2): Define _KMEMUSER before including BSD kernel headers. Enable support for x86 debug registers on NetBSD. gdb/ChangeLog | 12 ++++++++++++ gdb/bsd-kvm.c | 1 + gdb/configure | 1 + gdb/configure.ac | 1 + gdb/configure.nat | 8 ++++---- gdb/x86-bsd-nat.c | 9 +++++++-- 6 files changed, 26 insertions(+), 6 deletions(-) -- 2.13.3