Hi, IIUC it is a pre-requisite for IPv6 support, some UNICes do not support getaddrinfo required for IPv6. But coincidentally such UNICes are no longer really supported by GDB. Therefore it was concluded we can remove all such UNICes and then we can implement IPv6 easily with getaddrinfo. In mail Re: getaddrinfo available on all GDB hosts? [Re: [PATCH v2] Add IPv6 support for remote TCP connections] Message-ID: <20140211034157.GG5485@adacore.com> https://sourceware.org/ml/gdb-patches/2014-02/msg00333.html Joel said: # [...] HP-UX [...] are probably de facto unmaintained, at this point. So I chose HP-UX first for this patch. # We should probably send an announcement if we ever implement a change # we know might be breaking some platforms, though. Not sure if anything should be really done for this part. I did not test it anyhow, not sure how, it still builds on Linux. I did not investigate too much which other parts of GDB could be removed along, there may be some dead code now (but it always has been). I am not sure if somread.c really can be removed or not, I have removed it. The same patch is also available as a GIT branch at: https://sourceware.org/git/?p=archer.git;a=shortlog;h=refs/heads/jankratochvil/nohpux 24 files changed, 47 insertions(+), 7384 deletions(-) Thanks, Jan