Add missing ChangeLog entries for PR ld/21782 fix

This commit is contained in:
H.J. Lu 2017-07-17 12:40:57 -07:00
parent c45ec17c07
commit 8e85f840e1
2 changed files with 14 additions and 0 deletions

View File

@ -1,3 +1,9 @@
2017-07-17 H.J. Lu <hongjiu.lu@intel.com>
PR ld/21782
* elf64-x86-64.c (elf_x86_64_relocate_section): Limit PIC check
to shared library.
2017-07-17 H.J. Lu <hongjiu.lu@intel.com>
* elf64-x86-64.c (elf_x86_64_relocate_section): Re-indent.

View File

@ -1,3 +1,11 @@
2017-07-17 H.J. Lu <hongjiu.lu@intel.com>
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 <amodra@gmail.com>
* testsuite/ld-powerpc/powerpc.exp: Add -shared to tlsop5 tests.