diff options
author | 2016-08-27 22:52:21 +0000 | |
---|---|---|
committer | 2016-08-27 22:52:21 +0000 | |
commit | aa9b0d664d67361ee6f2e89ea4a17251874e810c (patch) | |
tree | 36f468853c23293833611be082dec3a5b1b96d9a | |
parent | further tweak previous: use the same text for norw as ro; ok tedu (diff) | |
download | wireguard-openbsd-aa9b0d664d67361ee6f2e89ea4a17251874e810c.tar.xz wireguard-openbsd-aa9b0d664d67361ee6f2e89ea4a17251874e810c.zip |
Delete debugging from when lazy binding was being implemented
ok deraadt@
-rw-r--r-- | libexec/ld.so/hppa/rtld_machine.c | 3 |
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; |