diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2023-01-29 07:37:35 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2023-01-29 07:37:35 +0000 |
commit | 41f9e8d5c6bd4334fc1d22903792a4f86261a990 (patch) | |
tree | beb80bf9b76e312652b69f1e24db3121b5295bf6 /libexec/ld.so | |
parent | 9db0187bb2e337f9430cfb6e4111de56a7bbb01d (diff) |
powerpc64 xonly works; ld.so can be switched over
Diffstat (limited to 'libexec/ld.so')
-rw-r--r-- | libexec/ld.so/powerpc64/ld.script | 2 |
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; |