artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
805b87e
)
there is a super-alignment between btext and text, this creates a hole.
author
deraadt
<deraadt@openbsd.org>
Wed, 20 Dec 2023 14:52:07 +0000
(14:52 +0000)
committer
deraadt
<deraadt@openbsd.org>
Wed, 20 Dec 2023 14:52:07 +0000
(14:52 +0000)
Twice, I have seen the sigtramp mapping land inside that hole. This
causes grief for the upcoming pinsyscalls() work which operates on
address space ranges. But the micro-optimization is silly.
ok kettenis
libexec/ld.so/sparc64/ld.script
patch
|
blob
|
history
diff --git
a/libexec/ld.so/sparc64/ld.script
b/libexec/ld.so/sparc64/ld.script
index
77873fa
..
40bf081
100644
(file)
--- a/
libexec/ld.so/sparc64/ld.script
+++ b/
libexec/ld.so/sparc64/ld.script
@@
-31,7
+31,7
@@
SECTIONS
. = ALIGN(0x2000);
boot_text_end = .;
} :btext =0
- . = ALIGN(0x
100
000);
+ . = ALIGN(0x
2
000);
.text : { *(.text .text.*) } :text =0
/* RELRO DATA */