From e60a0123e7f8b0eac3ec7dd298d415d79a7894d6 Mon Sep 17 00:00:00 2001 From: miod Date: Sat, 30 Mar 2024 08:44:20 +0000 Subject: [PATCH] Remove nonsensical comments. NFC --- libexec/ld.so/sparc64/rtld_machine.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/libexec/ld.so/sparc64/rtld_machine.c b/libexec/ld.so/sparc64/rtld_machine.c index 144c0479451..2ccaa9687bb 100644 --- a/libexec/ld.so/sparc64/rtld_machine.c +++ b/libexec/ld.so/sparc64/rtld_machine.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rtld_machine.c,v 1.69 2022/01/08 06:49:42 guenther Exp $ */ +/* $OpenBSD: rtld_machine.c,v 1.70 2024/03/30 08:44:20 miod Exp $ */ /* * Copyright (c) 1999 Dale Rahn @@ -484,7 +484,6 @@ _dl_reloc_plt(Elf_Word *where1, Elf_Word *where2, Elf_Word *pltaddr, } else if (value < (1L<<42)) { /* * Target 42bits or smaller. - * We can generate this pattern: * * The resulting code in the jump slot is: * @@ -507,7 +506,6 @@ _dl_reloc_plt(Elf_Word *where1, Elf_Word *where2, Elf_Word *pltaddr, } else if (value > -(1UL<<41)) { /* * Large target >= 0xfffffe0000000000UL - * We can generate this pattern: * * The resulting code in the jump slot is: * -- 2.20.1