From: miod Date: Sat, 30 Mar 2024 10:42:26 +0000 (+0000) Subject: Prefer illop1 rather than nop for text padding in the ld.so linker script. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=2584d4c056ca50d9be9a618dd379855c5874bd0a;p=openbsd Prefer illop1 rather than nop for text padding in the ld.so linker script. --- diff --git a/libexec/ld.so/m88k/ld.script b/libexec/ld.so/m88k/ld.script index b5f405715ba..d128b12e713 100644 --- 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 =0xf4005800 + } :btext =0xf400fc01 . = ALIGN(0x1000); - .text : { *(.text .text.*) } :text =0xf4005800 + .text : { *(.text .text.*) } :text =0xf400fc01 /* RELRO DATA */ . = DATA_SEGMENT_ALIGN (0x10000, 0x1000);