summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormiod <miod@openbsd.org>2015-06-16 20:25:35 +0000
committermiod <miod@openbsd.org>2015-06-16 20:25:35 +0000
commit1f63106f30c0017f9236597d4f42b3529f5fca02 (patch)
tree3adea43172fceb611a944a4dbf82a16f3ebda521
parentalloc_contiguous_pages() is supposed to round the allocation size to a page (diff)
downloadwireguard-openbsd-1f63106f30c0017f9236597d4f42b3529f5fca02.tar.xz
wireguard-openbsd-1f63106f30c0017f9236597d4f42b3529f5fca02.zip
Do not provide extra _fdata and __data_start symbols; nothing in the non-mips32
world uses them.
-rw-r--r--gnu/usr.bin/binutils-2.17/ld/emulparams/elf64btsmip_obsd.sh1
-rw-r--r--gnu/usr.bin/binutils-2.17/ld/emulparams/elf64ltsmip_obsd.sh1
2 files changed, 0 insertions, 2 deletions
diff --git a/gnu/usr.bin/binutils-2.17/ld/emulparams/elf64btsmip_obsd.sh b/gnu/usr.bin/binutils-2.17/ld/emulparams/elf64btsmip_obsd.sh
index f4cde708f64..f34e0ececd7 100644
--- a/gnu/usr.bin/binutils-2.17/ld/emulparams/elf64btsmip_obsd.sh
+++ b/gnu/usr.bin/binutils-2.17/ld/emulparams/elf64btsmip_obsd.sh
@@ -4,4 +4,3 @@ TEXT_START_ADDR="0x10000000"
. ${srcdir}/emulparams/elf_obsd.sh
# XXX causes GOT oflows
NO_PAD_CDTOR=y
-DATA_START_SYMBOLS='_fdata = . ; __data_start = . ;'
diff --git a/gnu/usr.bin/binutils-2.17/ld/emulparams/elf64ltsmip_obsd.sh b/gnu/usr.bin/binutils-2.17/ld/emulparams/elf64ltsmip_obsd.sh
index bec35d17e7d..f2561ea766e 100644
--- a/gnu/usr.bin/binutils-2.17/ld/emulparams/elf64ltsmip_obsd.sh
+++ b/gnu/usr.bin/binutils-2.17/ld/emulparams/elf64ltsmip_obsd.sh
@@ -4,4 +4,3 @@ TEXT_START_ADDR="0x10000000"
. ${srcdir}/emulparams/elf_obsd.sh
# XXX causes GOT oflows
NO_PAD_CDTOR=y
-DATA_START_SYMBOLS='_fdata = . ; __data_start = . ;'