From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 63964 invoked by alias); 18 Apr 2018 20:55:18 -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 63947 invoked by uid 89); 18 Apr 2018 20:55:17 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.4 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_SOFTFAIL autolearn=no version=3.3.2 spammy=races, yours, you! 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; Wed, 18 Apr 2018 20:55:14 +0000 Received: from ralph.baldwin.cx (ralph.baldwin.cx [66.234.199.215]) by mail.baldwin.cx (Postfix) with ESMTPSA id 0158610A87D; Wed, 18 Apr 2018 16:55:13 -0400 (EDT) From: John Baldwin To: Pedro Alves Cc: gdb-patches@sourceware.org Subject: Re: [PATCH 31/40] target_ops/C++: Base FreeBSD target Date: Wed, 18 Apr 2018 20:55:00 -0000 Message-ID: <2845912.jxziDIiqAW@ralph.baldwin.cx> User-Agent: KMail/4.14.10 (FreeBSD/11.1-STABLE; KDE/4.14.30; amd64; ; ) In-Reply-To: References: <20180414190953.24481-1-palves@redhat.com> <0b900391-f06d-278c-cbed-b89b207bd12e@redhat.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-IsSubscribed: yes X-SW-Source: 2018-04/txt/msg00376.txt.bz2 On Wednesday, April 18, 2018 03:20:19 PM Pedro Alves wrote: > On 04/18/2018 12:21 PM, Pedro Alves wrote: > > On 04/18/2018 01:37 AM, John Baldwin wrote: > > >> I've pushed a target_ops-cxx branch to github.com/bsdjhb/gdb.git that has > >> some small fixups (compile fixes). > > > > Thank you! > > I've now merged/squashed those fixes to the patches in the branch, > and added your name to the WIP ChangeLog entry. > > I diff my branch against yours to double-checked whether I was > missing anything, then rebased on top of current master. > > I force-pushed the result to users/palves/target_ops-cxx on sourceware.org. > > Thanks again. Thanks for the explanation of the proper fix. I've pulled the updated branch and FreeBSD/amd64 has basically the same test results as master now. (There are a few differences but I think they are due to timing issues/races in the tests rather than actual behavioral differences.) There are a few other platforms I haven't built yet (FreeBSD/mips and FreeBSD/powerpc) but I'm fine with fixing those post-commit if there are any fixes needed. If I am able to test them before you merge this in I'll send you any needed patches. -- John Baldwin