From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21304 invoked by alias); 12 Feb 2014 03:04:15 -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 21290 invoked by uid 89); 12 Feb 2014 03:04:14 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.5 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.3.2 X-HELO: rock.gnat.com Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Wed, 12 Feb 2014 03:04:14 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 8A7CA1161D9; Tue, 11 Feb 2014 22:04:12 -0500 (EST) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id t9Ug1epLCB4n; Tue, 11 Feb 2014 22:04:12 -0500 (EST) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 2F83C1161A5; Tue, 11 Feb 2014 22:04:12 -0500 (EST) Received: by joel.gnat.com (Postfix, from userid 1000) id 24DE3E05F6; Wed, 12 Feb 2014 07:04:13 +0400 (RET) Date: Wed, 12 Feb 2014 03:04:00 -0000 From: Joel Brobecker To: Stan Shebs Cc: gdb-patches@sourceware.org Subject: Re: getaddrinfo available on all GDB hosts? [Re: [PATCH v2] Add IPv6 support for remote TCP connections] Message-ID: <20140212030413.GP5485@adacore.com> References: <20140209172855.GA27131@host2.jankratochvil.net> <1392033768-16793-1-git-send-email-fercerpav@gmail.com> <831tzavrhw.fsf@gnu.org> <20140210170244.GO2320@home.lan> <83vbwmuaj8.fsf@gnu.org> <20140210195758.GA16956@host2.jankratochvil.net> <20140211034157.GG5485@adacore.com> <20140211200456.GA22728@host2.jankratochvil.net> <52FA8930.2080106@earthlink.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <52FA8930.2080106@earthlink.net> User-Agent: Mutt/1.5.21 (2010-09-15) X-SW-Source: 2014-02/txt/msg00377.txt.bz2 > I would say gdb/NEWS, so downstream tarball users get a heads-up before > a build fails and they start deluging bugzilla with reports. Indeed, we've been documenting in gdb/NEWS the deprecation and removal of any feature or platform support! I think we need to do a little more (see my other email), though; If I'd make a guess, I would say that most people do not read, or even peek at, the news file as all. -- Joel