This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Add IPv6 support for remote TCP connections


> Date: Sun, 22 Mar 2015 17:39:22 +0100
> From: Jan Kratochvil <jan.kratochvil@redhat.com>
> Cc: Eli Zaretskii <eliz@gnu.org>, ktietz@redhat.com,
>         Joel Brobecker <brobecker@adacore.com>,
>         Paul Fertser <fercerpav@gmail.com>
> 
> 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 <ws2tcpip.h> 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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]