From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 108538 invoked by alias); 22 Aug 2017 18:04:10 -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 108524 invoked by uid 89); 22 Aug 2017 18:04:09 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.8 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_SOFTFAIL autolearn=no version=3.3.2 spammy= 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, 22 Aug 2017 18:04:07 +0000 Received: from ralph.baldwin.cx (c-73-231-226-104.hsd1.ca.comcast.net [73.231.226.104]) by mail.baldwin.cx (Postfix) with ESMTPSA id 6057110AF18; Tue, 22 Aug 2017 14:04:05 -0400 (EDT) From: John Baldwin To: Yao Qi Cc: gdb-patches@sourceware.org Subject: Re: [PATCH 2/2] Add native target for FreeBSD/aarch64. Date: Tue, 22 Aug 2017 18:04:00 -0000 Message-ID: <5158194.x3allQ3Gb8@ralph.baldwin.cx> User-Agent: KMail/4.14.10 (FreeBSD/11.1-STABLE; KDE/4.14.30; amd64; ; ) In-Reply-To: <86bmn7snrz.fsf@gmail.com> References: <20170812020535.89850-1-jhb@FreeBSD.org> <20170812020535.89850-3-jhb@FreeBSD.org> <86bmn7snrz.fsf@gmail.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-IsSubscribed: yes X-SW-Source: 2017-08/txt/msg00419.txt.bz2 On Tuesday, August 22, 2017 03:03:12 PM Yao Qi wrote: > John Baldwin writes: > > > * aarch64-fbsd-nat.c: New file. > > It is not in the patch. Yes, sorry, there is a 'v2' patch series I posted last Wednesday which includes the new file. -- John Baldwin