From 8c85c8491920cd6b81e5b1261a0dc8dfb91e0846 Mon Sep 17 00:00:00 2001 From: rin Date: Fri, 7 Jul 2023 08:33:25 +0000 Subject: PR port-alpha/57511 Temporally disable secure PLT for alpha until support is added to ld.elf_so(1). --- external/gpl3/binutils/dist/bfd/elf64-alpha.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/external/gpl3/binutils/dist/bfd/elf64-alpha.c b/external/gpl3/binutils/dist/bfd/elf64-alpha.c index 493b1b5a076..c66c1c49ef9 100644 --- a/external/gpl3/binutils/dist/bfd/elf64-alpha.c +++ b/external/gpl3/binutils/dist/bfd/elf64-alpha.c @@ -83,7 +83,7 @@ /* Set by ld emulation. Putting this into the link_info or hash structure is simply working too hard. */ -#ifdef USE_SECUREPLT +#if defined(USE_SECUREPLT) && 0 /* XXX port-alpha/57511 */ bool elf64_alpha_use_secureplt = true; #else bool elf64_alpha_use_secureplt = false; -- cgit