Missed an ALIGN (which I will admit I do not understand, this is voodoo)
authorderaadt <deraadt@openbsd.org>
Mon, 7 Nov 2022 21:12:57 +0000 (21:12 +0000)
committerderaadt <deraadt@openbsd.org>
Mon, 7 Nov 2022 21:12:57 +0000 (21:12 +0000)
libexec/ld.so/aarch64/ld.script

index 3c4434b..77f3a84 100644 (file)
@@ -23,6 +23,7 @@ SECTIONS
     /* TEXT */
     . = ALIGN(0x10000);
     .text      : { *(.text .text.*) } :text
+    . = ALIGN(0x1000);
     .boot.text :
     {
        . = ALIGN(0x1000);