From: H.J. Lu Date: Mon, 17 Jul 2017 19:40:57 +0000 (-0700) Subject: Add missing ChangeLog entries for PR ld/21782 fix X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8e85f840e1870b17dce6a5bdb330c5bcd85a022a;p=binutils-gdb.git Add missing ChangeLog entries for PR ld/21782 fix --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index a7025028efb..a439c16ace8 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,9 @@ +2017-07-17 H.J. Lu + + PR ld/21782 + * elf64-x86-64.c (elf_x86_64_relocate_section): Limit PIC check + to shared library. + 2017-07-17 H.J. Lu * elf64-x86-64.c (elf_x86_64_relocate_section): Re-indent. diff --git a/ld/ChangeLog b/ld/ChangeLog index 942cca8e75b..735fdeb33b7 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,11 @@ +2017-07-17 H.J. Lu + + PR ld/21782 + * testsuite/ld-x86-64/pie3-nacl.d: New file. + * testsuite/ld-x86-64/pie3.d: Likewise. + * testsuite/ld-x86-64/pie3.s: Likewise. + * testsuite/ld-x86-64/x86-64.exp: Run pie3 and pie3-nacl. + 2017-07-14 Alan Modra * testsuite/ld-powerpc/powerpc.exp: Add -shared to tlsop5 tests.