From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15648 invoked by alias); 13 Feb 2014 11:36:01 -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 15639 invoked by uid 89); 13 Feb 2014 11:36:01 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-4.4 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.2 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; Thu, 13 Feb 2014 11:36:00 +0000 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s1DBZtN8008024 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Thu, 13 Feb 2014 06:35:55 -0500 Received: from host2.jankratochvil.net (ovpn-116-93.ams2.redhat.com [10.36.116.93]) by int-mx10.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id s1DBZqkX003989 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NO); Thu, 13 Feb 2014 06:35:54 -0500 Date: Thu, 13 Feb 2014 11:36:00 -0000 From: Jan Kratochvil To: Joel Brobecker Cc: Eli Zaretskii , Paul Fertser , gdb-patches@sourceware.org Subject: Re: getaddrinfo available on all GDB hosts? [Re: [PATCH v2] Add IPv6 support for remote TCP connections] Message-ID: <20140213113551.GA29792@host2.jankratochvil.net> 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> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20140211034157.GG5485@adacore.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-IsSubscribed: yes X-SW-Source: 2014-02/txt/msg00456.txt.bz2 On Tue, 11 Feb 2014 04:41:57 +0100, Joel Brobecker wrote: > > > > ``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'' > [...] > > As discussed off-list with Tom recently changing subject and getaddrinfo > > should be available even without gnulib. (The patch code itself still needs > > a review.) If some host does not have getaddrinfo its maintainer should say > > so. > > In addition to Eli's list of unsupported targets, HP-UX, IRIX, OSF are > probably de facto unmaintained, at this point. Do you mean IRIX host or both IRIX host and target? Implementing IPv6 in gdbserver will make IRIX incompatible even as a target. I am asking as I have seen for example yours: commit 1324a0d9b562a38f4ce23c8835e1dacbbe3b51b9 Author: Joel Brobecker Date: Tue Nov 23 01:06:08 2010 +0000 support for mips-irix on-stack trampolines [...] Jan