From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5509 invoked by alias); 20 Sep 2013 07:47:30 -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 5499 invoked by uid 89); 20 Sep 2013 07:47:30 -0000 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; Fri, 20 Sep 2013 07:47:30 +0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.8 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: mx1.redhat.com Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r8K7lP3b026405 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Fri, 20 Sep 2013 03:47:25 -0400 Received: from host2.jankratochvil.net (ovpn-116-51.ams2.redhat.com [10.36.116.51]) by int-mx11.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id r8K7lMJI024396 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NO); Fri, 20 Sep 2013 03:47:24 -0400 Date: Fri, 20 Sep 2013 07:47:00 -0000 From: Jan Kratochvil To: Eli Zaretskii Cc: gdb-patches@sourceware.org, mark.kettenis@xs4all.nl Subject: Re: [patchv3 1/2] Remove a.out NetBSD and OpenBSD hosta and targets Message-ID: <20130920074722.GA5684@host2.jankratochvil.net> References: <20130919200212.GA32111@host2.jankratochvil.net> <20130919202622.GA2940@host2.jankratochvil.net> <20130919210134.GA3314@host2.jankratochvil.net> <83li2skkja.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <83li2skkja.fsf@gnu.org> User-Agent: Mutt/1.5.21 (2010-09-15) X-IsSubscribed: yes X-SW-Source: 2013-09/txt/msg00727.txt.bz2 On Fri, 20 Sep 2013 09:40:57 +0200, Eli Zaretskii wrote: > NEWS is still OK. I wanted to fix s/Removed hosts/Removed native configurations/ as I found later such wording there from the past, I guess that is better / also OK. Thanks, Jan