Module Name:    src
Committed By:   rin
Date:           Thu Aug 17 07:40:20 UTC 2023

Modified Files:
        src/external/gpl3/gdb/dist/bfd: configure

Log Message:
gdb/bfd: Disable secure PLT for NetBSD/alpha, lost during merge

Until our ld.elf_so supports it, see PR port-alpha/57511

This does not affect platforms other than alpha.

XXX
mknative later


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/external/gpl3/gdb/dist/bfd/configure

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/gdb/dist/bfd/configure
diff -u src/external/gpl3/gdb/dist/bfd/configure:1.16 src/external/gpl3/gdb/dist/bfd/configure:1.17
--- src/external/gpl3/gdb/dist/bfd/configure:1.16	Thu Aug 17 07:37:36 2023
+++ src/external/gpl3/gdb/dist/bfd/configure	Thu Aug 17 07:40:20 2023
@@ -11979,7 +11979,7 @@ if test "${enable_secureplt+set}" = set;
   *)    as_fn_error $? "bad value ${enableval} for secureplt option" "$LINENO" 5 ;;
 esac
 else
-  use_secureplt=true
+  use_secureplt=false	# XXX port-alpha/57511
 fi
 if test $use_secureplt = true; then
 

Reply via email to