summaryrefslogtreecommitdiff
path: root/libexec/ld.so
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2023-01-29 07:37:35 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2023-01-29 07:37:35 +0000
commit41f9e8d5c6bd4334fc1d22903792a4f86261a990 (patch)
treebeb80bf9b76e312652b69f1e24db3121b5295bf6 /libexec/ld.so
parent9db0187bb2e337f9430cfb6e4111de56a7bbb01d (diff)
powerpc64 xonly works; ld.so can be switched over
Diffstat (limited to 'libexec/ld.so')
-rw-r--r--libexec/ld.so/powerpc64/ld.script2
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/ld.so/powerpc64/ld.script b/libexec/ld.so/powerpc64/ld.script
index 5e4546614c0..32743f2ddfd 100644
--- a/libexec/ld.so/powerpc64/ld.script
+++ b/libexec/ld.so/powerpc64/ld.script
@@ -2,7 +2,7 @@ PHDRS
{
rodata PT_LOAD FILEHDR PHDRS FLAGS (4);
btext PT_LOAD FLAGS (0x08000005);
- text PT_LOAD;
+ text PT_LOAD FLAGS(1);
data PT_LOAD;
random PT_OPENBSD_RANDOMIZE;
relro PT_GNU_RELRO;