diff --git a/bfd/ChangeLog b/bfd/ChangeLog index a7025028ef..a439c16ace 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 942cca8e75..735fdeb33b 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.