artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a05426d
)
Prefer illop1 rather than nop for text padding in the ld.so linker script.
author
miod
<miod@openbsd.org>
Sat, 30 Mar 2024 10:42:26 +0000
(10:42 +0000)
committer
miod
<miod@openbsd.org>
Sat, 30 Mar 2024 10:42:26 +0000
(10:42 +0000)
libexec/ld.so/m88k/ld.script
patch
|
blob
|
history
diff --git
a/libexec/ld.so/m88k/ld.script
b/libexec/ld.so/m88k/ld.script
index
b5f4057
..
d128b12
100644
(file)
--- a/
libexec/ld.so/m88k/ld.script
+++ b/
libexec/ld.so/m88k/ld.script
@@
-29,9
+29,9
@@
SECTIONS
. = ALIGN(0x1000);
*(.boot.text)
boot_text_end = .;
- } :btext =0xf400
5800
+ } :btext =0xf400
fc01
. = ALIGN(0x1000);
- .text : { *(.text .text.*) } :text =0xf400
5800
+ .text : { *(.text .text.*) } :text =0xf400
fc01
/* RELRO DATA */
. = DATA_SEGMENT_ALIGN (0x10000, 0x1000);