Delete dead (duplicate) test
authorguenther <guenther@openbsd.org>
Thu, 30 Dec 2021 04:48:13 +0000 (04:48 +0000)
committerguenther <guenther@openbsd.org>
Thu, 30 Dec 2021 04:48:13 +0000 (04:48 +0000)
libexec/ld.so/powerpc64/rtld_machine.c

index 859b416..ed798c0 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: rtld_machine.c,v 1.5 2020/07/18 16:41:43 kettenis Exp $ */
+/*     $OpenBSD: rtld_machine.c,v 1.6 2021/12/30 04:48:13 guenther Exp $ */
 
 /*
  * Copyright (c) 1999 Dale Rahn
@@ -283,9 +283,6 @@ _dl_md_reloc_got(elf_object_t *object, int lazy)
                /* Relocate processor-specific tags. */
                object->Dyn.info[DT_PROC(DT_PPC64_GLINK)] += object->obj_base;
 
-               if (object->Dyn.info[DT_PLTREL] != DT_RELA)
-                       _dl_die(" bad relocation type PLTREL not RELA");
-
                plt = (Elf_Addr *)
                   (Elf_RelA *)(object->Dyn.info[DT_PLTGOT]);
                numplt = object->Dyn.info[DT_PLTRELSZ] / sizeof(Elf_RelA);