artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
03a52c9
)
hppa ld.so works with executable-only text (non-readable)
author
deraadt
<deraadt@openbsd.org>
Tue, 10 Jan 2023 21:22:39 +0000
(21:22 +0000)
committer
deraadt
<deraadt@openbsd.org>
Tue, 10 Jan 2023 21:22:39 +0000
(21:22 +0000)
libexec/ld.so/hppa/ld.script
patch
|
blob
|
history
diff --git
a/libexec/ld.so/hppa/ld.script
b/libexec/ld.so/hppa/ld.script
index
db52922
..
cd7bb52
100644
(file)
--- a/
libexec/ld.so/hppa/ld.script
+++ b/
libexec/ld.so/hppa/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);
pltgot PT_LOAD;
data PT_LOAD;