summaryrefslogtreecommitdiff
path: root/libexec/ld.so/hppa/rtld_machine.c
diff options
context:
space:
mode:
authorPhilip Guenther <guenther@cvs.openbsd.org>2016-08-27 22:52:22 +0000
committerPhilip Guenther <guenther@cvs.openbsd.org>2016-08-27 22:52:22 +0000
commit16a7943638f52f38a36582ef553c19c93c21aff3 (patch)
tree3626b04ea06b8ff97d45c28606721a60417fdfdd /libexec/ld.so/hppa/rtld_machine.c
parent9f791e87f7db54607afec7214c69cf50857499bb (diff)
Delete debugging from when lazy binding was being implemented
ok deraadt@
Diffstat (limited to 'libexec/ld.so/hppa/rtld_machine.c')
-rw-r--r--libexec/ld.so/hppa/rtld_machine.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/libexec/ld.so/hppa/rtld_machine.c b/libexec/ld.so/hppa/rtld_machine.c
index 6279a569bd1..c3633370991 100644
--- a/libexec/ld.so/hppa/rtld_machine.c
+++ b/libexec/ld.so/hppa/rtld_machine.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: rtld_machine.c,v 1.33 2016/06/21 15:21:42 deraadt Exp $ */
+/* $OpenBSD: rtld_machine.c,v 1.34 2016/08/27 22:52:21 guenther Exp $ */
/*
* Copyright (c) 2004 Michael Shalayeff
@@ -466,7 +466,6 @@ _dl_bind(elf_object_t *object, int reloff)
_dl_printf("lazy binding failed!\n");
*(volatile int *)0 = 0; /* XXX */
}
- DL_DEB(("%s: %s\n", symn, sobj->load_name));
value = ooff + this->st_value + rela->r_addend;