artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2a7454b
)
powerpc xonly for G5 is coming. ld.so can have xonly text.
author
deraadt
<deraadt@openbsd.org>
Tue, 31 Jan 2023 00:50:17 +0000
(
00:50
+0000)
committer
deraadt
<deraadt@openbsd.org>
Tue, 31 Jan 2023 00:50:17 +0000
(
00:50
+0000)
ok gkoehler
libexec/ld.so/powerpc/ld.script
patch
|
blob
|
history
diff --git
a/libexec/ld.so/powerpc/ld.script
b/libexec/ld.so/powerpc/ld.script
index
b3cd710
..
e00bed5
100644
(file)
--- a/
libexec/ld.so/powerpc/ld.script
+++ b/
libexec/ld.so/powerpc/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);
data PT_LOAD;
random PT_OPENBSD_RANDOMIZE;