artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d22cef0
)
Remove "noretpolineplt" from the list of known -z flags. Missed in the
author
kettenis
<kettenis@openbsd.org>
Mon, 19 Feb 2024 14:05:01 +0000
(14:05 +0000)
committer
kettenis
<kettenis@openbsd.org>
Mon, 19 Feb 2024 14:05:01 +0000
(14:05 +0000)
previous commit.
ok guenther@
gnu/llvm/lld/ELF/Driver.cpp
patch
|
blob
|
history
diff --git
a/gnu/llvm/lld/ELF/Driver.cpp
b/gnu/llvm/lld/ELF/Driver.cpp
index
dcaea26
..
eae1a4c
100644
(file)
--- 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",