Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/gpl3/binutils/dist/bfd PR port-alpha/57511 Temporal...



details:   https://anonhg.NetBSD.org/src/rev/b090376b2411
branches:  trunk
changeset: 377317:b090376b2411
user:      rin <rin%NetBSD.org@localhost>
date:      Fri Jul 07 08:33:25 2023 +0000

description:
PR port-alpha/57511 Temporally disable secure PLT for alpha
until support is added to ld.elf_so(1).

diffstat:

 external/gpl3/binutils/dist/bfd/elf64-alpha.c |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 78e341bf7b0d -r b090376b2411 external/gpl3/binutils/dist/bfd/elf64-alpha.c
--- a/external/gpl3/binutils/dist/bfd/elf64-alpha.c     Fri Jul 07 07:22:18 2023 +0000
+++ b/external/gpl3/binutils/dist/bfd/elf64-alpha.c     Fri Jul 07 08:33:25 2023 +0000
@@ -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;



Home | Main Index | Thread Index | Old Index