Remove "noretpolineplt" from the list of known -z flags. Missed in the
authorkettenis <kettenis@openbsd.org>
Mon, 19 Feb 2024 14:05:01 +0000 (14:05 +0000)
committerkettenis <kettenis@openbsd.org>
Mon, 19 Feb 2024 14:05:01 +0000 (14:05 +0000)
previous commit.

ok guenther@

gnu/llvm/lld/ELF/Driver.cpp

index dcaea26..eae1a4c 100644 (file)
@@ -510,7 +510,6 @@ constexpr const char *knownZFlags[] = {
     "nokeep-text-section-prefix",
     "nopack-relative-relocs",
     "norelro",
-    "noretpolineplt",
     "noseparate-code",
     "nostart-stop-gc",
     "notext",