Use proper sparc64 illtrap instruction as text sections filler, rather than
authormiod <miod@openbsd.org>
Thu, 12 Jan 2023 07:25:29 +0000 (07:25 +0000)
committermiod <miod@openbsd.org>
Thu, 12 Jan 2023 07:25:29 +0000 (07:25 +0000)
the x86 one.

libexec/ld.so/sparc64/ld.script

index 2345976..2b663b3 100644 (file)
@@ -29,9 +29,9 @@ SECTIONS
        *(.boot.text)
        . = ALIGN(0x2000);
        boot_text_end = .;
-    } :btext =0xcccccccc
+    } :btext =0
     . = ALIGN(0x100000);
-    .text      : { *(.text .text.*) } :text =0xcccccccc
+    .text      : { *(.text .text.*) } :text =0
 
     /* RELRO DATA */
     . = DATA_SEGMENT_ALIGN (0x100000, 0x2000);