diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2017-07-17 12:40:57 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2017-07-17 12:40:57 -0700 |
commit | 8e85f840e1870b17dce6a5bdb330c5bcd85a022a (patch) | |
tree | 947c0eaf4183a136f2e3fb72c280ceb3193d63d3 | |
parent | c45ec17c07d8aa4554b0b2ca67a5f4dc2c87acc4 (diff) | |
download | gdb-8e85f840e1870b17dce6a5bdb330c5bcd85a022a.zip gdb-8e85f840e1870b17dce6a5bdb330c5bcd85a022a.tar.gz gdb-8e85f840e1870b17dce6a5bdb330c5bcd85a022a.tar.bz2 |
Add missing ChangeLog entries for PR ld/21782 fix
-rw-r--r-- | bfd/ChangeLog | 6 | ||||
-rw-r--r-- | ld/ChangeLog | 8 |
2 files changed, 14 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index a702502..a439c16 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,11 @@ 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. 2017-07-16 Alan Modra <amodra@gmail.com> diff --git a/ld/ChangeLog b/ld/ChangeLog index 942cca8..735fdeb 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -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. |