Module Name: src Committed By: rin Date: Fri Jul 7 08:33:25 UTC 2023
Modified Files: src/external/gpl3/binutils/dist/bfd: elf64-alpha.c Log Message: PR port-alpha/57511 Temporally disable secure PLT for alpha until support is added to ld.elf_so(1). To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/external/gpl3/binutils/dist/bfd/elf64-alpha.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/external/gpl3/binutils/dist/bfd/elf64-alpha.c diff -u src/external/gpl3/binutils/dist/bfd/elf64-alpha.c:1.10 src/external/gpl3/binutils/dist/bfd/elf64-alpha.c:1.11 --- src/external/gpl3/binutils/dist/bfd/elf64-alpha.c:1.10 Sat Dec 24 20:17:04 2022 +++ src/external/gpl3/binutils/dist/bfd/elf64-alpha.c Fri Jul 7 08:33:25 2023 @@ -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;