Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/libexec/ld.elf_so G/c dbg()'s.
details: https://anonhg.NetBSD.org/src/rev/4349e0b71777
branches: trunk
changeset: 536953:4349e0b71777
user: junyoung <junyoung%NetBSD.org@localhost>
date: Tue Sep 24 18:03:46 2002 +0000
description:
G/c dbg()'s.
diffstat:
libexec/ld.elf_so/reloc.c | 7 +++----
1 files changed, 3 insertions(+), 4 deletions(-)
diffs (35 lines):
diff -r e7b746689c3e -r 4349e0b71777 libexec/ld.elf_so/reloc.c
--- a/libexec/ld.elf_so/reloc.c Tue Sep 24 17:51:11 2002 +0000
+++ b/libexec/ld.elf_so/reloc.c Tue Sep 24 18:03:46 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: reloc.c,v 1.69 2002/09/23 23:56:47 mycroft Exp $ */
+/* $NetBSD: reloc.c,v 1.70 2002/09/24 18:03:46 junyoung Exp $ */
/*
* Copyright 1996 John D. Polstra.
@@ -235,7 +235,7 @@
return -1;
}
}
-dbg(("a\n"));
+
if (_rtld_relocate_nonplt_objects(obj, self) < 0)
ok = 0;
if (obj->textrel) { /* Re-protected the text segment. */
@@ -246,7 +246,7 @@
return -1;
}
}
-dbg(("b\n"));
+
if (_rtld_relocate_plt_lazy(obj) < 0)
ok = 0;
#if defined(__i386__)
@@ -269,7 +269,6 @@
obj->dlclose = _rtld_dlclose;
obj->dladdr = _rtld_dladdr;
-dbg(("c\n"));
/* Set the special PLTGOT entries. */
if (obj->pltgot != NULL)
_rtld_setup_pltgot(obj);
Home |
Main Index |
Thread Index |
Old Index