From: deraadt Date: Mon, 26 Jun 2017 16:14:24 +0000 (+0000) Subject: note.ABI-tag and .MIPS.options are not needed anymore when X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=b0f5655c4b07aba39081c2c8093a4a8059180b32;p=openbsd note.ABI-tag and .MIPS.options are not needed anymore when we use gapdummy.o --- diff --git a/sys/conf/makegap.sh b/sys/conf/makegap.sh index d57cbc07002..ddf16ffe7e6 100644 --- a/sys/conf/makegap.sh +++ b/sys/conf/makegap.sh @@ -53,9 +53,6 @@ SECTIONS { . = ALIGN(16); *(.bss .bss.*) } :bss - - note.ABI-tag 0 : { *(.note.ABI-tag) } - .MIPS.options : { *(.MIPS.options) } } __EOF__