artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5398fd3
)
riscv64 ld.so is ready to be xonly
author
deraadt
<deraadt@openbsd.org>
Mon, 9 Jan 2023 15:05:49 +0000
(15:05 +0000)
committer
deraadt
<deraadt@openbsd.org>
Mon, 9 Jan 2023 15:05:49 +0000
(15:05 +0000)
ok kettenis
libexec/ld.so/riscv64/ld.script
patch
|
blob
|
history
diff --git
a/libexec/ld.so/riscv64/ld.script
b/libexec/ld.so/riscv64/ld.script
index
77f3a84
..
85de401
100644
(file)
--- a/
libexec/ld.so/riscv64/ld.script
+++ b/
libexec/ld.so/riscv64/ld.script
@@
-1,7
+1,7
@@
PHDRS
{
rodata PT_LOAD FILEHDR PHDRS FLAGS (4);
- text PT_LOAD;
+ text PT_LOAD
FLAGS(1)
;
btext PT_LOAD FLAGS (0x08000005);
data PT_LOAD;
random PT_OPENBSD_RANDOMIZE;