From: kettenis Date: Mon, 19 Feb 2024 14:05:01 +0000 (+0000) Subject: Remove "noretpolineplt" from the list of known -z flags. Missed in the X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=e134a435589875c23ac39403c71b99e56dbaa6ce;p=openbsd Remove "noretpolineplt" from the list of known -z flags. Missed in the previous commit. ok guenther@ --- diff --git a/gnu/llvm/lld/ELF/Driver.cpp b/gnu/llvm/lld/ELF/Driver.cpp index dcaea265afb..eae1a4cc3eb 100644 --- a/gnu/llvm/lld/ELF/Driver.cpp +++ b/gnu/llvm/lld/ELF/Driver.cpp @@ -510,7 +510,6 @@ constexpr const char *knownZFlags[] = { "nokeep-text-section-prefix", "nopack-relative-relocs", "norelro", - "noretpolineplt", "noseparate-code", "nostart-stop-gc", "notext",