artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2031f9a
)
powerpc64 xonly works; ld.so can be switched over
author
deraadt
<deraadt@openbsd.org>
Sun, 29 Jan 2023 07:37:34 +0000
(07:37 +0000)
committer
deraadt
<deraadt@openbsd.org>
Sun, 29 Jan 2023 07:37:34 +0000
(07:37 +0000)
libexec/ld.so/powerpc64/ld.script
patch
|
blob
|
history
diff --git
a/libexec/ld.so/powerpc64/ld.script
b/libexec/ld.so/powerpc64/ld.script
index
5e45466
..
32743f2
100644
(file)
--- 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;