From 50a540397837c7239b39a9100a5ed6a5813593e3 Mon Sep 17 00:00:00 2001 From: Jim Kingdon Date: Thu, 7 Oct 1993 11:28:51 +0000 Subject: [PATCH] * config/sparc/sun4os4.mh: Add comment saying why we don't use -lresolv. --- gdb/ChangeLog | 5 +++++ gdb/config/sparc/sun4os4.mh | 4 ++++ 2 files changed, 9 insertions(+) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 38a50f1499d..34a359395b8 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +Thu Oct 7 06:22:43 1993 Jim Kingdon (kingdon@lioth.cygnus.com) + + * config/sparc/sun4os4.mh: Add comment saying why we don't use + -lresolv. + Thu Oct 07 09:29:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) * breakpoint.c, breakpoint.h (breakpoint_init_inferior): New function diff --git a/gdb/config/sparc/sun4os4.mh b/gdb/config/sparc/sun4os4.mh index 82584f4e039..4047c5cb82a 100644 --- a/gdb/config/sparc/sun4os4.mh +++ b/gdb/config/sparc/sun4os4.mh @@ -5,3 +5,7 @@ NAT_FILE= nm-sun4os4.h NATDEPFILES= fork-child.o infptrace.o inftarg.o corelow.o sparc-nat.o HOST_IPC=-DBSD_IPC GDBSERVER_DEPFILES= low-sparc.o +# Setting XM_CLIBS=-lresolv would let us use the DNS, but that would screw +# anyone who wants to use NIS, which includes at least one Cygnus customer +# (PR 3593). So leave it this way until/unless we find a resolver which can +# get names from either DNS or NIS from the same GDB binary. -- 2.30.2