Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/libexec/ld.aout_so Add another debugging message.



details:   https://anonhg.NetBSD.org/src/rev/655e67e13e51
branches:  trunk
changeset: 499744:655e67e13e51
user:      mycroft <mycroft%NetBSD.org@localhost>
date:      Tue Nov 28 06:01:46 2000 +0000

description:
Add another debugging message.

diffstat:

 libexec/ld.aout_so/rtld.c |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r 99a21da1a94d -r 655e67e13e51 libexec/ld.aout_so/rtld.c
--- a/libexec/ld.aout_so/rtld.c Tue Nov 28 06:01:34 2000 +0000
+++ b/libexec/ld.aout_so/rtld.c Tue Nov 28 06:01:46 2000 +0000
@@ -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 @@
        if (smp)
                name += (long)LM_LDBASE(smp);
 
+#ifdef DEBUG
+       xprintf("map_object: loading %s\n", name);
+#endif
+
        if (sodp->sod_library) {
                usehints = 1;
 again:



Home | Main Index | Thread Index | Old Index