artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2d44bce
)
Use proper sparc64 illtrap instruction as text sections filler, rather than
author
miod
<miod@openbsd.org>
Thu, 12 Jan 2023 07:25:29 +0000
(07:25 +0000)
committer
miod
<miod@openbsd.org>
Thu, 12 Jan 2023 07:25:29 +0000
(07:25 +0000)
the x86 one.
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
2345976
..
2b663b3
100644
(file)
--- a/
libexec/ld.so/sparc64/ld.script
+++ b/
libexec/ld.so/sparc64/ld.script
@@
-29,9
+29,9
@@
SECTIONS
*(.boot.text)
. = ALIGN(0x2000);
boot_text_end = .;
- } :btext =0
xcccccccc
+ } :btext =0
. = ALIGN(0x100000);
- .text : { *(.text .text.*) } :text =0
xcccccccc
+ .text : { *(.text .text.*) } :text =0
/* RELRO DATA */
. = DATA_SEGMENT_ALIGN (0x100000, 0x2000);