diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2015-06-01 19:03:47 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2015-06-01 19:03:47 +0000 |
commit | 5cd26918f30e84c5d9a1d61989d83b5c0fd830d1 (patch) | |
tree | 16eb6a8df8ec1b76613456e10374f4bc2e0053c0 | |
parent | d30754e228aeae7edde0d5d39ee68cc3507fd79b (diff) |
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 |