diff options
author | 2017-06-26 16:14:24 +0000 | |
---|---|---|
committer | 2017-06-26 16:14:24 +0000 | |
commit | b0f5655c4b07aba39081c2c8093a4a8059180b32 (patch) | |
tree | 7b061b51c7caa809a390314b2eb10bbc756bb045 | |
parent | When pinging an IPv6 link-local address, the reflected packet had (diff) | |
download | wireguard-openbsd-b0f5655c4b07aba39081c2c8093a4a8059180b32.tar.xz wireguard-openbsd-b0f5655c4b07aba39081c2c8093a4a8059180b32.zip |
note.ABI-tag and .MIPS.options are not needed anymore when
we use gapdummy.o
-rw-r--r-- | sys/conf/makegap.sh | 3 |
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__ |