note.ABI-tag and .MIPS.options are not needed anymore when
authorderaadt <deraadt@openbsd.org>
Mon, 26 Jun 2017 16:14:24 +0000 (16:14 +0000)
committerderaadt <deraadt@openbsd.org>
Mon, 26 Jun 2017 16:14:24 +0000 (16:14 +0000)
we use gapdummy.o

sys/conf/makegap.sh

index d57cbc0..ddf16ff 100644 (file)
@@ -53,9 +53,6 @@ SECTIONS {
                . = ALIGN(16);
                *(.bss .bss.*)
        } :bss
-
-       note.ABI-tag 0 : { *(.note.ABI-tag) }
-       .MIPS.options : { *(.MIPS.options) }
 }
 __EOF__