From d26db8fbb4787905590f207d56026e915b3bd5b3 Mon Sep 17 00:00:00 2001 From: Siddhesh Poyarekar Date: Tue, 23 May 2017 01:10:29 +0530 Subject: Remove useless comment from sysdeps/sparc/sparc32/dl-machine.h David Miller has not been shot yet AFAIK (yes, I googled for any news that may seem relevant and I poked him on twitter some days ago) so either nobody uses SPARC or the code is correct or nobody read the instructions in the comment to shoot him. In all of those cases the comment is clearly not useful, so getting rid of it. --- sysdeps/sparc/sparc32/dl-machine.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'sysdeps/sparc/sparc32') diff --git a/sysdeps/sparc/sparc32/dl-machine.h b/sysdeps/sparc/sparc32/dl-machine.h index cf7272f..e17ac8e 100644 --- a/sysdeps/sparc/sparc32/dl-machine.h +++ b/sysdeps/sparc/sparc32/dl-machine.h @@ -36,8 +36,6 @@ elf_machine_matches_host (const Elf32_Ehdr *ehdr) return 1; else if (ehdr->e_machine == EM_SPARC32PLUS) { - /* XXX The following is wrong! Dave Miller rejected to implement it - correctly. If this causes problems shoot *him*! */ #ifdef SHARED return GLRO(dl_hwcap) & GLRO(dl_hwcap_mask) & HWCAP_SPARC_V9; #else -- cgit v1.1