From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5070 invoked by alias); 10 Feb 2014 17:02:54 -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 5058 invoked by uid 89); 10 Feb 2014 17:02:53 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-lb0-f181.google.com Received: from mail-lb0-f181.google.com (HELO mail-lb0-f181.google.com) (209.85.217.181) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Mon, 10 Feb 2014 17:02:52 +0000 Received: by mail-lb0-f181.google.com with SMTP id z11so3951361lbi.40 for ; Mon, 10 Feb 2014 09:02:49 -0800 (PST) X-Received: by 10.153.8.225 with SMTP id dn1mr22816228lad.17.1392051769122; Mon, 10 Feb 2014 09:02:49 -0800 (PST) Received: from home.pavel.comp (paulfertser.info. [2001:470:26:54b:250:70ff:fee7:41ec]) by mx.google.com with ESMTPSA id w2sm23128660lad.4.2014.02.10.09.02.46 for (version=TLSv1 cipher=RC4-SHA bits=128/128); Mon, 10 Feb 2014 09:02:48 -0800 (PST) Received: (from pavel@localhost) by home.pavel.comp (8.14.5/8.13.8) id s1AH2iEi018378; Mon, 10 Feb 2014 21:02:44 +0400 Date: Mon, 10 Feb 2014 17:02:00 -0000 From: Paul Fertser To: Eli Zaretskii Cc: jan.kratochvil@redhat.com, gdb-patches@sourceware.org, ktietz@redhat.com Subject: Re: [PATCH v2] Add IPv6 support for remote TCP connections Message-ID: <20140210170244.GO2320@home.lan> References: <20140209172855.GA27131@host2.jankratochvil.net> <1392033768-16793-1-git-send-email-fercerpav@gmail.com> <831tzavrhw.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <831tzavrhw.fsf@gnu.org> User-Agent: Mutt/1.5.17 (2007-11-30) X-SW-Source: 2014-02/txt/msg00318.txt.bz2 Folks, sorry for the huge patch I've sent, what is the recommended sizelimit after which one should rather push to some public git tree? On Mon, Feb 10, 2014 at 06:53:31PM +0200, Eli Zaretskii wrote: > > I'm not sure if GDB prefers to count on Gnulib always or to use ifdefs > > here and there to treat windows as a special case. As windows provides > > getaddrinfo itself this gnulib "bloat" introduced by this patch is not > > really needed. > > > > But there're some old OSes that lack this function altogether > > Which ones? Does GDB support them? To cite Gnulib docs: ``This function is missing on some platforms: HP-UX 11.11, IRIX 6.5, OSF/1 5.1, Solaris 7, Cygwin 1.5.x, mingw, MSVC 9, Interix 3.5, BeOS'' TBH, I have no idea how to check that, I couldn't find any specific versions of the systems Gdb is supposed to support. -- Be free, use free (http://www.gnu.org/philosophy/free-sw.html) software! mailto:fercerpav@gmail.com