summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2017-06-26 16:14:25 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2017-06-26 16:14:25 +0000
commit442dc8ea670cf0936f2a53b8c80f887461139c76 (patch)
tree92b162318e7bf7f052bde9efb84a39a71ee911a2 /sys
parent3df82382803626faac93beeec6cd4069b89d4bc3 (diff)
note.ABI-tag and .MIPS.options are not needed anymore when
we use gapdummy.o
Diffstat (limited to 'sys')
-rw-r--r--sys/conf/makegap.sh3
1 files changed, 0 insertions, 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__