artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2ff1581
)
Delete debugging from when lazy binding was being implemented
author
guenther
<guenther@openbsd.org>
Sat, 27 Aug 2016 22:52:21 +0000
(22:52 +0000)
committer
guenther
<guenther@openbsd.org>
Sat, 27 Aug 2016 22:52:21 +0000
(22:52 +0000)
ok deraadt@
libexec/ld.so/hppa/rtld_machine.c
patch
|
blob
|
history
diff --git
a/libexec/ld.so/hppa/rtld_machine.c
b/libexec/ld.so/hppa/rtld_machine.c
index
6279a56
..
c363337
100644
(file)
--- 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.3
3 2016/06/21 15:21:42 deraadt Exp $
*/
+/* $OpenBSD: rtld_machine.c,v 1.3
4 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;