From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 67272 invoked by alias); 22 Mar 2015 16:54:14 -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 67261 invoked by uid 89); 22 Mar 2015 16:54:13 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_SOFTFAIL autolearn=no version=3.3.2 X-HELO: mtaout27.012.net.il Received: from mtaout27.012.net.il (HELO mtaout27.012.net.il) (80.179.55.183) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sun, 22 Mar 2015 16:54:11 +0000 Received: from conversion-daemon.mtaout27.012.net.il by mtaout27.012.net.il (HyperSendmail v2007.08) id <0NLM00M00H4QSR00@mtaout27.012.net.il> for gdb-patches@sourceware.org; Sun, 22 Mar 2015 18:48:52 +0200 (IST) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by mtaout27.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NLM00H15HDGHD60@mtaout27.012.net.il>; Sun, 22 Mar 2015 18:48:52 +0200 (IST) Date: Sun, 22 Mar 2015 16:54:00 -0000 From: Eli Zaretskii Subject: Re: [PATCH] Add IPv6 support for remote TCP connections In-reply-to: <20150322163922.GA31444@host1.jankratochvil.net> To: Jan Kratochvil Cc: gdb-patches@sourceware.org, ktietz@redhat.com, brobecker@adacore.com, fercerpav@gmail.com Reply-to: Eli Zaretskii Message-id: <83sicxrn1b.fsf@gnu.org> 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> X-IsSubscribed: yes X-SW-Source: 2015-03/txt/msg00698.txt.bz2 > Date: Sun, 22 Mar 2015 17:39:22 +0100 > From: Jan Kratochvil > Cc: Eli Zaretskii , ktietz@redhat.com, > Joel Brobecker , > Paul Fertser > > 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. > mingw: mingw-w64 is compatible as tested by Jan. > MSVC 9: Unsupported by GDB according to Eli. > Interix 3.5: Unsupported by GDB according to Eli. > BeOS: Jan thinks the OS is unsupported by GDB. Not sure what this is about, but just FYI: getaddrinfo is available only since Windows XP, so earlier versions will not have it. MinGW64 doesn't care about versions older than XP, so it's a small wonder it compiles without a hitch.