From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 94330 invoked by alias); 23 Mar 2015 19:12:22 -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 94307 invoked by uid 89); 23 Mar 2015 19:12:21 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.0 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS,T_RP_MATCHES_RCVD 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 (AES256-GCM-SHA384 encrypted) ESMTPS; Mon, 23 Mar 2015 19:12:20 +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 t2NJCJHf018390 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Mon, 23 Mar 2015 15:12:19 -0400 Received: from [127.0.0.1] (ovpn01.gateway.prod.ext.ams2.redhat.com [10.39.146.11]) by int-mx10.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id t2NJCIZn022869 for ; Mon, 23 Mar 2015 15:12:18 -0400 Message-ID: <55106591.3040309@redhat.com> Date: Mon, 23 Mar 2015 19:12:00 -0000 From: Pedro Alves User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 MIME-Version: 1.0 To: gdb-patches@sourceware.org Subject: Re: [PATCH] Add IPv6 support for remote TCP connections References: <1391878435-19340-1-git-send-email-fercerpav@gmail.com> <20140209083056.GA32481@host2.jankratochvil.net> <20140209095308.GH2320@home.lan> <20140209130501.GA15183@host2.jankratochvil.net> <83k3d4utwr.fsf@gnu.org> <20140209164748.GA25629@host2.jankratochvil.net> <20140209170821.GI2320@home.lan> <20150322163922.GA31444@host1.jankratochvil.net> <20150323190326.GA7142@calimero.vinschen.de> In-Reply-To: <20150323190326.GA7142@calimero.vinschen.de> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-SW-Source: 2015-03/txt/msg00736.txt.bz2 On 03/23/2015 07:03 PM, Corinna Vinschen wrote: > On Mar 22 17:39, Jan Kratochvil wrote: >> On Sun, 09 Feb 2014 18:08:21 +0100, Paul Fertser wrote: >> >> https://www.gnu.org/software/gnulib/manual/html_node/getaddrinfo.html >> >>> But gnulib docs say "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", is it really ok this way? >> + >> On Mon, 10 Feb 2014 18:45:15 +0100, Eli Zaretskii wrote: >>> Cygwin 1.5, MSVC, and Interix aren't supported, AFAIK, and MinGW is >>> not relevant. >> + >> On Sun, 09 Feb 2014 17:47:48 +0100, Jan Kratochvil wrote: >>> The patch with really builds OK on Fedora mingw64. >> >> HP-UX 11.11: Removed by Jan: 61a12cfa7b25746914493cc0d94e5053a8492aa5 >> IRIX 6.5: Removed by Pedro: 3831839c089cf3b65ad6b2efbc608e5a24a40379 >> OSF/1 5.1: Removed by Pedro: 32a8097ba5dd6ddb71c0fb2fccbac262c371846a >> Solaris 7: ??? >> Cygwin 1.5.x: Unsupported by GDB according to Eli. > > Cygwin 1.5.x is entirely unsupported these days, it's an old, cold, > stinking fish. > > Cygwin 1.7 supported getaddrinfo from the start. I've updated https://sourceware.org/gdb/wiki/Systems with this info, and removed HP-UX from the list too. I'm under the impression that we had already dropped support for Solaris 7 a long time ago. Or maybe it was just that Joel announced that he could no longer test it, or something like that. Joel? At least GCC dropped support for older Solaris too. https://gcc.gnu.org/install/specific.html says: "Support for Solaris 9 has been removed in GCC 4.10. Support for Solaris 8 has been removed in GCC 4.8. Support for Solaris 7 has been removed in GCC 4.6." Thanks, Pedro Alves