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


On Sun, 22 Mar 2015 17:53:52 +0100, Eli Zaretskii wrote:
> 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.

Even MS-Windows XP is EOLed already, isn't it?  What older MS-Windows release
should be supported?  I guess MS-Windows 2000?  Do you mean it seriously?

The patch of my attempt for gnulib import of getaddrinfo had 1.5MB and it was
not easy due to conflict with all the existing MS-Windows #ifs in GDB code, is
it really worth those EOLed OSes?

I am really asking, the gnulib import does not seem right to me.  This is also
why the IPv6 support has been waiting for removal of the old OSes (like HP-UX).


Jan


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