Prefer illop1 rather than nop for text padding in the ld.so linker script.
authormiod <miod@openbsd.org>
Sat, 30 Mar 2024 10:42:26 +0000 (10:42 +0000)
committermiod <miod@openbsd.org>
Sat, 30 Mar 2024 10:42:26 +0000 (10:42 +0000)
libexec/ld.so/m88k/ld.script

index b5f4057..d128b12 100644 (file)
@@ -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);