From: guenther Date: Sun, 14 Aug 2016 04:25:27 +0000 (+0000) Subject: Turning off relro shouldn't insert padding into the middle of the relro X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=84941a696a447dad14e0756c6fe53e2a9047986e;p=openbsd Turning off relro shouldn't insert padding into the middle of the relro section; remove the PAD_GOT0 use that I should have deleted before. This caused ld.so crashes on arm when building binutils. critical debugging observations by kettenis@ --- diff --git a/gnu/usr.bin/binutils-2.17/ld/scripttempl/elf.sc b/gnu/usr.bin/binutils-2.17/ld/scripttempl/elf.sc index c92ea878340..4d0946eb914 100644 --- a/gnu/usr.bin/binutils-2.17/ld/scripttempl/elf.sc +++ b/gnu/usr.bin/binutils-2.17/ld/scripttempl/elf.sc @@ -248,8 +248,6 @@ else fi cat <