diff options
-rw-r--r-- | libexec/ld.so/aarch64/rtld_machine.c | 4 | ||||
-rw-r--r-- | libexec/ld.so/arm/rtld_machine.c | 4 |
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) |