diff options
| author | rin <rin@NetBSD.org> | 2023-07-07 08:39:23 +0000 |
|---|---|---|
| committer | rin <rin@NetBSD.org> | 2023-07-07 08:39:23 +0000 |
| commit | d586f63279c19db10bead58973d30ee91ed0c655 (patch) | |
| tree | 2703c10152a86c9da25b488cef54b7072d24ee56 | |
| parent | 8c85c8491920cd6b81e5b1261a0dc8dfb91e0846 (diff) | |
doc/HACKS: Document PR port-alpha/57511
| -rw-r--r-- | doc/HACKS | 13 |
1 files changed, 12 insertions, 1 deletions
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 |
