artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2e312c0
)
Linux still doesn't actually implement IBT for userland. And by the pace
author
kettenis
<kettenis@openbsd.org>
Tue, 27 Feb 2024 15:34:28 +0000
(15:34 +0000)
committer
kettenis
<kettenis@openbsd.org>
Tue, 27 Feb 2024 15:34:28 +0000
(15:34 +0000)
things are going, it will take another decade before it does. But OpenBSD
has it enabled *by default* already.
Drop the #ifdef __linux__. This should hurt other OSes when they finally
catch up with us.
ok robert@, tb@
gnu/llvm/libunwind/src/assembly.h
patch
|
blob
|
history
diff --git
a/gnu/llvm/libunwind/src/assembly.h
b/gnu/llvm/libunwind/src/assembly.h
index
fb07d04
..
a709110
100644
(file)
--- a/
gnu/llvm/libunwind/src/assembly.h
+++ b/
gnu/llvm/libunwind/src/assembly.h
@@
-15,7
+15,7
@@
#ifndef UNWIND_ASSEMBLY_H
#define UNWIND_ASSEMBLY_H
-#if defined(__
linux__) && defined(__
CET__)
+#if defined(__CET__)
#include <cet.h>
#define _LIBUNWIND_CET_ENDBR _CET_ENDBR
#else