diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2023-01-10 21:22:40 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2023-01-10 21:22:40 +0000 |
commit | dbdd48f243d179126a27b9477136b1ba81a2616e (patch) | |
tree | 3f27cc8fee01dc510e4a4c0d900f17b2a732e9a4 /libexec/ld.so | |
parent | bc90a2cd11f18f5e86ff411ef78f85905eaa5b72 (diff) |
hppa ld.so works with executable-only text (non-readable)
Diffstat (limited to 'libexec/ld.so')
-rw-r--r-- | libexec/ld.so/hppa/ld.script | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/ld.so/hppa/ld.script b/libexec/ld.so/hppa/ld.script index db529220f7e..cd7bb520057 100644 --- 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; |