Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Jonathan Stone <jonathan@netbsd.org>
List: source-changes
Date: 10/29/1998 21:43:41
Module Name:	src
Committed By:	jonathan
Date:		Fri Oct 30 05:43:40 UTC 1998

Modified Files:
	src/libexec/ld.elf_so: link.h
Log Message:
gdb's shared-lib mapping code in solib.c has #ifdef dependencies on
DT_MIPS_RLD_MAP being defined on mips targets with shared libs. Since
netbsd's gdb config.h defines HAVE_LINK_H, link.h is expected to
provide it. So #include <machine/elf_machdep.h> to make it so.