Add another debugging message.

This commit is contained in:
mycroft 2000-11-28 06:01:46 +00:00
parent 6025f99517
commit e496c5f86f

View File

@ -1,4 +1,4 @@
/* $NetBSD: rtld.c,v 1.77 2000/10/29 13:11:38 mycroft Exp $ */
/* $NetBSD: rtld.c,v 1.78 2000/11/28 06:01:46 mycroft Exp $ */
/*-
* Copyright (c) 1998 The NetBSD Foundation, Inc.
@ -650,6 +650,10 @@ map_object(sodp, smp)
if (smp)
name += (long)LM_LDBASE(smp);
#ifdef DEBUG
xprintf("map_object: loading %s\n", name);
#endif
if (sodp->sod_library) {
usehints = 1;
again: