diff options
author | 2015-06-01 19:03:46 +0000 | |
---|---|---|
committer | 2015-06-01 19:03:46 +0000 | |
commit | 49539cb320914b3e4a2140903fb43c6f0b4410fe (patch) | |
tree | c3a29704a0d65e807e2ca0f05c1897022b5f8b16 | |
parent | Enable secureplt by default on alpha. The old plt flavour can still be (diff) | |
download | wireguard-openbsd-49539cb320914b3e4a2140903fb43c6f0b4410fe.tar.xz wireguard-openbsd-49539cb320914b3e4a2140903fb43c6f0b4410fe.zip |
Revert 1.2, which used to be necessary during the early ld 2.17 work, but
hasn't been required for a while.
-rw-r--r-- | gnu/usr.bin/binutils-2.17/ld/emulparams/elf64alpha_obsd.sh | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gnu/usr.bin/binutils-2.17/ld/emulparams/elf64alpha_obsd.sh b/gnu/usr.bin/binutils-2.17/ld/emulparams/elf64alpha_obsd.sh index cbd6075c381..7ffa88dfc39 100644 --- a/gnu/usr.bin/binutils-2.17/ld/emulparams/elf64alpha_obsd.sh +++ b/gnu/usr.bin/binutils-2.17/ld/emulparams/elf64alpha_obsd.sh @@ -1,7 +1,3 @@ . ${srcdir}/emulparams/elf64alpha.sh -# XXX for now, until we can support late PLT placement -unset PLT -unset TEXT_PLT -DATA_PLT= . ${srcdir}/emulparams/elf_obsd.sh ENTRY=__start |