From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9792 invoked by alias); 24 Sep 2013 13:52:32 -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 9780 invoked by uid 89); 24 Sep 2013 13:52:32 -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; Tue, 24 Sep 2013 13:52:32 +0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.6 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: mx1.redhat.com Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r8ODqTSo007307 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Tue, 24 Sep 2013 09:52:30 -0400 Received: from host2.jankratochvil.net (ovpn-116-66.ams2.redhat.com [10.36.116.66]) by int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id r8ODqPgF013256 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NO); Tue, 24 Sep 2013 09:52:28 -0400 Date: Tue, 24 Sep 2013 13:52:00 -0000 From: Jan Kratochvil To: Mark Kettenis Cc: gdb-patches@sourceware.org, palves@redhat.com Subject: [commit] [patchv4 1/2] Remove a.out NetBSD and OpenBSD hosta and targets Message-ID: <20130924135225.GA4716@host2.jankratochvil.net> References: <20130921131311.GA10222@host2.jankratochvil.net> <201309232030.r8NKUSAc023577@glazunov.sibelius.xs4all.nl> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201309232030.r8NKUSAc023577@glazunov.sibelius.xs4all.nl> User-Agent: Mutt/1.5.21 (2010-09-15) X-IsSubscribed: yes X-SW-Source: 2013-09/txt/msg00852.txt.bz2 On Mon, 23 Sep 2013 22:30:28 +0200, Mark Kettenis wrote: > My idea was not to worry too much about the exact host triplets that > are no longer supported. Most of these switched to ELF more than 10 > years ago, and chances of somebody actually building a current GDB on > such a system are close to zero. I'd just blacklist *-netbsdaout* and > start treating *-netbsd* as an alias for *-netbsdelf*. But what you > did looks correct, so you probably should just go ahead with this. Therefore checked it in: https://sourceware.org/ml/gdb-cvs/2013-09/msg00136.html Thanks, Jan