From b0f5655c4b07aba39081c2c8093a4a8059180b32 Mon Sep 17 00:00:00 2001 From: deraadt Date: Mon, 26 Jun 2017 16:14:24 +0000 Subject: [PATCH] note.ABI-tag and .MIPS.options are not needed anymore when we use gapdummy.o --- sys/conf/makegap.sh | 3 --- 1 file changed, 3 deletions(-) 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__ -- 2.20.1