summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2017-06-26 16:14:24 +0000
committerderaadt <deraadt@openbsd.org>2017-06-26 16:14:24 +0000
commitb0f5655c4b07aba39081c2c8093a4a8059180b32 (patch)
tree7b061b51c7caa809a390314b2eb10bbc756bb045 /sys
parentWhen pinging an IPv6 link-local address, the reflected packet had (diff)
downloadwireguard-openbsd-b0f5655c4b07aba39081c2c8093a4a8059180b32.tar.xz
wireguard-openbsd-b0f5655c4b07aba39081c2c8093a4a8059180b32.zip
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__