From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31615 invoked by alias); 3 May 2017 03:49:34 -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 31593 invoked by uid 89); 3 May 2017 03:49:33 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD,SPF_HELO_PASS autolearn=ham version=3.3.2 spammy=Hx-languages-length:366 X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 03 May 2017 03:49:32 +0000 Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.phx2.redhat.com [10.5.11.16]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 474D337EEF; Wed, 3 May 2017 03:49:33 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com 474D337EEF Authentication-Results: ext-mx05.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx05.extmail.prod.ext.phx2.redhat.com; spf=pass smtp.mailfrom=sergiodj@redhat.com DKIM-Filter: OpenDKIM Filter v2.11.0 mx1.redhat.com 474D337EEF Received: from psique.yyz.redhat.com (unused-10-15-17-193.yyz.redhat.com [10.15.17.193]) by smtp.corp.redhat.com (Postfix) with ESMTP id A57BF4D74B; Wed, 3 May 2017 03:49:32 +0000 (UTC) From: Sergio Durigan Junior To: GDB Patches Cc: Pedro Alves , Simon Marchi , John Baldwin Subject: [PATCH v2 0/2] Introduce gdb/configure.nat Date: Wed, 03 May 2017 03:49:00 -0000 Message-Id: <20170503034931.4515-1-sergiodj@redhat.com> In-Reply-To: <20170425202309.15771-1-sergiodj@redhat.com> References: <20170425202309.15771-1-sergiodj@redhat.com> X-IsSubscribed: yes X-SW-Source: 2017-05/txt/msg00033.txt.bz2 Hi there, Thanks to Simon, Pedro and John, this is the second version of the patch. It basically addresses a few typos/grammar mistakes noticed by Simon, the s/host/native target/ noticed by Pedro, and reorganizes the code to make things simpler and less redundant, as suggested by both Simon and John. Thanks, Sergio.