Revert "Enable relro by default for AArch64, ARM and SCORE."
[external/binutils.git] / ld / ChangeLog
index ea43adb..21305c3 100644 (file)
+2017-01-10  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR ld/20830
+       * testsuite/ld-i386/i386.exp: Run pr20830.
+       * testsuite/ld-x86-64/x86-64.exp: Likewise.
+       * testsuite/ld-i386/pr20830.d: New file.
+       * testsuite/ld-i386/pr20830.s: Likewise.
+       * testsuite/ld-x86-64/pr20830.d: Likewise.
+       * testsuite/ld-x86-64/pr20830.s: Likewise.
+
+
+2016-08-03  Tristan Gingold  <gingold@adacore.com>
+
+       * configure: Regenerate.
+
+2016-07-19  Roland McGrath  <roland@hack.frob.com>
+
+       * emulparams/aarch64elf.sh (GENERATE_PIE_SCRIPT): Set to yes.
+       * emulparams/aarch64elf32.sh: Likewise.
+
+2016-07-01  Tristan Gingold  <gingold@adacore.com>
+
+       * configure: Regenerate.
+
+2016-07-01  Tristan Gingold  <gingold@adacore.com>
+
+       * configure: Regenerate.
+
+2016-07-01  Tristan Gingold  <gingold@adacore.com>
+
+       * NEWS: Add marker for 2.27.
+
+2016-06-28  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * testsuite/ld-gc/gc.exp: Run pr20306 test.
+       * ld-gc/pr20306.c: New file.
+       * ld-gc/pr20306.d: Likewise.
+
+2016-06-28  Nick Clifton  <nickc@redhat.com>
+
+       * testsuite/ld-elf/comm-data.exp: Expect comm-data2 test to fail
+       for bfin.
+       * testsuite/ld-elf/elf.exp: Expect pr14170 and symbolic function
+       tests to fail for bfin.
+       * testsuite/ld-elf/endsym.d: Expect to fail with cr16, crx, dlx,
+       nds32 and visium.
+       * testsuite/ld-elf/var1.d: Expect to fail with d30v, dlx, ft32 and
+       microblaze.
+       * testsuite/ld-pe/pe.exp: Expect foreign symbol test to fail for
+       mcore-pe.
+
+2016-06-28  Nick Clifton  <nickc@redhat.com>
+
+       * testsuite/ld-elf/merge.d: Add m68hc11 to list of targets that
+       expect to fail this test.
+       * testsuite/ld-scripts/overlay-size.d: Skip the entire test for
+       RX.
+       * testsuite/ld-scripts/rgn-at10.d: No longer expect this test to
+       fail for the RX.
+       * testsuite/ld-scripts/rgn-at11.d: Likewise.
+       * testsuite/ld-scripts/rgn-at2.d: Likewise.
+       * testsuite/ld-scripts/rgn-at6.d: Likewise.
+       * testsuite/ld-scripts/rgn-at7.d: Likewise.
+       * testsuite/ld-scripts/rgn-at8.d: Likewise.
+
+2016-06-28  James Clarke  <jrtc27@jrtc27.com>
+
+       * testsuite/ld-elf/symbolic-func.r: Allow non-zero offsets from
+       .text.
+
+2016-06-28  Maciej W. Rozycki  <macro@imgtec.com>
+
+       * testsuite/ld-mips-elf/attr-gnu-4-10.d: Match any UNIX OS/ABI.
+       * testsuite/ld-mips-elf/attr-gnu-4-50.d: Likewise.
+       * testsuite/ld-mips-elf/attr-gnu-4-60.d: Likewise.
+       * testsuite/ld-mips-elf/attr-gnu-4-70.d: Likewise.
+
+2016-06-28  Alan Modra  <amodra@gmail.com>
+
+       PR ld/20302
+       * testsuite/ld-scripts/pr20302.d: Exclude *-*-*aout.
+
+2016-06-28  Maciej W. Rozycki  <macro@imgtec.com>
+
+       * testsuite/ld-mips-elf/mips16-branch-2.d: New test.
+       * testsuite/ld-mips-elf/mips16-branch-3.d: New test.
+       * testsuite/ld-mips-elf/mips16-branch-addend-2.d: New test.
+       * testsuite/ld-mips-elf/mips16-branch-addend-3.d: New test.
+       * testsuite/ld-mips-elf/mips16-branch.s: New test source.
+       * testsuite/ld-mips-elf/mips-elf.exp: Run the new tests.
+
+2016-06-27  Nick Clifton  <nickc@redhat.com>
+
+       PR ld/20302
+       * lexsup.c (set_segment_start): If resetting the start address of
+       a section, remember to generate a new script element as well.
+       * testsuite/ld-scripts/pr20302.d: New test.
+       * testsuite/ld-scripts/scripts.exp: Run the new test.
+
+2016-06-24  Alan Modra  <amodra@gmail.com>
+
+       * testsuite/ld-aarch64/aarch64-elf.exp (aarch64_choose_ilp32_emul):
+       Don't error out, always return an emulation.
+
+2016-06-24  Dilyan Palauzov <dilyan.palauzov@aegee.org>
+           H.J. Lu  <hongjiu.lu@intel.com>
+
+       * lexsup.c (elf_shlib_list_options): Check DEFAULT_LD_Z_RELRO
+       for -z relro help message.
+
+2016-06-22  Maciej W. Rozycki  <macro@imgtec.com>
+
+       * testsuite/ld-mips-elf/undefweak-overflow.d: Use wildcard
+       address matching.
+
+2016-06-22  Maciej W. Rozycki  <macro@imgtec.com>
+
+       * testsuite/ld-mips-elf/mips-elf.exp: Uniquely identify
+       `undefweak-overflow' tests.
+
+2016-06-22  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR ld/20283
+       * NEWS: Mention --enable-relro.
+       * configure.ac: Add --enable-relro.
+       (DEFAULT_LD_Z_RELRO): New.  Set by --enable-relro.
+       * configure.tgt (ac_default_ld_z_relro): Default it to 1 for
+       some Linux targets.
+       * config.in: Regenerated.
+       * configure: Likewise.
+       * emultempl/elf32.em (gld${EMULATION_NAME}_before_parse): Set
+       link_info.relro to DEFAULT_LD_Z_RELRO.
+       * testsuite/config/default.exp (ld_elf_shared_opt): New.
+       * testsuite/lib/ld-lib.exp (run_dump_test): Pass
+       $ld_elf_shared_opt to ld for ELF targets with shared object
+       support.
+       (run_ld_link_tests): Likewise.
+
+2016-06-21  Maciej W. Rozycki  <macro@imgtec.com>
+
+       * testsuite/ld-mips-elf/mode-change-error-1a.s: Trigger an error
+       twice rather than once.
+       * testsuite/ld-mips-elf/mode-change-error-1.d: Adjust
+       accordingly.  Remove the full stop from the end of the message.
+
+2016-06-21  Graham Markall  <graham.markall@embecosm.com>
+
+       * testsuite/ld-arc/nps-1a.d: Use -mcpu=arc700 -mnps400.
+       * testsuite/ld-arc/nps-1b.d: Likewise.
+
+2016-06-20  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR ld/20267
+       * testsuite/ld-plugin/lto.exp (lto_link_tests): Add test for
+       PR ld/20267.
+       (lto_run_tests): Likewise.
+       * testsuite/ld-plugin/pr20267a.c: New file.
+       * testsuite/ld-plugin/pr20267b.c: Likewise.
+
+2016-06-20  H.J. Lu  <hongjiu.lu@intel.com>
+           Alan Modra  <amodra@gmail.com>
+
+       PR ld/20276
+       * plugin.c (plugin_notice): Set non_ir_ref on common symbols.
+       * testsuite/ld-plugin/lto.exp (lto_link_tests): Add test for
+       PR ld/20276.
+       (lto_run_tests): Likewise.
+       * testsuite/ld-plugin/pass.out: New file.
+       * testsuite/ld-plugin/pr20276a.c: Likewise.
+       * testsuite/ld-plugin/pr20276b.c: Likewise.
+
+2016-06-18  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * plugin.c (plugin_object_p): Replace bfd_plugin_uknown
+       with bfd_plugin_unknown.
+
+2016-06-18  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR ld/20253
+       * testsuite/ld-i386/i386.exp: Run PR ld/20253 tests.
+       * testsuite/ld-i386/no-plt.exp: Likewise.
+       * testsuite/ld-x86-64/no-plt.exp: Likewise.
+       * testsuite/ld-i386/pr13302.d: Remove .rel.plt section.
+       * testsuite/ld-ifunc/ifunc-13-i386.d: Likewise.
+       * testsuite/ld-ifunc/ifunc-13-x86-64.d: Likewise.
+       * testsuite/ld-ifunc/ifunc-15-i386.d: Likewise.
+       * testsuite/ld-ifunc/ifunc-15-x86-64.d: Likewise.
+       * testsuite/ld-x86-64/pr13082-5a.d: Likewise.
+       * testsuite/ld-x86-64/pr13082-5b.d: Likewise.
+       * testsuite/ld-x86-64/pr13082-6a.d: Likewise.
+       * testsuite/ld-x86-64/pr13082-6b.d: Likewise.
+       * testsuite/ld-i386/pr20244-2a.d: Remove .plt section.
+       * testsuite/ld-ifunc/ifunc-21-i386.d: Likewise.
+       * testsuite/ld-ifunc/ifunc-21-x86-64.d: Likewise.
+       * testsuite/ld-ifunc/ifunc-22-i386.d: Likewise.
+       * testsuite/ld-ifunc/ifunc-22-x86-64.d: Likewise.
+       * testsuite/ld-i386/pr20244-2b.d: Updated.
+       * testsuite/ld-i386/pr20244-2c.d: Likewise.
+       * testsuite/ld-ifunc/ifunc-18a-i386.d: Likewise.
+       * testsuite/ld-ifunc/ifunc-18a-x86-64.d: Likewise.
+       * testsuite/ld-ifunc/ifunc-18b-i386.d: Likewise.
+       * testsuite/ld-ifunc/ifunc-18b-x86-64.d: Likewise.
+       * testsuite/ld-i386/pr20253-1a.c: New file.
+       * testsuite/ld-i386/pr20253-1b.S: Likewise.
+       * testsuite/ld-i386/pr20253-1c.S: Likewise.
+       * testsuite/ld-i386/pr20253-1d.S: Likewise.
+       * testsuite/ld-i386/pr20253-2a.c: Likewise.
+       * testsuite/ld-i386/pr20253-2b.S: Likewise.
+       * testsuite/ld-i386/pr20253-2c.S: Likewise.
+       * testsuite/ld-i386/pr20253-2d.S: Likewise.
+       * testsuite/ld-i386/pr20253-3.d: Likewise.
+       * testsuite/ld-i386/pr20253-3.s: Likewise.
+       * testsuite/ld-i386/pr20253-4.s: Likewise.
+       * testsuite/ld-i386/pr20253-4a.d: Likewise.
+       * testsuite/ld-i386/pr20253-4b.d: Likewise.
+       * testsuite/ld-i386/pr20253-4c.d: Likewise.
+       * testsuite/ld-i386/pr20253-5.d: Likewise.
+       * testsuite/ld-i386/pr20253-5.s: Likewise.
+       * testsuite/ld-ifunc/ifunc-23-x86.s: Likewise.
+       * testsuite/ld-ifunc/ifunc-23a-x86.d: Likewise.
+       * testsuite/ld-ifunc/ifunc-23b-x86.d: Likewise.
+       * testsuite/ld-ifunc/ifunc-23c-x86.d: Likewise.
+       * testsuite/ld-ifunc/ifunc-24-x86.s: Likewise.
+       * testsuite/ld-ifunc/ifunc-24a-x86.d: Likewise.
+       * testsuite/ld-ifunc/ifunc-24b-x86.d: Likewise.
+       * testsuite/ld-ifunc/ifunc-24c-x86.d: Likewise.
+       * testsuite/ld-ifunc/ifunc-25-x86.s: Likewise.
+       * testsuite/ld-ifunc/ifunc-25a-x86.d: Likewise.
+       * testsuite/ld-ifunc/ifunc-25b-x86.d: Likewise.
+       * testsuite/ld-ifunc/ifunc-25c-x86.d: Likewise.
+       * testsuite/ld-x86-64/pr20253-1.s: Likewise.
+       * testsuite/ld-x86-64/pr20253-1a.d: Likewise.
+       * testsuite/ld-x86-64/pr20253-1b.d: Likewise.
+       * testsuite/ld-x86-64/pr20253-1c.d: Likewise.
+       * testsuite/ld-x86-64/pr20253-1d.d: Likewise.
+       * testsuite/ld-x86-64/pr20253-1e.d: Likewise.
+       * testsuite/ld-x86-64/pr20253-1f.d: Likewise.
+       * testsuite/ld-x86-64/pr20253-1g.d: Likewise.
+       * testsuite/ld-x86-64/pr20253-1h.d: Likewise.
+       * testsuite/ld-x86-64/pr20253-1i.d: Likewise.
+       * testsuite/ld-x86-64/pr20253-1j.d: Likewise.
+       * testsuite/ld-x86-64/pr20253-1k.d: Likewise.
+       * testsuite/ld-x86-64/pr20253-1l.d: Likewise.
+       * testsuite/ld-x86-64/pr20253-2a.c: Likewise.
+       * testsuite/ld-x86-64/pr20253-2b.S: Likewise.
+       * testsuite/ld-x86-64/pr20253-2c.S: Likewise.
+       * testsuite/ld-x86-64/pr20253-2d.S: Likewise.
+       * testsuite/ld-x86-64/pr20253-3.d: Likewise.
+       * testsuite/ld-x86-64/pr20253-3.s: Likewise.
+       * testsuite/ld-x86-64/pr20253-4.s: Likewise.
+       * testsuite/ld-x86-64/pr20253-4a.d: Likewise.
+       * testsuite/ld-x86-64/pr20253-4b.d: Likewise.
+       * testsuite/ld-x86-64/pr20253-4c.d: Likewise.
+       * testsuite/ld-x86-64/pr20253-4d.d: Likewise.
+       * testsuite/ld-x86-64/pr20253-4e.d: Likewise.
+       * testsuite/ld-x86-64/pr20253-4f.d: Likewise.
+       * testsuite/ld-x86-64/pr20253-5.s: Likewise.
+       * testsuite/ld-x86-64/pr20253-5a.d: Likewise.
+       * testsuite/ld-x86-64/pr20253-5b.d: Likewise.
+       * testsuite/ld-ifunc/ifunc-18a-i386.d: Remove extra IRELATIVE
+       relocation.
+       * testsuite/ld-ifunc/ifunc-18a-x86-64.d: Likewise.
+       * testsuite/ld-ifunc/ifunc-18b-i386.d: Likewise.
+       * testsuite/ld-ifunc/ifunc-18b-x86-64.d: Likewise.
+       * testsuite/ld-ifunc/ifunc-18a.s: Fix a typo.
+       * testsuite/ld-x86-64/x86-64.exp: Run pr20253-1 tests.
+
+2016-06-17  Thomas Preud'homme  <thomas.preudhomme@arm.com>
+           Tony Wang  <tony.wang@arm.com>
+
+       * testsuite/ld-arm/arm-elf.exp (Thumb-Thumb farcall M profile):
+       Assemble for ARMv6-M.
+       (Thumb2-Thumb2 farcall M profile): New testcase.
+       * testsuite/ld-arm/farcall-thumb2-thumb2-m.d: New file.
+       * testsuite/ld-arm/jump-reloc-veneers-cond-long-backward.d: Update to
+       reflect the use of Thumb-2 veneers for Thumb-2 capable targets.
+       * testsuite/ld-arm/jump-reloc-veneers-cond-long.d: Likewise.
+
+2016-06-16  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * testsuite/ld-i386/i386.exp: Run pr19636-2e-nacl.
+       * testsuite/ld-i386/pr19636-2e.d: Skip for NaCl targets.
+       Remove .rel.plt section.
+       * testsuite/ld-i386/pr19636-2e-nacl.d: New file.
+
+2016-06-15  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * testsuite/ld-i386/no-plt-check1a.S (check): Test static
+       function pointer.
+       * testsuite/ld-i386/no-plt-check1b.S (check): Likewise.
+       * testsuite/ld-x86-64/no-plt-check1.S (check): Likewise.
+       * testsuite/ld-i386/no-plt-extern1a.S (func_p): New.  Static
+       function pointer.
+       * testsuite/ld-i386/no-plt-extern1b.S (func_p): Likewise.
+       * testsuite/ld-x86-64/no-plt-extern1.S (func_p): Likewise.
+       * testsuite/ld-i386/no-plt-1a.dd: Updated.
+       * testsuite/ld-i386/no-plt-1b.dd: Likewise.
+       * testsuite/ld-i386/no-plt-1c.dd: Likewise.
+       * testsuite/ld-i386/no-plt-1d.dd: Likewise.
+       * testsuite/ld-i386/no-plt-1e.dd: Likewise.
+       * testsuite/ld-i386/no-plt-1f.dd: Likewise.
+       * testsuite/ld-i386/no-plt-1g.dd: Likewise.
+       * testsuite/ld-i386/no-plt-1h.dd: Likewise.
+       * testsuite/ld-i386/no-plt-1i.dd: Likewise.
+       * testsuite/ld-i386/no-plt-1j.dd: Likewise.
+       * testsuite/ld-x86-64/no-plt-1a.dd: Likewise.
+       * testsuite/ld-x86-64/no-plt-1b.dd: Likewise.
+       * testsuite/ld-x86-64/no-plt-1c.dd: Likewise.
+       * testsuite/ld-x86-64/no-plt-1d.dd: Likewise.
+       * testsuite/ld-x86-64/no-plt-1e.dd: Likewise.
+       * testsuite/ld-x86-64/no-plt-1f.dd: Likewise.
+       * testsuite/ld-x86-64/no-plt-1g.dd: Likewise.
+
+2016-06-14  Senthil Kumar Selvaraj  <senthil_kumar.selvaraj@atmel.com>
+
+       PR ld/20254
+       * testsuite/ld-avr/avr-prop-6.d: New test.
+       * testsuite/ld-avr/avr-prop-6.s: New test.
+
+2016-06-14  Alan Modra  <amodra@gmail.com>
+
+       * ldbuildid.c: Formatting.
+       * ldcref.c: Formatting.
+       * ldctor.c: Formatting.
+       * ldemul.c: Formatting.
+       * ldexp.c: Formatting.
+       * ldfile.c: Formatting.
+       * ldlang.c: Formatting.
+       * ldmain.c: Formatting.
+       * ldwrite.c: Formatting.
+
+2016-06-14  Alan Modra  <amodra@gmail.com>
+
+       * ldlang.c: Expand uses of bfd_my_archive.
+       * ldmain.c: Likewise.
+       * ldmisc.c: Likewise.
+       * plugin.c: Likewise.
+
+2016-06-14  Alan Modra  <amodra@gmail.com>
+
+       PR ld/20241
+       * ldmain.c (add_archive_element): Just print file name of file within
+       thin archives.
+       * ldmisc.c (vfinfo): Likewise.
+       * plugin.c (plugin_object_p): Open file within thin archives.
+       (plugin_maybe_claim): Expand comment.
+
+2016-06-13  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR ld/20244
+       * testsuite/ld-i386/i386.exp: Run pr20244-2a, pr20244-2b,
+       pr20244-2c and pr20244-2d.
+       * testsuite/ld-i386/no-plt.exp: Run pr20244-3a and pr20244-3b.
+       * testsuite/ld-i386/pr20244-2.s: New file.
+       * testsuite/ld-i386/pr20244-2a.d: Likewise.
+       * testsuite/ld-i386/pr20244-2b.d: Likewise.
+       * testsuite/ld-i386/pr20244-2c.d: Likewise.
+       * testsuite/ld-i386/pr20244-2d.d: Likewise.
+       * testsuite/ld-i386/pr20244-3a.c: Likewise.
+       * testsuite/ld-i386/pr20244-3b.S: Likewise.
+       * testsuite/ld-i386/pr20244-3c.S: Likewise.
+       * testsuite/ld-i386/pr20244-3d.S: Likewise.
+
+2016-06-13  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * testsuite/ld-i386/i386.exp: Run ifunc-1a and ifunc-1b.
+       * testsuite/ld-i386/ifunc-1a.c: New file.
+       * testsuite/ld-i386/ifunc-1b.S: Likewise.
+       * testsuite/ld-i386/ifunc-1c.S: Likewise.
+       * testsuite/ld-i386/ifunc-1d.S: Likewise.
+
+2016-06-13  Cupertino Miranda  <cmiranda@synospsy.com>
+
+       * testsuite/ld-srec/srec.exp: Changed to XFAIL on both little and
+       big endian ARC targets.
+
+2016-06-12  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * testsuite/ld-x86-64/libno-plt-1b.dd: Updated for x32.
+       * testsuite/ld-x86-64/libno-plt-1b.rd: Likewise.
+       * testsuite/ld-x86-64/no-plt-1a.dd: Likewise.
+       * testsuite/ld-x86-64/no-plt-1a.rd: Likewise.
+       * testsuite/ld-x86-64/no-plt-1b.dd: Likewise.
+       * testsuite/ld-x86-64/no-plt-1b.rd: Likewise.
+       * testsuite/ld-x86-64/no-plt-1c.dd: Likewise.
+       * testsuite/ld-x86-64/no-plt-1c.rd: Likewise.
+       * testsuite/ld-x86-64/no-plt-1d.dd: Likewise.
+       * testsuite/ld-x86-64/no-plt-1e.dd: Likewise.
+       * testsuite/ld-x86-64/no-plt-1e.rd: Likewise.
+       * testsuite/ld-x86-64/no-plt-1f.dd: Likewise.
+       * testsuite/ld-x86-64/no-plt-1f.rd: Likewise.
+       * testsuite/ld-x86-64/no-plt-1g.dd: Likewise.
+       * testsuite/ld-x86-64/no-plt-1g.rd: Likewise.
+
+2016-06-11  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR ld/20244
+       * testsuite/ld-i386/i386.exp: Run pr20244-1a and pr20244-1b.
+       * testsuite/ld-i386/pr20244-1.s: New file.
+       * testsuite/ld-i386/pr20244-1a.d: Likewise.
+       * testsuite/ld-i386/pr20244-1b.d: Likewise.
+       * testsuite/ld-i386/pr20244-1c.d: Likewise.
+
+2016-06-08  Senthil Kumar Selvaraj  <senthil_kumar.selvaraj@atmel.com>
+
+       PR ld/20221
+       * testsuite/ld-avr/avr-prop-5.d: New.
+       * testsuite/ld-avr/avr-prop-5.s: New.
+
+2016-06-09  Pitchumani Sivanupandi  <pitchumani.s@atmel.com>
+
+       * testsuite/ld-avr/lds-mega.d: New test.
+       * testsuite/ld-avr/lds-mega.s: New test source.
+       * testsuite/ld-avr/lds-tiny.d: New test.
+       * testsuite/ld-avr/lds-tiny.s: New test source.
+
+2016-06-08  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * testsuite/ld-i386/libno-plt-1b.dd: New file.
+       * testsuite/ld-i386/libno-plt-1b.rd: Likewise.
+       * testsuite/ld-i386/no-plt-1a.dd: Likewise.
+       * testsuite/ld-i386/no-plt-1a.rd: Likewise.
+       * testsuite/ld-i386/no-plt-1b.dd: Likewise.
+       * testsuite/ld-i386/no-plt-1b.rd: Likewise.
+       * testsuite/ld-i386/no-plt-1c.dd: Likewise.
+       * testsuite/ld-i386/no-plt-1c.rd: Likewise.
+       * testsuite/ld-i386/no-plt-1d.dd: Likewise.
+       * testsuite/ld-i386/no-plt-1d.rd: Likewise.
+       * testsuite/ld-i386/no-plt-1e.dd: Likewise.
+       * testsuite/ld-i386/no-plt-1e.rd: Likewise.
+       * testsuite/ld-i386/no-plt-1f.dd: Likewise.
+       * testsuite/ld-i386/no-plt-1f.rd: Likewise.
+       * testsuite/ld-i386/no-plt-1g.dd: Likewise.
+       * testsuite/ld-i386/no-plt-1g.rd: Likewise.
+       * testsuite/ld-i386/no-plt-1h.dd: Likewise.
+       * testsuite/ld-i386/no-plt-1h.rd: Likewise.
+       * testsuite/ld-i386/no-plt-1i.dd: Likewise.
+       * testsuite/ld-i386/no-plt-1i.rd: Likewise.
+       * testsuite/ld-i386/no-plt-1j.dd: Likewise.
+       * testsuite/ld-i386/no-plt-1j.rd: Likewise.
+       * testsuite/ld-i386/no-plt-check1a.S: Likewise.
+       * testsuite/ld-i386/no-plt-check1b.S: Likewise.
+       * testsuite/ld-i386/no-plt-extern1a.S: Likewise.
+       * testsuite/ld-i386/no-plt-extern1b.S: Likewise.
+       * testsuite/ld-i386/no-plt-func1.c: Likewise.
+       * testsuite/ld-i386/no-plt-main1.c: Likewise.
+       * testsuite/ld-i386/no-plt.exp: Likewise.
+
+2016-06-08  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * testsuite/ld-x86-64/tls.exp (run_cc_link_tests): Update test
+       name.
+
+2016-06-08  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * testsuite/ld-i386/i386.exp: Run libtlspic2.so, tlsbin2,
+       tlsgd3, tlsld2, tlsgd4, tlspie3a, tlspie3b and tlspie3c.
+       * testsuite/ld-i386/pass.out: New file.
+       * testsuite/ld-i386/tls-def1.c: Likewise.
+       * testsuite/ld-i386/tls-gd1.S: Likewise.
+       * testsuite/ld-i386/tls-ld1.S: Likewise.
+       * testsuite/ld-i386/tls-main1.c: Likewise.
+       * testsuite/ld-i386/tls.exp: Likewise.
+       * testsuite/ld-i386/tlsbin2-nacl.rd: Likewise.
+       * testsuite/ld-i386/tlsbin2.dd: Likewise.
+       * testsuite/ld-i386/tlsbin2.rd: Likewise.
+       * testsuite/ld-i386/tlsbin2.sd: Likewise.
+       * testsuite/ld-i386/tlsbin2.td: Likewise.
+       * testsuite/ld-i386/tlsbinpic2.s: Likewise.
+       * testsuite/ld-i386/tlsgd3.dd: Likewise.
+       * testsuite/ld-i386/tlsgd3.s: Likewise.
+       * testsuite/ld-i386/tlsgd4.d: Likewise.
+       * testsuite/ld-i386/tlsgd4.s: Likewise.
+       * testsuite/ld-i386/tlsld2.s: Likewise.
+       * testsuite/ld-i386/tlspic2-nacl.rd: Likewise.
+       * testsuite/ld-i386/tlspic2.dd: Likewise.
+       * testsuite/ld-i386/tlspic2.rd: Likewise.
+       * testsuite/ld-i386/tlspic2.sd: Likewise.
+       * testsuite/ld-i386/tlspic2.td: Likewise.
+       * testsuite/ld-i386/tlspic3.s: Likewise.
+       * testsuite/ld-i386/tlspie3.s: Likewise.
+       * testsuite/ld-i386/tlspie3a.d: Likewise.
+       * testsuite/ld-i386/tlspie3b.d: Likewise.
+       * testsuite/ld-i386/tlspie3c.d: Likewise.
+
+2016-06-08  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * testsuite/ld-x86-64/no-plt-1a.rd: Support any relocation order.
+       * testsuite/ld-x86-64/no-plt-1b.rd: Likewise.
+       * testsuite/ld-x86-64/no-plt-1c.rd: Likewise.
+       * testsuite/ld-x86-64/no-plt-1d.rd: Likewise.
+       * testsuite/ld-x86-64/no-plt-1e.rd: Likewise.
+       * testsuite/ld-x86-64/no-plt-1f.rd: Likewise.
+       * testsuite/ld-x86-64/no-plt-1g.rd: Likewise.
+       * testsuite/ld-x86-64/no-plt.exp: Fix a typo.
+
+2016-06-08  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * testsuite/ld-x86-64/libno-plt-1b.dd: Likewise.
+       * testsuite/ld-x86-64/libno-plt-1b.rd: Likewise.
+       * testsuite/ld-x86-64/no-plt-1a.dd: Likewise.
+       * testsuite/ld-x86-64/no-plt-1a.rd: Likewise.
+       * testsuite/ld-x86-64/no-plt-1b.dd: Likewise.
+       * testsuite/ld-x86-64/no-plt-1b.rd: Likewise.
+       * testsuite/ld-x86-64/no-plt-1c.dd: Likewise.
+       * testsuite/ld-x86-64/no-plt-1c.rd: Likewise.
+       * testsuite/ld-x86-64/no-plt-1d.dd: Likewise.
+       * testsuite/ld-x86-64/no-plt-1d.rd: Likewise.
+       * testsuite/ld-x86-64/no-plt-1e.dd: Likewise.
+       * testsuite/ld-x86-64/no-plt-1e.rd: Likewise.
+       * testsuite/ld-x86-64/no-plt-1f.dd: Likewise.
+       * testsuite/ld-x86-64/no-plt-1f.rd: Likewise.
+       * testsuite/ld-x86-64/no-plt-1g.dd: Likewise.
+       * testsuite/ld-x86-64/no-plt-1g.rd: Likewise.
+       * testsuite/ld-x86-64/no-plt-check1.S: Likewise.
+       * testsuite/ld-x86-64/no-plt.exp: Likewise.
+       * testsuite/ld-x86-64/no-plt-extern1.S: Likewise.
+       * testsuite/ld-x86-64/no-plt-func1.c: Likewise.
+       * testsuite/ld-x86-64/no-plt-main1.c: Likewise.
+
+2016-06-07  Maciej W. Rozycki  <macro@imgtec.com>
+
+       * testsuite/ld-elf/init-fini-arrays.d: Remove `ft32-*-*' xfail.
+
+2016-06-07  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
+
+       * testsuite/ld-s390/pltoffset-1.dd: New test.
+       * testsuite/ld-s390/pltoffset-1.ld: New test.
+       * testsuite/ld-s390/pltoffset-1.s: New test.
+       * testsuite/ld-s390/s390.exp: Run new test.
+
+2016-06-07  Alan Modra  <amodra@gmail.com>
+
+       * testsuite/ld-powerpc/apuinfo1.s: Delete nop.
+       * testsuite/ld-powerpc/apuinfo-vle2.s: New.
+       * testsuite/ld-powerpc/powerpc.exp: Use apuinfo-vle2.s.
+
+2016-06-06  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * testsuite/ld-x86-64/pass.out: New file.
+       * testsuite/ld-x86-64/tls-def1.c: Likewise.
+       * testsuite/ld-x86-64/tls-gd1.S: Likewise.
+       * testsuite/ld-x86-64/tls-ld1.S: Likewise.
+       * testsuite/ld-x86-64/tls-main1.c: Likewise.
+       * testsuite/ld-x86-64/tls.exp: Likewise.
+       * testsuite/ld-x86-64/tlsbin2-nacl.rd: Likewise.
+       * testsuite/ld-x86-64/tlsbin2.dd: Likewise.
+       * testsuite/ld-x86-64/tlsbin2.rd: Likewise.
+       * testsuite/ld-x86-64/tlsbin2.sd: Likewise.
+       * testsuite/ld-x86-64/tlsbin2.td: Likewise.
+       * testsuite/ld-x86-64/tlsbinpic2.s: Likewise.
+       * testsuite/ld-x86-64/tlsgd10.dd: Likewise.
+       * testsuite/ld-x86-64/tlsgd10.s: Likewise.
+       * testsuite/ld-x86-64/tlsgd11.dd: Likewise.
+       * testsuite/ld-x86-64/tlsgd11.s: Likewise.
+       * testsuite/ld-x86-64/tlsgd12.d: Likewise.
+       * testsuite/ld-x86-64/tlsgd12.s: Likewise.
+       * testsuite/ld-x86-64/tlsgd13.d: Likewise.
+       * testsuite/ld-x86-64/tlsgd13.s: Likewise.
+       * testsuite/ld-x86-64/tlsgd14.dd: Likewise.
+       * testsuite/ld-x86-64/tlsgd14.s: Likewise.
+       * testsuite/ld-x86-64/tlsgd5c.s: Likewise.
+       * testsuite/ld-x86-64/tlsgd6c.s: Likewise.
+       * testsuite/ld-x86-64/tlsgd9.dd: Likewise.
+       * testsuite/ld-x86-64/tlsgd9.s: Likewise.
+       * testsuite/ld-x86-64/tlsld4.dd: Likewise.
+       * testsuite/ld-x86-64/tlsld4.s: Likewise.
+       * testsuite/ld-x86-64/tlsld5.dd: Likewise.
+       * testsuite/ld-x86-64/tlsld5.s: Likewise.
+       * testsuite/ld-x86-64/tlsld6.dd: Likewise.
+       * testsuite/ld-x86-64/tlsld6.s: Likewise.
+       * testsuite/ld-x86-64/tlspic2-nacl.rd: Likewise.
+       * testsuite/ld-x86-64/tlspic2.dd: Likewise.
+       * testsuite/ld-x86-64/tlspic2.rd: Likewise.
+       * testsuite/ld-x86-64/tlspic2.sd: Likewise.
+       * testsuite/ld-x86-64/tlspic2.td: Likewise.
+       * testsuite/ld-x86-64/tlspic3.s: Likewise.
+       * testsuite/ld-x86-64/tlspie2.s: Likewise.
+       * testsuite/ld-x86-64/tlspie2a.d: Likewise.
+       * testsuite/ld-x86-64/tlspie2b.d: Likewise.
+       * testsuite/ld-x86-64/tlspie2c.d: Likewise.
+       * testsuite/ld-x86-64/tlsgd5.dd: Updated.
+       * testsuite/ld-x86-64/tlsgd6.dd: Likewise.
+       * testsuite/ld-x86-64/x86-64.exp: Run libtlspic2.so, tlsbin2,
+       tlsgd5b, tlsgd6b, tlsld4, tlsld5, tlsld6, tlsgd9, tlsgd10,
+       tlsgd11, tlsgd14, tlsgd12, tlsgd13, tlspie2a, tlspie2b and
+       tlspie2c.
+
+2016-06-04  Christian Groessler  <chris@groessler.org>
+
+       * testsuite/ld-z8k/0filler.s: New file.
+       * testsuite/ld-z8k/branch-target.s: New file.
+       * testsuite/ld-z8k/branch-target2.s: New file.
+       * testsuite/ld-z8k/calr-back-8001.d: New file.
+       * testsuite/ld-z8k/calr-back-8002.d: New file.
+       * testsuite/ld-z8k/calr-back-fail-8001.d: New file.
+       * testsuite/ld-z8k/calr-back-fail-8002.d: New file.
+       * testsuite/ld-z8k/calr-forw-8001.d: New file.
+       * testsuite/ld-z8k/calr-forw-8002.d: New file.
+       * testsuite/ld-z8k/calr-forw-fail-8001.d: New file.
+       * testsuite/ld-z8k/calr-forw-fail-8002.d: New file.
+       * testsuite/ld-z8k/calr-opcode.s: New file.
+       * testsuite/ld-z8k/dbjnz-forw-8001.d: New file.
+       * testsuite/ld-z8k/dbjnz-forw-8002.d: New file.
+       * testsuite/ld-z8k/dbjnz-forw-fail-8001.d: New file.
+       * testsuite/ld-z8k/dbjnz-forw-fail-8002.d: New file.
+       * testsuite/ld-z8k/dbjnz-opcode.s: New file.
+       * testsuite/ld-z8k/djnz-back-8001.d: New file.
+       * testsuite/ld-z8k/djnz-back-8002.d: New file.
+       * testsuite/ld-z8k/djnz-back-fail-8001.d: New file.
+       * testsuite/ld-z8k/djnz-back-fail-8002.d: New file.
+       * testsuite/ld-z8k/djnz-forw-8001.d: New file.
+       * testsuite/ld-z8k/djnz-forw-8002.d: New file.
+       * testsuite/ld-z8k/djnz-forw-fail-8001.d: New file.
+       * testsuite/ld-z8k/djnz-forw-fail-8002.d: New file.
+       * testsuite/ld-z8k/djnz-opcode.s: New file.
+       * testsuite/ld-z8k/filler.s: New file.
+       * testsuite/ld-z8k/jr-back-8001.d: New file.
+       * testsuite/ld-z8k/jr-back-8002.d: New file.
+       * testsuite/ld-z8k/jr-back-fail-8001.d: New file.
+       * testsuite/ld-z8k/jr-back-fail-8002.d: New file.
+       * testsuite/ld-z8k/jr-forw-8001.d: New file.
+       * testsuite/ld-z8k/jr-forw-8002.d: New file.
+       * testsuite/ld-z8k/jr-forw-fail-8001.d: New file.
+       * testsuite/ld-z8k/jr-forw-fail-8002.d: New file.
+       * testsuite/ld-z8k/jr-opcode.s: New file.
+       * testsuite/ld-z8k/ldr-back-8001.d: New file.
+       * testsuite/ld-z8k/ldr-back-8002.d: New file.
+       * testsuite/ld-z8k/ldr-back-fail-8001.d: New file.
+       * testsuite/ld-z8k/ldr-back-fail-8002.d: New file.
+       * testsuite/ld-z8k/ldr-forw-8001.d: New file.
+       * testsuite/ld-z8k/ldr-forw-8002.d: New file.
+       * testsuite/ld-z8k/ldr-forw-fail-8001.d: New file.
+       * testsuite/ld-z8k/ldr-forw-fail-8002.d: New file.
+       * testsuite/ld-z8k/ldr-opcode.s: New file.
+       * testsuite/ld-z8k/ldrb-forw-8001.d: New file.
+       * testsuite/ld-z8k/ldrb-forw-8002.d: New file.
+       * testsuite/ld-z8k/ldrb-forw-fail-8001.d: New file.
+       * testsuite/ld-z8k/ldrb-forw-fail-8002.d: New file.
+       * testsuite/ld-z8k/ldrb-opcode.s: New file.
+       * testsuite/ld-z8k/ldrb-opcode2.s: New file.
+       * testsuite/ld-z8k/other-file.s: New file.
+       * testsuite/ld-z8k/reloc.dd: New file.
+       * testsuite/ld-z8k/reloc.ld: New file.
+       * testsuite/ld-z8k/relocseg.dd: New file.
+       * testsuite/ld-z8k/relocseg.ld: New file.
+       * testsuite/ld-z8k/relocseg1.dd: New file.
+       * testsuite/ld-z8k/this-file.s: New file.
+       * testsuite/ld-z8k/z8k.exp: New file.
+
+2016-06-03  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * testsuite/ld-i386/i386.exp: Assemble gotpc1.o and pr19319b.o
+       with -mrelax-relocations=yes.
+       * testsuite/ld-i386/lea1a.d (as): Add -mrelax-relocations=yes.
+       * testsuite/ld-i386/lea1b.d (as): Likewise.
+       * testsuite/ld-i386/lea1d.d (as): Likewise.
+       * testsuite/ld-i386/lea1e.d (as): Likewise.
+       * testsuite/ld-i386/lea1f.d (as): Likewise.
+       * testsuite/ld-i386/load7.d (as): Likewise.
+       * testsuite/ld-i386/mov1b.d (as): Likewise.
+       * testsuite/ld-i386/pr19175.d (as): Likewise.
+       * testsuite/ld-ifunc/ifunc-13-i386.d (as): Likewise.
+       * testsuite/ld-ifunc/ifunc-21-i386.d (as): Likewise.
+       * testsuite/ld-ifunc/ifunc-22-i386.d (as): Likewise.
+       * testsuite/ld-x86-64/x86-64.exp: Assemble gotpcrel1a.o,
+       gotpcrel1b.o and gotpcrel1c.o with -mrelax-relocations=yes.
+
+2016-06-02  Vineet Gupta  <Vineet.Gupta1@synopsys.com>
+
+       * configure.tgt: Replace -uclibc with *.
+
+2016-05-28  Maciej W. Rozycki  <macro@imgtec.com>
+
+       * testsuite/ld-mips-elf/unaligned-branch.d: New test.
+       * testsuite/ld-mips-elf/unaligned-branch.s: New test source.
+       * testsuite/ld-mips-elf/unaligned-text.s: New test source.
+       * testsuite/ld-mips-elf/mips-elf.exp: Run the new test.
+
+2016-05-28  Maciej W. Rozycki  <macro@imgtec.com>
+
+       * testsuite/ld-mips-elf/unaligned-syms.s: Rename to...
+       * testsuite/ld-mips-elf/unaligned-data.s: ... this.
+       * testsuite/ld-mips-elf/unaligned-ldpc-0.d: Adjust accordingly.
+       * testsuite/ld-mips-elf/unaligned-ldpc-1.d: Likewise.
+       * testsuite/ld-mips-elf/unaligned-lwpc-0.d: Likewise.
+       * testsuite/ld-mips-elf/unaligned-lwpc-1.d: Likewise.
+
+2016-05-28  Maciej W. Rozycki  <macro@imgtec.com>
+
+       * testsuite/ld-mips-elf/jal-global-overflow-0.d: New test.
+       * testsuite/ld-mips-elf/jal-global-overflow-1.d: New test.
+       * testsuite/ld-mips-elf/jal-local-overflow-0.d: New test.
+       * testsuite/ld-mips-elf/jal-local-overflow-1.d: New test.
+       * testsuite/ld-mips-elf/jal-global-overflow.s: New test source.
+       * testsuite/ld-mips-elf/jal-local-overflow.s: New test source.
+       * testsuite/ld-mips-elf/mips-elf.exp: Run the new tests.
+
+2016-05-28  Alan Modra  <amodra@gmail.com>
+
+       * ldmain.c (multiple_definition, multiple_common, add_to_set,
+       constructor_callback, warning_callback, undefined_symbol,
+       reloc_overflow, reloc_dangerous, unattached_reloc): Return void.
+       * emultempl/elf32.em: Adjust callback calls.
+
+2016-05-27  Maciej W. Rozycki  <macro@imgtec.com>
+
+       * testsuite/ld-mips-elf/unaligned-jalx-addend-0.d: New test.
+       * testsuite/ld-mips-elf/unaligned-jalx-addend-1.d: New test.
+       * testsuite/ld-mips-elf/unaligned-jalx-addend-mips16-0.d: New
+       test.
+       * testsuite/ld-mips-elf/unaligned-jalx-addend-mips16-1.d: New
+       test.
+       * testsuite/ld-mips-elf/unaligned-jalx-addend-micromips-0.d: New
+       test.
+       * testsuite/ld-mips-elf/unaligned-jalx-addend-micromips-1.d: New
+       test.
+       * testsuite/ld-mips-elf/unaligned-jalx-addend-0.s: New test
+       source.
+       * testsuite/ld-mips-elf/unaligned-jalx-addend-1.s: New test
+       source.
+       * testsuite/ld-mips-elf/mips-elf.exp: Run the new tests.
+
+2016-05-27  Maciej W. Rozycki  <macro@imgtec.com>
+
+       * testsuite/ld-mips-elf/reloc-local-overflow.d: New test.
+       * testsuite/ld-mips-elf/reloc-local-overflow.s: Source for the
+       new test.
+       * testsuite/ld-mips-elf/mips-elf.exp: Run the new test.
+
+2016-05-26  Maciej W. Rozycki  <macro@imgtec.com>
+
+       * testsuite/ld-mips-elf/unaligned-jalx-0.d: Fold
+       `unaligned-jalx-2' here.
+       * testsuite/ld-mips-elf/unaligned-jalx-mips16-0.d: Fold
+       `unaligned-jalx-mips16-2' here.
+       * testsuite/ld-mips-elf/unaligned-jalx-micromips-0.d: Fold
+       `unaligned-jalx-micromips-2' here.
+       * testsuite/ld-mips-elf/unaligned-jalx-0.s: Update accordingly.
+       * testsuite/ld-mips-elf/unaligned-jalx-1.d: Update error
+       message.
+       * testsuite/ld-mips-elf/unaligned-jalx-mips16-1.d: Likewise.
+       * testsuite/ld-mips-elf/unaligned-jalx-micromips-1.d: Likewise.
+       * testsuite/ld-mips-elf/unaligned-jalx-2.d: Remove test.
+       * testsuite/ld-mips-elf/unaligned-jalx-mips16-2.d: Remove test.
+       * testsuite/ld-mips-elf/unaligned-jalx-micromips-2.d: Remove
+       test.
+       * testsuite/ld-mips-elf/unaligned-jalx-2.s: Remove test source.
+       * testsuite/ld-mips-elf/unaligned-lwpc-0.d: Fold
+       `unaligned-lwpc-3' here.
+       * testsuite/ld-mips-elf/unaligned-lwpc-0.s: Update accordingly.
+       * testsuite/ld-mips-elf/unaligned-lwpc-1.d: Fold
+       `unaligned-lwpc-2' here.
+       * testsuite/ld-mips-elf/unaligned-lwpc-1.s: Update accordingly.
+       * testsuite/ld-mips-elf/unaligned-lwpc-2.d: Remove test.
+       * testsuite/ld-mips-elf/unaligned-lwpc-2.s: Remove test source.
+       * testsuite/ld-mips-elf/unaligned-lwpc-3.d: Remove test.
+       * testsuite/ld-mips-elf/unaligned-lwpc-3.s: Remove test source.
+       * testsuite/ld-mips-elf/unaligned-ldpc-0.d: Fold
+       `unaligned-ldpc-4' here.
+       * testsuite/ld-mips-elf/unaligned-ldpc-0.s: Update accordingly.
+       * testsuite/ld-mips-elf/unaligned-ldpc-1.d: Update error
+       message.  Fold `unaligned-ldpc-2' and `unaligned-ldpc-3' here.
+       * testsuite/ld-mips-elf/unaligned-ldpc-1.s: Update accordingly.
+       * testsuite/ld-mips-elf/unaligned-ldpc-2.d: Remove test.
+       * testsuite/ld-mips-elf/unaligned-ldpc-2.s: Remove test source.
+       * testsuite/ld-mips-elf/unaligned-ldpc-3.d: Remove test.
+       * testsuite/ld-mips-elf/unaligned-ldpc-3.s: Remove test source.
+       * testsuite/ld-mips-elf/unaligned-ldpc-4.d: Remove test.
+       * testsuite/ld-mips-elf/unaligned-ldpc-4.s: Remove test source.
+       * testsuite/ld-mips-elf/mips-elf.exp: Delete removed tests.
+
+2016-05-26  Nick Clifton  <nickc@redhat.com>
+
+       PR target/20134
+       * scripttempl/elf32msp430.sc (.bss): Provide __bssstart and
+       __bsssize.
+       * scripttempl/elf32msp430_3.sc (.bss): Likewise.
+
+2016-05-25  Maciej W. Rozycki  <macro@imgtec.com>
+
+       * testsuite/ld-mips-elf/unaligned-jalx-0.d: New test.
+       * testsuite/ld-mips-elf/unaligned-jalx-1.d: New test.
+       * testsuite/ld-mips-elf/unaligned-jalx-2.d: New test.
+       * testsuite/ld-mips-elf/unaligned-jalx-mips16-0.d: New test.
+       * testsuite/ld-mips-elf/unaligned-jalx-mips16-1.d: New test.
+       * testsuite/ld-mips-elf/unaligned-jalx-mips16-2.d: New test.
+       * testsuite/ld-mips-elf/unaligned-jalx-micromips-0.d: New test.
+       * testsuite/ld-mips-elf/unaligned-jalx-micromips-1.d: New test.
+       * testsuite/ld-mips-elf/unaligned-jalx-micromips-2.d: New test.
+       * testsuite/ld-mips-elf/unaligned-lwpc-0.d: New test.
+       * testsuite/ld-mips-elf/unaligned-lwpc-1.d: New test.
+       * testsuite/ld-mips-elf/unaligned-lwpc-2.d: New test.
+       * testsuite/ld-mips-elf/unaligned-lwpc-3.d: New test.
+       * testsuite/ld-mips-elf/unaligned-ldpc-0.d: New test.
+       * testsuite/ld-mips-elf/unaligned-ldpc-1.d: New test.
+       * testsuite/ld-mips-elf/unaligned-ldpc-2.d: New test.
+       * testsuite/ld-mips-elf/unaligned-ldpc-3.d: New test.
+       * testsuite/ld-mips-elf/unaligned-ldpc-4.d: New test.
+       * testsuite/ld-mips-elf/unaligned-jalx-0.s: New test source.
+       * testsuite/ld-mips-elf/unaligned-jalx-1.s: New test source.
+       * testsuite/ld-mips-elf/unaligned-jalx-2.s: New test source.
+       * testsuite/ld-mips-elf/unaligned-insn.s: New test source.
+       * testsuite/ld-mips-elf/unaligned-lwpc-0.s: New test source.
+       * testsuite/ld-mips-elf/unaligned-lwpc-1.s: New test source.
+       * testsuite/ld-mips-elf/unaligned-lwpc-2.s: New test source.
+       * testsuite/ld-mips-elf/unaligned-lwpc-3.s: New test source.
+       * testsuite/ld-mips-elf/unaligned-ldpc-0.s: New test source.
+       * testsuite/ld-mips-elf/unaligned-ldpc-1.s: New test source.
+       * testsuite/ld-mips-elf/unaligned-ldpc-2.s: New test source.
+       * testsuite/ld-mips-elf/unaligned-ldpc-3.s: New test source.
+       * testsuite/ld-mips-elf/unaligned-ldpc-4.s: New test source.
+       * testsuite/ld-mips-elf/unaligned-syms.s: New test source.
+       * testsuite/ld-mips-elf/mips-elf.exp: Run the new tests.
+
+2016-05-25  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR ld/20103
+       * ldmain.c (add_archive_element): Don't claim new IR symbols
+       after all IR symbols have been claimed.
+       * plugin.c (plugin_call_claim_file): Remove no_more_claiming
+       check.
+       * testsuite/ld-plugin/lto.exp (pr20103): New proc.
+       Run PR ld/20103 tests.
+       * testsuite/ld-plugin/pr20103a.c: New file.
+       * testsuite/ld-plugin/pr20103b.c: Likewise.
+       * testsuite/ld-plugin/pr20103c.c: Likewise.
+
+2016-05-24  Maciej W. Rozycki  <macro@imgtec.com>
+
+       * testsuite/ld-mips-elf/jalx-local.d: New test.
+       * testsuite/ld-mips-elf/jalx-local-n32.d: New test.
+       * testsuite/ld-mips-elf/jalx-local-n64.d: New test.
+       * testsuite/ld-mips-elf/mips-elf.exp: Run the new tests.
+
+2016-05-23  Kuba Sejdak  <jakub.sejdak@phoesys.com>
+
+       * Makefile.am: Add earmelf_phoenix.c.
+       * Makefile.in: Regenerate.
+       * configure.tgt: Add entry for arm-phoenix.
+       * emulparams/armelf_phoenix.sh: New file.
+
+2016-05-23  Thomas Preud'homme  <thomas.preudhomme@arm.com>
+
+       * emultempl/armelf.em (arm_elf_before_allocation): Call
+       bfd_elf32_arm_keep_private_stub_output_sections before generic
+       before_allocation function.
+
+2016-05-20  Maciej W. Rozycki  <macro@imgtec.com>
+
+       * testsuite/ld-mips-elf/jalx-addend.d: New test.
+       * testsuite/ld-mips-elf/jalx-addend-n32.d: New test.
+       * testsuite/ld-mips-elf/jalx-addend-n64.d: New test.
+       * testsuite/ld-mips-elf/mips-elf.exp: Run the new tests.
+
+2016-05-19  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR ld/20117
+       * testsuite/ld-i386/i386.exp: Run pr20117.
+       * testsuite/ld-i386/pr19609-1i.d: Updated.
+       * testsuite/ld-i386/pr20117.d: New file.
+       * testsuite/ld-i386/pr20117.s: Likewise.
+
+2016-05-19  Cupertino Miranda  <cmiranda@synopsys.com>
+
+       * testsuite/ld-elf/compressed1d.d: Removed from notarget.
+       * testsuite/ld-elf/group8a.d: Likewise.
+       * testsuite/ld-elf/group8b.d: Likewise.
+       * testsuite/ld-elf/group9a.d: Likewise.
+       * testsuite/ld-elf/group9b.d: Likewise.
+       * testsuite/ld-elf/pr12851.d: Likewise.
+       * testsuite/ld-elf/pr12975.d: Likewise.
+       * testsuite/ld-elf/pr13177.d: Likewise.
+       * testsuite/ld-elf/pr13195.d: Likewise.
+       * testsuite/ld-elf/pr17615.d: Likewise.
+       * testsuite/ld-elf/eh-frame-hdr.d: Removed from xfail.
+       * testsuite/ld-elf/group3b.d: Likewise.
+       * testsuite/ld-srec/srec.exp: Likewise.
+       * testsuite/lib/ld-lib.exp (check_gc_sections_available): Mark ARC
+       as supporting gc.
+       (check_shared_lib_support): Mark ARC as supporting.
+
+2016-05-19  Cupertino Miranda  <cmiranda@synopsys.com>
+
+       * emulparams/arcelf.sh: Changed.
+       * emulparams/arclinux.sh: Likewise.
+       * scripttempl/arclinux.sc: Moved to a more standard implementation
+       similar to elf.sc.
+
+2016-05-19  Maciej W. Rozycki  <macro@imgtec.com>
+
+       * testsuite/lib/ld-lib.exp (check_shared_lib_support): Reorder
+       `ft32-*-*' behind `frv-*-*'.
+
+2016-05-19  Maciej W. Rozycki  <macro@imgtec.com>
+
+       * configure.tgt: Remove `am34-*-linux*' support.
+
+2016-05-19  Alan Modra  <amodra@gmail.com>
+
+       * testsuite/ld-scripts/crossref.exp: Remove -mcall-aixdesc hack.
+       * testsuite/ld-scripts/cross2.t: Tweak .opd and .toc placement.
+       * testsuite/ld-scripts/cross3.t: Likewise.
+       * testsuite/ld-scripts/cross4.t: Likewise.
+       * testsuite/ld-scripts/cross5.t: Likewise.
+       * testsuite/ld-scripts/cross6.t: Likewise.
+       * testsuite/ld-scripts/cross7.t: Likewise.
+
+2016-05-19  Alan Modra  <amodra@gmail.com>
+
+       * testsuite/ld-elf/shared.exp (mix_pic_and_non_pic): Pass in
+       exe name rather than constructing testname.  Fix typo in
+       sub-test name.  Log copying.  Use -rpath rather than -R.
+
+2016-05-18  Nick Clifton  <nickc@redhat.com>
+
+       * scripttempl/ft32.sc: Use fixed constants for memory region
+       lengths.  Include DWARF debug sections.
+       (.data .bss): Do not assign locations during relocatable links.
+       * testsuite/ld-elf/compressed1d.d: Skip for FT32.
+       * testsuite/ld-elf/sec-to-seg.exp: Likewise.
+       * testsuite/ld-elf/sec64k.exp: Likewise.
+       * testsuite/ld-elf/init-fini-array.d: XFail for FT32.
+       * testsuite/ld-elf/merge.d: Likewise.
+       * testsuite/ld-elf/orphan-region.d: Likewise.
+       * testsuite/ld-elf/orphan.s: Likewise.
+       * testsuite/ld-elf/orphan3.d: Likewise.
+       * testsuite/ld-elf/pr349.d: Likewise.
+       * testsuite/ld-elf/warn2.d: Likewise.
+       * testsuite/lib/ld-lib.exp (check_shared_lib_support): Note
+       that the FT32 does not support shared libraries.
+
+2016-05-17  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * testsuite/lib/ld-lib.exp (at_least_gcc_version): Check
+       global CC.
+
+2016-05-17  Senthil Kumar Selvaraj  <senthil_kumar.selvaraj@atmel.com>
+
+       * scripttempl/avr.sc (text): Place .progmem.data from avr-libc
+       above .progmem*.
+       * scripttempl/avrtiny.sc (text): Likewise.
+
+2016-05-17  Maciej W. Rozycki  <macro@imgtec.com>
+
+       * testsuite/ld-unique/unique.exp: Use `is_elf_format' and
+       `supports_gnu_unique' to qualify testing.
+
+2016-05-16  Maciej W. Rozycki  <macro@imgtec.com>
+
+       * testsuite/ld-elf/flags1.d: Update the xfail list.
+
+2016-05-15  Maciej W. Rozycki  <macro@imgtec.com>
+
+       * testsuite/ld-elf/flags1.d: Update for `*-*-nacl*' xfail
+       removal.
+
+2016-05-14  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR ld/20097
+       * testplug2.c (onall_symbols_read): Remove redundant sizeof
+       on EXPECTED_VIEW_LENGTH.
+       * testplug4.c (onall_symbols_read): Likewise.
+
+2016-05-13  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR ld/20093
+       * testsuite/ld-x86-64/pr20093-1.d: New file.
+       * testsuite/ld-x86-64/pr20093-1.s: Likewise.
+       * testsuite/ld-x86-64/pr20093-2.d: Likewise.
+       * testsuite/ld-x86-64/pr20093-2.s: Likewise.
+       * testsuite/ld-x86-64/x86-64.exp: Run pr20093-1 and pr20093-2.
+
+2016-05-13  Alan Modra  <amodra@gmail.com>
+
+       * testsuite/ld-arm/arm-elf.exp: Adjust for arm-no-rel-plt now passing.
+       Use different output file name for static app without .rel.plt.
+       * testsuite/ld-arm/arm-no-rel-plt.ld: Align .rel.dyn and .rela.dyn.
+       * testsuite/ld-arm/arm-no-rel-plt.out: Delete.
+       * testsuite/ld-arm/arm-no-rel-plt.r: New.
+       * testsuite/ld-arm/arm-static-app.d: Don't check file name.
+       * testsuite/ld-arm/arm-static-app.r: Likewise.
+
+2016-05-12  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR ld/20070
+       * Makefile.am (noinst_LTLIBRARIES): Add libldtestplug4.la.
+       (libldtestplug4_la_SOURCES): New.
+       (libldtestplug4_la_CFLAGS): Likewise.
+       (libldtestplug4_la_LDFLAGS): Likewise.
+       * Makefile.in: Regenerated.
+       * plugin.c (get_symbols): Return resolution based on IR symbol
+       kinds for symbols defined/referenced only within IR.
+       * testplug4.c: New file.
+       * ld/testsuite/ld-plugin/pr20070.d: Likewise.
+       * ld/testsuite/ld-plugin/pr20070a.c: Likewise.
+       * ld/testsuite/ld-plugin/pr20070b.c: Likewise.
+       * testsuite/ld-plugin/plugin.exp (plugin4_name): New.
+       (plugin4_path): Likewise.
+       Add a test for ld/20070.
+
+2016-05-11  Alan Modra  <amodra@gmail.com>
+
+       * emultempl/hppaelf.em (hppaelf_create_output_section_statements):
+       Call elf32_hppa_init_stub_bfd.
+
+2016-05-11  Alan Modra  <amodra@gmail.com>
+
+       PR 20060
+       * testsuite/ld-powerpc/powerpc.exp: Run new tests.
+       * testsuite/ld-powerpc/tlsdll.s: New.
+       * testsuite/ld-powerpc/tlsdll.ver: New.
+       * testsuite/ld-powerpc/tlsdll_32.s: New.
+       * testsuite/ld-powerpc/tlsopt5.d: New.
+       * testsuite/ld-powerpc/tlsopt5.s: New.
+       * testsuite/ld-powerpc/tlsopt5_32.d: New.
+       * testsuite/ld-powerpc/tlsopt5_32.s: New.
+
+2016-05-10  Thomas Preud'homme  <thomas.preudhomme@arm.com>
+
+       * emultempl/armelf.em (gld${EMULATION_NAME}_finish): Use
+       ARM_GET_SYM_BRANCH_TYPE to get branch type of a symbol.
+
+2016-05-10  Thomas Preud'homme  <thomas.preudhomme@arm.com>
+
+       * emultempl/armelf.em (elf32_arm_add_stub_section): Add output_section
+       parameter and rename input_section parameter to after_input_section.
+       Append input stub section to the output section if after_input_section
+       is NULL.
+
+2016-05-10  Thomas Preud'homme  <thomas.preudhomme@arm.com>
+
+       * testsuite/ld-arm/arm-elf.exp (EABI attribute merging 10 (DSP)): New
+       test.
+       * testsuite/ld-arm/attr-merge-10b-dsp.s: New file.
+       * testsuite/ld-arm/attr-merge-10-dsp.attr: Likewise.
+
+2016-05-10  Christophe Lyon  <christophe.lyon@linaro.org>
+
+       * ld/testsuite/ld-elf/flags1.d (xfail): Remove *-*-nacl*".
+
+2016-05-09  Christophe Monat  <christophe.monat@st.com>
+
+       PR ld/20030
+       * testsuite/ld-arm/arm-elf.exp: Run new stm32l4xx-fix-vldm-dp
+       tests. Fix misnamed stm32l4xx-fix-all.
+       * testsuite/ld-arm/stm32l4xx-fix-vldm-dp.s: New tests for multiple
+       loads with DP registers.
+       * testsuite/ld-arm/stm32l4xx-fix-vldm-dp.d: New reference file.
+       * testsuite/ld-arm/stm32l4xx-fix-vldm.s: Add missing comment.
+       * testsuite/ld-arm/stm32l4xx-fix-all.s: Add tests for multiple
+       loads with DP registers.
+       * testsuite/ld-arm/stm32l4xx-fix-all.d: Update reference.
+
+2016-05-09  Pitchumani Sivanupandi  <pitchumani.s@atmel.com>
+
+       * testsuite/ld-elf/flags1.d (readelf): Dump section header instead
+       program headers.
+       (xfail): Remove avr-*-*.
+       Update regex to check the section flags.
+       * testsuite/ld-elf/merge.d (xfail): Remove avr-*-*.
+
 2016-05-09  Alan Modra  <amodra@gmail.com>
 
        * Makefile.am (ealphavms.c, eelf64_ia64_vms): Correct .em deps.