summaryrefslogtreecommitdiffstats
path: root/libexec
diff options
context:
space:
mode:
authorguenther <guenther@openbsd.org>2019-11-27 01:24:35 +0000
committerguenther <guenther@openbsd.org>2019-11-27 01:24:35 +0000
commit98a91d89bdc01db8ec1f683e2d00609a21bcfca7 (patch)
treeb737fab282c15431eb6020021edb8042faecbc57 /libexec
parentAdjust after changing the struct ctl_show_rib (removal of aspath_len) (diff)
downloadwireguard-openbsd-98a91d89bdc01db8ec1f683e2d00609a21bcfca7.tar.xz
wireguard-openbsd-98a91d89bdc01db8ec1f683e2d00609a21bcfca7.zip
Delete now obsolete comments
Diffstat (limited to 'libexec')
-rw-r--r--libexec/ld.so/aarch64/rtld_machine.c4
-rw-r--r--libexec/ld.so/arm/rtld_machine.c4
2 files changed, 2 insertions, 6 deletions
diff --git a/libexec/ld.so/aarch64/rtld_machine.c b/libexec/ld.so/aarch64/rtld_machine.c
index d9879a15c3f..2e4b7efc133 100644
--- a/libexec/ld.so/aarch64/rtld_machine.c
+++ b/libexec/ld.so/aarch64/rtld_machine.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: rtld_machine.c,v 1.15 2019/11/27 00:11:49 guenther Exp $ */
+/* $OpenBSD: rtld_machine.c,v 1.16 2019/11/27 01:24:35 guenther Exp $ */
/*
* Copyright (c) 2004 Dale Rahn
@@ -179,8 +179,6 @@ _dl_md_reloc_all_plt(elf_object_t *object, const Elf_RelA *reloc,
/*
* Relocate the Global Offset Table (GOT).
- * This is done by calling _dl_md_reloc on DT_JMPREL for DL_BIND_NOW,
- * otherwise the lazy binding plt initialization is performed.
*/
int
_dl_md_reloc_got(elf_object_t *object, int lazy)
diff --git a/libexec/ld.so/arm/rtld_machine.c b/libexec/ld.so/arm/rtld_machine.c
index 1f93936ea7b..da15d87aaa9 100644
--- a/libexec/ld.so/arm/rtld_machine.c
+++ b/libexec/ld.so/arm/rtld_machine.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: rtld_machine.c,v 1.36 2019/11/27 00:11:49 guenther Exp $ */
+/* $OpenBSD: rtld_machine.c,v 1.37 2019/11/27 01:24:35 guenther Exp $ */
/*
* Copyright (c) 2004 Dale Rahn
@@ -182,8 +182,6 @@ _dl_md_reloc_all_plt(elf_object_t *object, const Elf_Rel *reloc,
/*
* Relocate the Global Offset Table (GOT).
- * This is done by calling _dl_md_reloc on DT_JMPREL for DL_BIND_NOW,
- * otherwise the lazy binding plt initialization is performed.
*/
int
_dl_md_reloc_got(elf_object_t *object, int lazy)