From 6a390344d7b4c00cc1277d14f68ba6a173dfba5a Mon Sep 17 00:00:00 2001 From: sthen Date: Mon, 30 Jan 2023 16:54:56 +0000 Subject: [PATCH] sync --execute-only archs described in the manual with current code ok deraadt --- gnu/llvm/lld/docs/ld.lld.1 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gnu/llvm/lld/docs/ld.lld.1 b/gnu/llvm/lld/docs/ld.lld.1 index 6a505194f49..888d7c5f037 100644 --- a/gnu/llvm/lld/docs/ld.lld.1 +++ b/gnu/llvm/lld/docs/ld.lld.1 @@ -212,8 +212,9 @@ followed by the name of the missing library. followed by the name of the undefined symbol. .It Fl -execute-only Mark executable sections unreadable. -This option is currently only supported on x86-64 (default), AArch64 (default), -MIPS64, RISC-V (default), and SPARC64. +This option is currently supported on x86-32, x86-64 (default), +AArch64 (default), MIPS64, PowerPC32, PowerPC64 (default), +RISC-V (default), and SPARC64. .It Fl -exclude-libs Ns = Ns Ar value Exclude static libraries from automatic export. .It Fl -export-dynamic , Fl E -- 2.20.1