From d586f63279c19db10bead58973d30ee91ed0c655 Mon Sep 17 00:00:00 2001 From: rin Date: Fri, 7 Jul 2023 08:39:23 +0000 Subject: doc/HACKS: Document PR port-alpha/57511 --- doc/HACKS | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/doc/HACKS b/doc/HACKS index 62522c934d1..aed957497d9 100644 --- a/doc/HACKS +++ b/doc/HACKS @@ -1,4 +1,4 @@ -# $NetBSD: HACKS,v 1.236 2023/05/07 12:43:32 martin Exp $ +# $NetBSD: HACKS,v 1.237 2023/07/07 08:39:23 rin Exp $ # # This file is intended to document workarounds for currently unsolved # (mostly) compiler bugs. @@ -1090,3 +1090,14 @@ descr clang 13.0.0 miscompiles copy{in,out}() with -O[12]. As a result, kernel cannot execute /sbin/init. kcah + +hack Disable secure PLT for alpha +cdate Fri Jul 7 08:33:25 UTC 2023 +who rin +port alpha +file src/external/gpl3/binutils/dist/bfd/elf64-alpha.c: 1.11 +pr port-alpha/57511 +descr + Temporally disable secure PLT support, introduced by + binutils 2.39 for us. We need its support to ld.elf_so(1). +kcah -- cgit