Add Nios II arch flags and compatibility tests
[deliverable/binutils-gdb.git] / ld / testsuite / ChangeLog
index bd604b6381332867976c289cebd60b53198b7f4b..0e611b99c106f20a04c8b25e12ce0c4e7da592fc 100644 (file)
-2014-05-28  Matthew Fortune  <matthew.fortune@imgtec.com>
+2015-07-01  Sandra Loosemore  <sandra@codesourcery.com>
+           Cesar Philippidis  <cesar@codesourcery.com>
 
-       * lib/ld-lib.exp: Add objcopy_objects command to run_dump_test.
-       This allows each input object to be optionally run through
-       objcopy before linking.
+       * ld-nios2/mixed1a.d: New.
+       * ld-nios2/mixed1a.s: New.
+       * ld-nios2/mixed1b.d: New.
+       * ld-nios2/mixed1b.s: New.
+       * ld-nios2/nios2.exp: Build the new compatibility tests.
 
-2014-05-20  Will Newton  <will.newton@linaro.org>
+2015-06-27  H.J. Lu  <hongjiu.lu@intel.com>
 
-       * ld-shared/shared.exp: Mark non-PIC shared object tests
-       as xfail on aarch64.
+       * ld-xtensa/tlsbin.rd: Updated.
+       * ld-xtensa/tlspic.rd: Likewise.
 
-2014-05-19  Andreas Tobler  <andreast@fgznet.ch>
+2015-06-26  Matthew Fortune  <matthew.fortune@imgtec.com>
 
-       * ld-elf/shared.exp: Introduce the extralibs variable to control
-       the libraries to be linked. Don't link -ldl on *-*-freebsd*.
+       * ld-mips-elf/pic-and-nonpic-3b.ad: Adjust for extra dynamic tag.
+       * ld-mips-elf/pic-and-nonpic-4b.ad: Likewise.
+       * ld-mips-elf/pic-and-nonpic-5b.ad: Likewise.
+       * ld-mips-elf/pic-and-nonpic-6-n32.ad: Likewise.
+       * ld-mips-elf/pic-and-nonpic-6-n64.ad: Likewise.
+       * ld-mips-elf/pic-and-nonpic-6-o32.ad: Likewise.
+       * ld-mips-elf/tlsdyn-o32-1.d: Likewise.
+       * ld-mips-elf/tlsdyn-o32-1.got: Likewise.
+       * ld-mips-elf/tlsdyn-o32-2.d: Likewise.
+       * ld-mips-elf/tlsdyn-o32-2.got: Likewise.
+       * ld-mips-elf/tlsdyn-o32-3.d: Likewise.
+       * ld-mips-elf/tlsdyn-o32-3.got: Likewise.
+       * ld-mips-elf/tlsdyn-o32.d: Likewise.
+       * ld-mips-elf/tlsdyn-o32.got: Likewise.
+       * ld-mips-elf/pie-n32.d: New file.
+       * ld-mips-elf/pie-n64.d: Likewise.
+       * ld-mips-elf/pie-o32.d: Likewise.
+       * ld-mips-elf/pie.s: Likewise.
+       * ld-mips-elf/mips-elf.exp: Add new tests.
 
-       * ld-bootstrap/bootstrap.exp: Do not add -ldl to the extralibs on
-       *-*-freebsd*.
+2015-06-25  H.J. Lu  <hongjiu.lu@intel.com>
 
-2014-05-10  Hans-Peter Nilsson  <hp@bitrange.com>
+       * ld-elf/strtab.d: Only run on *-*-linux* and *-*-gnu* targets.
 
-       * ld-mmix/wrap1.d, ld-mmix/wrap1a.s, ld-mmix/wrap1b.s,
-       ld-mmix/wrap1c.s, ld-mmix/wrap2.d, ld-mmix/wrap3.d,
-       ld-mmix/wrap3a.s, ld-mmix/wrap3b.s, ld-mmix/wrap4.d: New
-       tests.
+2015-06-25  H.J. Lu  <hongjiu.lu@intel.com>
 
-2014-05-09  H.J. Lu  <hongjiu.lu@intel.com>
+       * ld-mmix/bspec1.d: Updated.
+       * ld-mmix/bspec2.d: Likewise.
+       * ld-mmix/undef-3.d: Likewise.
 
-       * ld-x86-64/tlsbin.dd: Replace data32 with data16.
-       * ld-x86-64/tlsdesc-nacl.pd: Likewise.
-       * ld-x86-64/tlsgdesc.dd: Likewise.
-       * ld-x86-64/tlsld1.dd: Likewise.
-       * ld-x86-64/tlsld3.dd: Likewise.
-       * ld-x86-64/tlspic.dd: Likewise.
+2015-06-25  H.J. Lu  <hongjiu.lu@intel.com>
 
-2014-05-02  Max Filippov  <jcmvbkbc@gmail.com>
+       PR gas/18451
+       * ld-elf/strtab.d: New file.
+       * ld-elf/strtab.s: Likewise.
 
-       * ld-xtensa/diff_overflow.exp, * ld-xtensa/diff_overflow1.s,
-       * ld-xtensa/diff_overflow2.s: Add test for DIFF* relocation
-       signedness and overflow checking.
+2015-06-24  H.J. Lu  <hongjiu.lu@intel.com>
 
-2014-05-01  Hans-Peter Nilsson  <hp@bitrange.com>
+       * ld-i386/i386.exp: Run pltgot-2 for Linux targets.
+       * ld-x86-64/x86-64.exp: Likewise.
+       * ld-i386/pltgot-1.d: Updated.
+       * ld-x86-64/pltgot-1.d: Likewise.
+       * ld-i386/pltgot-2.d: New file.
+       * ld-x86-64/pltgot-2.d: Likewise.
 
-       * ld-mmix/sec-11.d, ld-mmix/sec-11.ld, ld-mmix/sec-10.s,
-       ld-mmix/sec-10.d, ld-mmix/b-offlocmis.s, ld-mmix/sec-12.d: New
-       tests.
-       * ld-mmix/b-offloc.s: Correct address in comment.
-
-2014-04-23  Will Newton  <will.newton@linaro.org>
-
-       * ld-arm/arm-no-rel-plt.ld: Remove OUTPUT_FORMAT and
-       SEARCH_DIR commands.
-       * ld-arm/arm-rel32.d: Update regexps to allow test to
-       pass on armeb-linux-eabi configuration.
-       * ld-arm/data-only-map.d: Likewise.
-       * ld-arm/fix-arm1176-off.d: Likewise.
-       * ld-arm/fix-arm1176-on.d: Likewise.
-       * ld-arm/ifunc-1.gd: Likewise.
-       * ld-arm/ifunc-10.gd: Likewise.
-       * ld-arm/ifunc-11.gd: Likewise.
-       * ld-arm/ifunc-12.gd: Likewise.
-       * ld-arm/ifunc-13.gd: Likewise.
-       * ld-arm/ifunc-14.gd: Likewise.
-       * ld-arm/ifunc-15.gd: Likewise.
-       * ld-arm/ifunc-16.gd: Likewise.
-       * ld-arm/ifunc-17.gd: Likewise.
-       * ld-arm/ifunc-2.gd: Likewise.
-       * ld-arm/ifunc-3.gd: Likewise.
-       * ld-arm/ifunc-4.gd: Likewise.
-       * ld-arm/ifunc-5.gd: Likewise.
-       * ld-arm/ifunc-6.gd: Likewise.
-       * ld-arm/ifunc-7.gd: Likewise.
-       * ld-arm/ifunc-8.gd: Likewise.
-       * ld-arm/ifunc-9.gd: Likewise.
-       * ld-arm/jump-reloc-veneers-long.d: Likewise.
-       * ld-arm/reloc-boundaries.d: Likewise.
-
-2014-04-22  H.J. Lu  <hongjiu.lu@intel.com>
-
-       PR ld/16846
-       * ld-plugin/lto.exp (lto_link_tests): Add tests for PR ld/16846.
-       * ld-plugin/pr16846a.c: New file.
-       * ld-plugin/pr16846b.c: Likewise.
-       * ld-plugin/pr16846c.c: Likewise.
-
-2014-04-22  Christian Svensson  <blue@cmd.nu>
-
-       * ld-discard/extern.d: Remove openrisc and or32 support.  Add
-       support for or1k.
-       * ld-discard/start.d: Likewise.
-       * ld-discard/static.d: Likewise.
-       * ld-elf/group1.d: Likewise.
-       * ld-elf/group3b.d: Likewise.
-       * ld-elf/group8a.d: Likewise.
-       * ld-elf/group8b.d: Likewise.
-       * ld-elf/group9a.d: Likewise.
-       * ld-elf/group9b.d: Likewise.
-       * ld-elf/linkonce2.d: Likewise.
-       * ld-elf/merge.d: Likewise.
-       * ld-elf/merge2.d: Likewise.
-       * ld-elf/orphan-region.d: Likewise.
-       * ld-elf/orphan.d: Likewise.
-       * ld-elf/orphan3.d: Likewise.
-       * ld-elf/pr12851.d: Likewise.
-       * ld-elf/pr12975.d: Likewise.
-       * ld-elf/pr13177.d: Likewise.
-       * ld-elf/pr13195.d: Likewise.
-       * ld-elf/pr349.d: Likewise.
-       * ld-elf/sec64k.exp: Likewise.
-       * ld-elf/warn1.d: Likewise.
-       * ld-elf/warn2.d: Likewise.
-       * ld-elf/warn3.d: Likewise.
-       * ld-scripts/weak.exp: Likewise.
-       * lib/ld-lib.exp: Likewise.
-
-2014-04-17  Kwok Cheung Yeung  <kcy@codesourcery.com>
-
-       * ld-mips-elf/elf-rel-xgot-n32.d: Update for new GOT layout.
-       * ld-mips-elf/elf-rel-xgot-n32-embed.d: Likewise.
-       * ld-mips-elf/elf-rel-xgot-n64.d: Likewise.
-       * ld-mips-elf/elf-rel-xgot-n64-embed.d: Likewise.
-       * ld-mips-elf/elf-rel-xgot-n64-linux.d: Likewise.
-
-2014-04-15  Marcus Shawcroft  <marcus.shawcroft@arm.com>
-
-       * ld-aarch64/tls-relax-gdesc-ie.s (var): Adjust test case
-       to include all 5 bits of LDR destination register.
-
-2014-04-10  Senthil Kumar Selvaraj  <senthil_kumar.selvaraj@atmel.com>
-
-       * ld-avr/norelax_diff.d: New testcase.
-       * ld-avr/relax_diff.d: Likewise.
-       * ld-avr/relax.s: Likewise.
-
-2014-04-05  Andreas Schwab  <schwab@linux-m68k.org>
-
-       * ld-plugin/lto.exp: Make "-Wp," prefix optional when filtering
-       out _FORTIFY_SOURCE.
-       ("Build libdummy.a 9", "PR ld/12696"): Mark as c++.
-
-2014-04-04  Alan Modra  <amodra@gmail.com>
-
-       * ld-scripts/fill.d, * ld-scripts/fill.t, * ld-scripts/fill_0.s,
-       * ld-scripts/fill_1.s, * ld-scripts/fill_2.s: New test.
-       * ld-scripts/data.exp: Run it.
-
-2014-03-31  Marcus Shawcroft  <marcus.shawcroft@arm.com>
-
-       * ld-aarch64/eh-frame.d: Adjust FDE pc address.
-
-2014-03-27  H.J. Lu  <hongjiu.lu@intel.com>
-
-       PR ld/16756
-       * ld-plugin/lto.exp: Expect filename and line number for PR
-       ld/12760 test.
-
-2014-03-27  Yury Gribov  <y.gribov@samsung.com>
-           Pavel Fedin  <p.fedin@samsung.com>
-
-       * ld-arm/arm-app-abs32.d: Update expected disassembly, taking into
-       account the pretty printing of PLT entries.
-       * ld-arm/arm-app.d: Likewise.
-       * ld-arm/arm-lib-plt32.d: Likewise.
-       * ld-arm/arm-lib.d: Likewise.
-       * ld-arm/armthumb-lib.d: Likewise.
-       * ld-arm/cortex-a8-fix-b-plt.d: Likewise.
-       * ld-arm/cortex-a8-fix-bcc-plt.d: Likewise.
-       * ld-arm/cortex-a8-fix-bl-plt.d: Likewise.
-       * ld-arm/cortex-a8-fix-bl-rel-plt.d: Likewise.
-       * ld-arm/cortex-a8-fix-blx-plt.d: Likewise.
-       * ld-arm/farcall-mixed-app-v5.d: Likewise.
-       * ld-arm/farcall-mixed-app.d: Likewise.
-       * ld-arm/farcall-mixed-lib-v4t.d: Likewise.
-       * ld-arm/farcall-mixed-lib.d: Likewise.
-       * ld-arm/ifunc-10.dd: Likewise.
-       * ld-arm/ifunc-14.dd: Likewise.
-       * ld-arm/ifunc-15.dd: Likewise.
-       * ld-arm/ifunc-3.dd: Likewise.
-       * ld-arm/ifunc-4.dd: Likewise.
-       * ld-arm/ifunc-7.dd: Likewise.
-       * ld-arm/ifunc-8.dd: Likewise.
-       * ld-arm/ifunc-9.dd: Likewise.
-       * ld-arm/long-plt-format.d: Likewise.
-       * ld-arm/mixed-app-v5.d: Likewise.
-       * ld-arm/mixed-app.d: Likewise.
-       * ld-arm/mixed-lib.d: Likewise.
-       * ld-arm/thumb2-bl-undefweak.d: Likewise.
-       * ld-arm/thumb2-bl-undefweak1.d: Likewise.
+2015-06-23  Jiong Wang  <jiong.wang@arm.com>
 
-2014-03-26  Alan Modra  <amodra@gmail.com>
+       * ld-aarch64/dt_textrel.s: New testcase.
+       * ld-aarch64/dt_textrel.d: New expectation file.
+       * ld-aarch64/aarch64-elf.exp: Run new testcase.
 
-       * ld-powerpc/startv1.s, * ld-powerpc/startv2.s, * ld-powerpc/funref.s,
-       * ld-powerpc/funv1.s, * ld-powerpc/funv2.s,
-       * ld-powerpc/ambiguousv1.d, * ld-powerpc/ambiguousv2.d: New test files.
-       * ld-powerpc/powerpc.exp: Run new tests.
+2015-06-17  Jiong Wang  <jiong.wang@arm.com>
 
-2014-03-25  Will Newton  <will.newton@linaro.org>
+       * ld-aarch64/aarch64-elf.exp (aarch64_choose_ilp32_emul): New function.
+       * ld-aarch64/emit-relocs-28.d: Use aarch64_choose_ilp32_emul to choose
+       emulation mode.
 
-        * ld-aarch64/aarch64-elf.exp: Add relasz dump test.
-        * ld-aarch64/relasz.d: New file.
-        * ld-aarch64/relasz.s: Likewise.
+2015-06-16  Alan Modra  <amodra@gmail.com>
 
-2014-03-20  Richard Sandiford  <rdsandiford@googlemail.com>
+       * ld-powerpc/ppc476-shared.s: Repeat dynamic reloc generating insns.
+       * ld-powerpc/ppc476-shared.d: Update.
+       * ld-powerpc/ppc476-shared2.d: Update.
 
-       * ld-elf/merge.d: Remove MIPS XFAIL.
+2015-06-12  Tristan Gingold  <gingold@adacore.com>
 
-2014-03-20  Will Newton  <will.newton@linaro.org>
+       * ld-scripts/print-memory-usage-1.t,
+       * ld-scripts/print-memory-usage-1.s,
+       * ld-scripts/print-memory-usage-1.l,
+       * ld-scripts/print-memory-usage-2.t,
+       * ld-scripts/print-memory-usage-2.l,
+       * ld-scripts/print-memory-usage-3.s,
+       * ld-scripts/print-memory-usage-3.t,
+       * ld-scripts/print-memory-usage-3.l,
+       * ld-scripts/print-memory-usage.t: New tests.
+       * ld-scripts/print-memory-usage.exp: Run them.
 
-       * ld-arm/ifunc-14.rd: Update symbol values.
+2015-06-05  Nick Clifton  <nickc@redhat.com>
 
-2014-03-19  Nick Clifton  <nickc@redhat.com>
+       * ld-elf/compressed1d.d: Fix typo: iq200 -> iq2000.
 
-       * config/default.exp (ASFLAGS): For the RX target add:
-       -muse-conventional-section-names.
+2015-06-05  Alan Modra  <amodra@gmail.com>
 
-2014-03-15  Alan Modra  <amodra@gmail.com>
+       * ld-powerpc/ppc476-shared.s,
+       * ld-powerpc/ppc476-shared.lnk,
+       * ld-powerpc/ppc476-shared.d,
+       * ld-powerpc/ppc476-shared2.d: New tests.
+       * ld-powerpc/powerpc.exp: Run them.
 
-       * ld-powerpc/vle-reloc-3.d: Remove addresses.
+2015-06-02  Jiong Wang  <jiong.wang@arm.com>
 
-2014-03-14  Alan Modra  <amodra@gmail.com>
+       * ld-aarch64/emit-relocs-313.s: Use gotpage_lo15.
 
-       * ld-powerpc/vle.ld: Place .PPC.EMB.sdata0 within 32k of 0.
-       * ld-powerpc/vle-reloc-3.d: Update.
+2015-06-01  Jiong Wang  <jiong.wang@arm.com>
 
-2014-03-06  Roland McGrath  <mcgrathr@google.com>
+       * ld-aarch64/emit-relocs-28.s: New test file.
+       * ld-aarch64/emit-relocs-28.d: Ditto.
+       * ld-aarch64/aarch64-elf.exp: Run new test.
 
-       * ld-arm/gc-hidden-1.d: Remove target, add not-target to match
-       other ELF-only tests in this directory.  Loosen regexps so they
-       don't care what the exact addresses are.
+2015-06-01  Jiong Wang  <jiong.wang@arm.com>
 
-2014-03-06  Roland McGrath  <mcgrathr@google.com>
+       * ld-aarch64/tprel_add_lo12_overflow.s: New testcase.
+       * ld-aarch64/tprel_add_lo12_overflow.d: Nex expectation file.
+       * ld-aarch64/aarch64-elf.exp: Run new testcase.
 
-       * ld-arm/arm-elf.exp (armelftests_common): Move long-plt case ...
-       (armelftests_nonacl): ... here.
+2015-06-01  Jiong Wang  <jiong.wang@arm.com>
 
-2014-03-05  Alan Modra  <amodra@gmail.com>
+       * ld-aarch64/emit-relocs-313.s: New test file.
+       * ld-aarch64/emit-relocs-313.d: Ditto.
+       * ld-aarch64/aarch64-elf.exp: Run new test.
 
-       Update copyright years.
+2015-05-29  Stephen Kitt  <steve@sk2.org>
 
-2014-03-05  Alan Modra  <amodra@gmail.com>
+       * ld-pe/pe-run2.exp (test_direct2_link_dll): Add $CFLAGS to the
+       compiler command line.
 
-       * ld-powerpc/elfv2-2a.s, ld-powerpc/elfv2-2b.s: New files.
-       * ld-powerpc/elfv2-2exe.d, ld-powerpc/elfv2-2so.d: New files.
-       * ld-powerpc/powerpc.exp: Run new test.
+2015-05-28  Catherine Moore  <clm@codesourcery.com>
 
-2014-03-03  Alan Modra  <amodra@gmail.com>
+       ld/testsuite/
+       * ld-mips-elf/compact-eh.ld: New linker script.
+       * ld-mips-elf/compact-eh1.d: New.
+       * ld-mips-elf/compact-eh1.s: New.
+       * ld-mips-elf/compact-eh1a.s: New.
+       * ld-mips-elf/compact-eh1b.s: New.
+       * ld-mips-elf/compact-eh2.d: New.
+       * ld-mips-elf/compact-eh2.s: New.
+       * ld-mips-elf/compact-eh3.d: New.
+       * ld-mips-elf/compact-eh3.s: New.
+       * ld-mips-elf/compact-eh3a.s: New.
+       * ld-mips-elf/compact-eh4.d: New.
+       * ld-mips-elf/compact-eh5.d: New.
+       * ld-mips-elf/compact-eh6.d: New.
+       * ld-mips-elf/mips-elf.exp: Run new tests.
 
-       * ld-scripts/phdrs2.exp: Correct copyright punctuation.
-       * ld-v850/v850.exp: Correct copyright typo.
+2015-05-27  H.J. Lu  <hongjiu.lu@intel.com>
 
-2014-03-01  Yuri Gribov  <y.gribov@samsung.com>
+       PR binutils/18458
+       * ld-elf/shared.exp (build_tests): Build libpr18458a.so and
+       libpr18458b.so.
+       (run_tests): Run pr18458 test.
+       * ld-elf/pr18458a.c: New file.
+       * ld-elf/pr18458b.c: Likewise.
+       * ld-elf/pr18458c.c: Likewise.
 
-       * ld-arm/long-plt-format.d, ld-arm/arm-elf.exp: Adjust for arm-eabi.
+2015-05-16  H.J. Lu  <hongjiu.lu@intel.com>
 
-2014-02-27  Yuri Gribov  <y.gribov@samsung.com>
+       * ld-i386/i386.exp: Run PR ld/17689 tests with -z now.
+       * ld-x86-64/x86-64.exp: Likewise
+       * ld-i386/pr17689now.rd: New file.
+       * ld-x86-64/pr17689now.rd: Likewise
 
-       * ld-arm/long-plt-format.s: New test case.
-       * ld-arm/long-plt-format.d: Expected disassembly.
-       * ld-arm/arm-elf.exp: Run the new test.
+2015-05-15  H.J. Lu  <hongjiu.lu@intel.com>
 
-2014-02-27  Nick Clifton  <nickc@redhat.com>
-
-       * ld-pe/longsecn-1.d: Allow for extra sections.
-       * ld-pe/longsecn-2.d: Likewise.
-       * ld-pe/longsecn.d: Likewise.
-       * ld-pe/secrel.d: Likewise.
-
-2014-02-21  Alan Modra  <amodra@gmail.com>
+       PR binutis/18386
+       * ld-x86-64/tlsgdesc.dd: Also pass -Mintel64 to objdump.
+       * ld-x86-64/tlspic.dd: Likewise.
+       * ld-x86-64/x86-64.exp (x86_64tests): Also pass -Mintel64 to
+       objdump for tlspic.dd and tlsgdesc.dd.
 
-       * ld-bootstrap/bootstrap.exp: Add ppc476 workaround test.
-       * ld-bootstrap/ppc476.t: New file.
+2015-05-12  H.J. Lu  <hongjiu.lu@intel.com>
 
-2014-02-19  Igor Zamyatin  <igor.zamyatin@intel.com>
-           H.J. Lu  <hongjiu.lu@intel.com>
+       * ld-i386/i386.exp: Run pltgot-1 for Linux targets.
+       * ld-x86-64/x86-64.exp: Likewise.
+       * ld-i386/pltgot-1.d: New file.
+       * ld-i386/pltgot-1.s: Likewise.
+       * ld-x86-64/pltgot-1.d: Likewise.
+       * ld-x86-64/pltgot-1.s: Likewise.
 
-       * ld-x86-64/mpx.exp: Run bnd-ifunc-1 and bnd-plt-1.
-       * ld-x86-64/bnd-ifunc-1.d: New file.
-       * ld-x86-64/bnd-ifunc-1.s: Likewise.
-       * ld-x86-64/bnd-plt-1.d: Likewise.
+2015-05-11  H.J. Lu  <hongjiu.lu@intel.com>
 
-2014-02-18  Jack Carter  <jack.carter@imgtec.com>
+       * ld-i386/i386.exp (iamcu_tests): Run iamcu-4.
+       * ld-i386/iamcu-4.d: New file.
 
-       * ld-mips-elf/pic-and-nonpic-3a.sd: Check DYNAMIC segment flags.
+2015-05-11  H.J. Lu  <hongjiu.lu@intel.com>
 
-2014-02-16  Thomas Schwinge  <thomas@codesourcery.com>
+       * ld-i386/abs-iamcu.d: New file.
+       * ld-i386/dummy.s: Likewise.
+       * ld-i386/foo.s: Likewise.
+       * ld-i386/iamcu-1.d: Likewise.
+       * ld-i386/iamcu-2.d: Likewise.
+       * ld-i386/iamcu-3.d: Likewise.
+       * ld-i386/start.s: Likewise.
+       * ld-i386/i386.exp (iamcu_tests): New.
+       Run iamcu_tests.
 
-       * ld-elfweak/elfweak.exp (setup_xfail_gnu_hurd): Remove function
-       and all usage of it.
+2015-05-08  H.J. Lu  <hongjiu.lu@intel.com>
 
-2014-02-10  H.J. Lu  <hongjiu.lu@intel.com>
+       PR binutis/18386
+       * ld-x86-64/tlsgdesc.dd: Updated.
+       * ld-x86-64/tlspic.dd: Likewise.
 
-       PR gold/16530
-       * ld-elf/dynamic-1.c: New file.
-       * ld-elf/dynamic-1.rd: Likewise.
-       * ld-elf/dynamic-1.syms: Likewise.
+2015-04-29  H.J. Lu  <hongjiu.lu@intel.com>
 
-       * ld-elf/shared.exp (build_tests): Add dynamic-1.
+       PR ld/18354
+       * ld-elf/compress.exp (run_tests): Link the last zlibnormal,
+       gnunormal and gabinormal against libfoozlib.so.
 
-2014-02-02  Sebastian Huber  <sebastian.huber@embedded-brains.de>
+2015-04-27  Renlin Li  <renlin.li@arm.com>
 
-       * ld-scripts/rgn-at9.d: New file.
-       * ld-scripts/rgn-at9.t: Likewise.
-       * ld-scripts/rgn-at10.d: Likewise.
-       * ld-scripts/rgn-at10.s: Likewise.
-       * ld-scripts/rgn-at10.t: Likewise.
-       * ld-scripts/rgn-at11.d: Likewise.
-       * ld-scripts/rgn-at11.t: Likewise.
+       * ld-arm/ifunc-10.dd: Adjust expected output.
+       * ld-arm/ifunc-2.dd: Likewise.
 
-2014-01-30  Sandra Loosemore  <sandra@codesourcery.com>
+2015-04-27  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
 
-       * ld-nios2/relax_call26.s: New.
-       * ld-nios2/relax_call26_boundary.ld: New.
-       * ld-nios2/relax_call26_boundary.s: New.
-       * ld-nios2/relax_call26_boundary_c8.d: New.
-       * ld-nios2/relax_call26_boundary_cc.d: New.
-       * ld-nios2/relax_call26_boundary_d0.d: New.
-       * ld-nios2/relax_call26_boundary_d4.d: New.
-       * ld-nios2/relax_call26_boundary_d8.d: New.
-       * ld-nios2/relax_call26_boundary_dc.d: New.
-       * ld-nios2/relax_call26_boundary_f0.d: New.
-       * ld-nios2/relax_call26_boundary_f4.d: New.
-       * ld-nios2/relax_call26_boundary_f8.d: New.
-       * ld-nios2/relax_call26_boundary_fc.d: New.
-       * ld-nios2/relax_call26_cache.d: New.
-       * ld-nios2/relax_call26_cache.ld: New.
-       * ld-nios2/relax_call26_cache.s: New.
-       * ld-nios2/relax_call26_multi.d: New.
-       * ld-nios2/relax_call26_multi.ld: New.
-       * ld-nios2/relax_call26_norelax.d: New.
-       * ld-nios2/relax_call26_shared.d: New.
-       * ld-nios2/relax_call26_shared.ld: New.
+       * ld-s390/gotreloc_31-1.dd: Use instruction mnemonics.
 
-2014-01-29  H.J. Lu  <hongjiu.lu@intel.com>
+2015-04-24  Alan Modra  <amodra@gmail.com>
 
-       * ld-elf/rdynamic-1.c: New file.
-       * ld-elf/rdynamic-1.rd: Likewise.
+       * ld-powerpc/tocnovar.d: Revert last change.
 
-       * ld-elf/shared.exp (build_tests): Add rdynamic-1.
+2015-04-24  Richard Earnshaw  <rearnsha@arm.com>
 
-2014-01-28  Nick Clifton  <nickc@redhat.com>
+       * ld-arm/armthumb-lib.d: Regenerate expected output.
+       * ld-arm/armthumb-lib.d: Likewise.
+       * ld-arm/armthumb-lib.sym: Likewise.
+       * ld-arm/cortex-a8-fix-b-rel-arm.d: Likewise.
+       * ld-arm/cortex-a8-fix-b-rel-thumb.d: Likewise.
+       * ld-arm/cortex-a8-fix-b.d: Likewise.
+       * ld-arm/cortex-a8-fix-bcc-rel-thumb.d: Likewise.
+       * ld-arm/cortex-a8-fix-bcc.d: Likewise.
+       * ld-arm/cortex-a8-fix-bl-rel-arm.d: Likewise.
+       * ld-arm/cortex-a8-fix-bl-rel-plt.d: Likewise.
+       * ld-arm/cortex-a8-fix-bl-rel-thumb.d: Likewise.
+       * ld-arm/cortex-a8-fix-bl.d: Likewise.
+       * ld-arm/cortex-a8-fix-blx-bcond.d: Likewise.
+       * ld-arm/cortex-a8-fix-blx-rel-arm.d: Likewise.
+       * ld-arm/cortex-a8-fix-blx-rel-thumb.d: Likewise.
+       * ld-arm/cortex-a8-fix-blx.d: Likewise.
+       * ld-arm/cortex-a8-fix-hdr.d: Likewise.
+       * ld-arm/farcall-mixed-app-v5.d: Likewise.
+       * ld-arm/farcall-mixed-app.d: Likewise.
+       * ld-arm/farcall-mixed-lib-v4t.d: Likewise.
+       * ld-arm/farcall-mixed-lib.d: Likewise.
+       * ld-arm/mixed-app-v5.d: Likewise.
+       * ld-arm/mixed-app.d: Likewise.
+       * ld-arm/mixed-lib.d: Likewise.
 
-       PR binutils/16317
-       * ld-tic6x/shlib-1.rd: Expect I attribute with RELA sections.
+2015-04-24  Nick Clifton  <nickc@redhat.com>
+
+       * ld-elf/compressed1d.d: Add notarget for ELF based targets that
+       do not use elf.em.
+
+2015-04-24  Hans-Peter Nilsson  <hp@axis.com>
+
+       * ld-elf/compressed1e.d: Correct xfail to notarget and cris*-*-*
+       to cris*-*-elf.
+
+2015-04-23  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * ld-elf/compressed1e.d: Only run for Linux/gnu.  Xfail cris and
+       frv.
+
+2015-04-23  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR ld/18277
+       * ld-elf/compressed1d.d: New.
+       * ld-elf/compressed1e.d: Likewise.
+
+2015-04-23  Alan Modra  <amodra@gmail.com>
+
+       * ld-powerpc/ambiguousv1b.d: Update for aligned .got.
+       * ld-powerpc/defsym.d: Likewise.
+       * ld-powerpc/elfv2-2exe.d: Likewise.
+       * ld-powerpc/elfv2exe.d: Likewise.
+       * ld-powerpc/elfv2so.d: Likewise.
+       * ld-powerpc/relbrlt.d: Likewise.
+       * ld-powerpc/tls.g: Likewise.
+       * ld-powerpc/tlsexe.d: Likewise.
+       * ld-powerpc/tlsexe.g: Likewise.
+       * ld-powerpc/tlsexe.r: Likewise.
+       * ld-powerpc/tlsexetoc.d: Likewise.
+       * ld-powerpc/tlsexetoc.g: Likewise.
+       * ld-powerpc/tlsexetoc.r: Likewise.
+       * ld-powerpc/tlsso.d: Likewise.
+       * ld-powerpc/tlsso.g: Likewise.
+       * ld-powerpc/tlsso.r: Likewise.
+       * ld-powerpc/tlstoc.g: Likewise.
+       * ld-powerpc/tlstocso.d: Likewise.
+       * ld-powerpc/tlstocso.g: Likewise.
+       * ld-powerpc/tlstocso.r: Likewise.
+       * ld-powerpc/tocopt.d: Likewise.
+       * ld-powerpc/tocopt2.d: Likewise.
+       * ld-powerpc/tocopt3.d: Likewise.
+       * ld-powerpc/tocopt4.d: Likewise.
+       * ld-powerpc/tocopt5.d: Likewise.
+       * ld-powerpc/tocnovar.d: Adjust.
+
+2015-04-22  Alan Modra  <amodra@gmail.com>
+
+       * ld-x86-64/pr18176.d: Update.
+
+2015-04-22  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR ld/18289
+       * ld-i386/copyreloc-lib.c: New file.
+       * ld-i386/copyreloc-main.S: Likewise.
+       * ld-i386/copyreloc-main.out: Likewise.
+       * ld-i386/copyreloc-main1.rd: Likewise.
+       * ld-i386/copyreloc-main2.rd: Likewise.
+       * ld-i386/dummy.c: Likewise.
+       * ld-i386/pr17689.out: Likewise.
+       * ld-i386/pr17689.rd: Likewise.
+       * ld-i386/pr17689a.c: Likewise.
+       * ld-i386/pr17689b.S: Likewise.
+       * ld-i386/pr17827.rd: Likewise.
+       * ld-i386/pr17827ver.rd: Likewise.
+       * ld-i386/i386.exp: Run copyreloc tests.
+
+2015-04-20  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * ld-mmix/bspec1.d: Don't hardcode offset of .shstrtab section.
+       * ld-mmix/bspec2.d: Likewise.
+       * ld-mmix/local1.d: Likewise.
+       * ld-mmix/local3.d: Likewise.
+       * ld-mmix/local5.d: Likewise.
+       * ld-mmix/local7.d: Likewise.
+       * ld-mmix/undef-3.d: Likewise.
+       * ld-sh/sh64/crangerel1.rd: Likewise.
+       * ld-sh/sh64/crangerel2.rd: Likewise.
+       * ld-tic6x/common.d: Likewise.
+       * ld-tic6x/shlib-1.rd: Likewise.
        * ld-tic6x/shlib-1b.rd: Likewise.
        * ld-tic6x/shlib-1r.rd: Likewise.
        * ld-tic6x/shlib-1rb.rd: Likewise.
-       * ld-tic6x/shlib-app-1rd: Likewise.
+       * ld-tic6x/shlib-app-1.rd: Likewise.
        * ld-tic6x/shlib-app-1b.rd: Likewise.
        * ld-tic6x/shlib-app-1r.rd: Likewise.
        * ld-tic6x/shlib-app-1rb.rd: Likewise.
        * ld-tic6x/static-app-1b.rd: Likewise.
        * ld-tic6x/static-app-1r.rd: Likewise.
        * ld-tic6x/static-app-1rb.rd: Likewise.
-       PR binutils/16318
-       * ld-tic6x/tic6x.exp: Expect C6000 osabi value in relocatable
-       objects.
+       * ld-x86-64/ilp32-4.d: Likewise.
+       * ld-x86-64/split-by-file-nacl.rd: Likewise.
+       * ld-x86-64/split-by-file.rd: Likewise.
+
+2015-04-14  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * ld-elf/compress.exp (build_tests): Add tests for
+       --compress-debug-sections=.
+       (run_tests): Likewise.
+       Add additonal tests for --compress-debug-sections=.
+       * ld-elf/gabiend.rt: New file.
+       * ld-elf/gabinormal.rt: Likewise.
+       * ld-elf/gnubegin.rS: Likewise.
+       * ld-elf/gnunormal.rS: Likewise.
+       * ld-elf/zlibbegin.rS: Likewise.
+       * ld-elf/zlibnormal.rS: Likewise.
+
+2015-04-15  Alan Modra  <amodra@gmail.com>
+
+       * ld-gc/pr18223.d: xfail tic6x.
+
+2015-04-14  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR ld/pr17709
+       * ld-i386/i386.exp: Run protected6b.
+       * ld-i386/protected6b.d: New file.
+       * ld-x86-64/protected6b.d: Likewise.
+       * ld-x86-64/x86-64.exp:  Run protected6b.
+
+2015-04-11  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * ld-i386/i386.exp: Run protected6a.
+       * ld-i386/protected6.d: Renamed to ...
+       * ld-i386/protected6a.d: This.
+       * ld-x86-64/hidden4.d: New file.
+       * ld-x86-64/hidden4.s: Likewise.
+       * ld-x86-64/hidden5.d: Likewise.
+       * ld-x86-64/hidden5.s: Likewise.
+       * ld-x86-64/protected6.d: Renamed to ...
+       * ld-x86-64/protected6a.d: This.
+       * ld-x86-64/x86-64.exp: Run hidden4, hidden5, protected6a,
+       protected7a and protected7b.
+
+2015-04-10  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR ld/pr17709
+       * ld-i386/protected6.d: New file.
+       * ld-i386/protected6.s: Likewise.
+       * ld-x86-64/protected6.d: Likewise.
+       * ld-x86-64/protected6.s: Likewise.
+       * ld-x86-64/protected7.d: Likewise.
+       * ld-x86-64/protected7.s: Likewise.
+       * ld-x86-64/protected7a.d: Likewise.
+       * ld-x86-64/protected7b.d: Likewise.
+
+2015-04-10  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR ld/pr15228
+       PR ld/pr17709
+       * ld-i386/i386.exp (i386tests): Add a test for PR ld/17709.
+       * ld-i386/pr17709-nacl.rd: New file.
+       * ld-i386/pr17709.rd: Likewise.
+       * ld-i386/pr17709a.s: Likewise.
+       * ld-i386/pr17709b.s: Likewise.
+       * ld-i386/protected3.d: Updated.
+       * ld-i386/protected3.s: Likewise.
+       * ld-x86-64/pr17709-nacl.rd: New file.
+       * ld-x86-64/pr17709.rd: Likewise.
+       * ld-x86-64/pr17709a.s: Likewise.
+       * ld-x86-64/pr17709b.s: Likewise.
+       * ld-x86-64/protected3.d: Updated.
+       * ld-x86-64/protected3.s: Likewise.
+       * ld-x86-64/x86-64.exp (x86_64tests): Add a test for PR ld/17709.
+
+2015-04-10  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR ld/18223
+       * ld-gc/gc.exp: Run pr18223.
+       * ld-gc/pr18223.d: New file.
+       * ld-gc/pr18223.s: Likewise.
+
+2015-04-10  Alan Modra  <amodra@gmail.com>
+
+       Revert 2015-03-05  H.J. Lu  <hongjiu.lu@intel.com>
+       PR ld/pr15228
+       PR ld/pr17709
+       * ld-i386/i386.exp (i386tests): Remove test for PR ld/17709.
+       * ld-i386/pr17709-nacl.rd: Delete.
+       * ld-i386/pr17709.rd: Likewise.
+       * ld-i386/pr17709a.s: Likewise.
+       * ld-i386/pr17709b.s: Likewise.
+       * ld-i386/protected3.d: Updated.
+       * ld-i386/protected3.s: Likewise.
+       * ld-x86-64/pr17709-nacl.rd: Delete.
+       * ld-x86-64/pr17709.rd: Likewise.
+       * ld-x86-64/pr17709a.s: Likewise.
+       * ld-x86-64/pr17709b.s: Likewise.
+       * ld-x86-64/protected3.d: Updated.
+       * ld-x86-64/protected3.s: Likewise.
+       * ld-x86-64/x86-64.exp (x86_64tests): Remove test for PR ld/17709.
+
+2015-04-08  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * ld-elf/compress.exp: Add a test for
+       --compress-debug-sections=zlib-gabi.
+       (build_tests): Add 2 tests for --compress-debug-sections=zlib-gabi.
+       (run_tests): Likewise.
+       Verify linker output with zlib-gabi compressed debug input.
+       * ld-elf/compressed1a.d: New file.
+       * ld-elf/compressed1b.d: Likewise.
+       * ld-elf/compressed1c.d: Likewise.
+
+2015-04-07  Alan Modra  <amodra@gmail.com>
+
+       * ld-arm/tls-gdesc-nlazy.g: Adjust for readelf note.
+       * ld-tic6x/shlib-1.rd: Expect corrected .rela.plt sh_info.
+       * ld-tic6x/shlib-1b.rd: Likewise.
+       * ld-tic6x/shlib-1r.rd: Likewise.
+       * ld-tic6x/shlib-1rb.rd: Likewise.
+       * ld-tic6x/shlib-app-1.rd: Likewise.
+       * ld-tic6x/shlib-app-1b.rd: Likewise.
+       * ld-tic6x/shlib-app-1r.rd: Likewise.
+       * ld-tic6x/shlib-app-1rb.rd: Likewise.
+       * ld-tic6x/shlib-noindex.rd: Likewise.
+
+2015-04-07  Nick Clifton  <nickc@redhat.com>
+
+       * ld-elf/orphan-5.l: New test - checks the linker's output with
+       --warn-orphan enabled.
+       * ld-elf/elf.exp: Run the new test.
+
+2015-04-06  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * ld-elf/compress.exp: Remove is_zlib_supported check.
+       Fail if --compress-debug-sections doesn't work.
+       * lib/ld-lib.exp (run_dump_test): Remove is_zlib_supported check.
+
+2015-04-01  Tejas Belagod  <tejas.belagod@arm.com>
+
+       * ld-aarch64/aarch64-elf.exp: Add erratum843419 test.
+       * ld-aarch64/erratum843419.d: New.
+       * ld-aarch64/erratum843419.s: New.
+
+2015-04-01  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR ld/18176
+       * ld-x86-64/pr18176.d: New file.
+       * ld-x86-64/pr18176.s: Likewise.
+       * ld-x86-64/pr18176.t: Likewise.
+       * ld-x86-64/x86-64.exp: Run pr18176.
+
+2015-03-31  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * ld-bootstrap/bootstrap.exp (extralibs): Add -lz.
+
+2015-03-30  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR ld/18169
+       * ld-elf/linkinfo1a.d: Updated.
+       * ld-elf/linkinfo1b.d: Likewise.
 
-2014-01-24  H.J. Lu  <hongjiu.lu@intel.com>
+2015-03-27  H.J. Lu  <hongjiu.lu@intel.com>
 
-       * ld-elf/pr16498a.s: Replace .align with .p2align.
+       * ld-x86-64/pr18160.d: Don't run for x86_64-*-nacl* target.
 
-2014-01-24  H.J. Lu  <hongjiu.lu@intel.com>
+2015-03-26  Tejas Belagod  <tejas.belagod@arm.com>
+
+       * ld-aarch64/farcall-back-be.d: New.
+
+2015-03-26  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR ld/18160
+       * ld-x86-64/pr18160.d: New file.
+       * ld-x86-64/pr18160.s: Likewise.
+       * ld-x86-64/pr18160.t: Likewise.
+       * ld-x86-64/x86-64.exp: Run pr18160.
+---
+2015-03-25  Marcus Shawcroft  <marcus.shawcroft@arm.com>
+
+       * ld-aarch64/erratum835769.d: Adjust for initial branch over stub
+       section.
+       * ld-aarch64/farcall-b.d: Likewise.
+       * ld-aarch64/farcall-bl.d: Likewise.
+       * ld-aarch64/farcall-back.d: Likewise.
+
+2015-03-25  Marcus Shawcroft  <marcus.shawcroft@arm.com>
+
+       * ld-aarch64/erratum835769.d: Adjust for removal of padding before
+       835769 workaround stubs.
+
+2015-03-25  Senthil Kumar Selvaraj  <senthil_kumar.selvaraj@atmel.com>
+
+       * ld-gc/all-debug-sections.d: New file.
+       * ld-gc/all-debug-sections.s: Likewise.
+       * ld-gc/gc.exp: Execute new testcase.
+
+2015-03-11  Alan Modra  <amodra@gmail.com>
+
+       * ld-powerpc/tls32.s: Add GOT pointer setup.
+       * ld-powerpc/tls32.d: Update.
+       * ld-powerpc/tls32.g: Update.
+       * ld-powerpc/tls32.t: Update.
+       * ld-powerpc/tlsexe.d: Update.
+       * ld-powerpc/tlsexe32.d: Update.
+       * ld-powerpc/tlsexe32.g: Update.
+       * ld-powerpc/tlsexe32.r: Update.
+       * ld-powerpc/tlsexetoc.d: Update.
+       * ld-powerpc/tlsso32.d: Update.
+       * ld-powerpc/tlsso32.g: Update.
+       * ld-powerpc/tlsso32.r: Update.
+
+2015-03-05  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR ld/pr15228
+       PR ld/pr17709
+       * ld-i386/i386.exp (i386tests): Add a test for PR ld/17709.
+       * ld-i386/pr17709-nacl.rd: New file.
+       * ld-i386/pr17709.rd: Likewise.
+       * ld-i386/pr17709a.s: Likewise.
+       * ld-i386/pr17709b.s: Likewise.
+       * ld-i386/protected3.d: Updated.
+       * ld-i386/protected3.s: Likewise.
+       * ld-x86-64/pr17709-nacl.rd: New file.
+       * ld-x86-64/pr17709.rd: Likewise.
+       * ld-x86-64/pr17709a.s: Likewise.
+       * ld-x86-64/pr17709b.s: Likewise.
+       * ld-x86-64/protected3.d: Updated.
+       * ld-x86-64/protected3.s: Likewise.
+       * ld-x86-64/x86-64.exp (x86_64tests): Add a test for PR ld/17709.
+
+2015-03-04  Richard Sandiford  <richard.sandiford@arm.com>
+
+       PR gas/17843
+       * ld-aarch64/tlsle.s, ld-aarch64/tlsle.d: New test.
+       * ld-aarch64/aarch64-elf.exp: Run it.
+
+2015-02-28  Alan Modra  <amodra@gmail.com>
+
+       * ld-sparc/gotop32.rd: Update for changed padding in data sections.
+       * ld-sparc/gotop32.td: Likewise.
+       * ld-sparc/gotop64.rd: Likewise.
+       * ld-sparc/gotop64.td: Likewise.
+       * ld-tilegx/external.s: Align .data.
+       * ld-tilepro/external.s: Likewise.
+
+2015-02-26  Marcus Shawcroft  <marcus.shawcroft@arm.com>
+
+       * ld-aarch64/aarch64-elf.exp (tls-tiny-desc, tls-tiny-desc-ie)
+       (tls-tiny-desc-le): Add.
+       * ld-aarch64/tls-tiny-desc.d: New.
+       * ld-aarch64/tls-tiny-desc.s: New.
+       * ld-aarch64/tls-tiny-desc-ie.d: New.
+       * ld-aarch64/tls-tiny-desc-ie.s: New.
+       * ld-aarch64/tls-tiny-desc-le.d: New.
+       * ld-aarch64/tls-tiny-desc-le.s: New.
+
+2015-02-26  Marcus Shawcroft  <marcus.shawcroft@arm.com>
+
+       * ld-aarch64/aarch64-elf.exp (tls-tiny-gd, tls-tiny-gd-ie)
+       (tls-tiny-gd-le): Add.
+       * ld-aarch64/tls-tiny-gd.d: New.
+       * ld-aarch64/tls-tiny-gd.s: New.
+       * ld-aarch64/tls-tiny-gd-ie.d: New.
+       * ld-aarch64/tls-tiny-gd-ie.s: New.
+       * ld-aarch64/tls-tiny-gd-le.d: New.
+       * ld-aarch64/tls-tiny-gd-le.s: New.
+
+2015-02-26  Marcus Shawcroft  <marcus.shawcroft@arm.com>
+
+       * ld-aarch64/aarch64-elf.exp: Add tls-tiny-ie.
+       * ld-aarch64/tls-tiny-ie.d: New.
+       * ld-aarch64/tls-tiny-ie.s: New.
+
+2015-02-26  Terry Guo  <terry.guo@arm.com>
+
+       * ld-arm/attr-merge-3.attr: Remove Tag_ABI_HardFP_use.
+       * ld-arm/attr-merge-vfp-10.d: Likewise.
+       * ld-arm/attr-merge-vfp-10r.d: Likewise.
+       * ld-arm/attr-merge-vfp-12.d: Likewise.
+       * ld-arm/attr-merge-vfp-12r.d: Likewise.
+       * ld-arm/attr-merge-vfp-13.d: Likewise.
+       * ld-arm/attr-merge-vfp-13r.d: Likewise.
+       * ld-arm/attr-merge-vfp-14.d: Likewise.
+       * ld-arm/attr-merge-vfp-14r.d: Likewise.
+       * ld-arm/attr-merge-vfp-6.d: Likewise.
+       * ld-arm/attr-merge-vfp-6r.d: Likewise.
+       * ld-arm/attr-merge-vfp-7.d: Likewise.
+       * ld-arm/attr-merge-vfp-7r.d: Likewise.
+       * ld-arm/attr-merge-vfp-8.d: Likewise.
+       * ld-arm/attr-merge-vfp-8r.d: Likewise.
+
+2015-02-25  Andrew Burgess  <andrew.burgess@embecosm.com>
+
+       * ld-avr/avr-prop-1.d: New file.
+       * ld-avr/avr-prop-1.s: New file.
+       * ld-avr/avr-prop-2.d: New file.
+       * ld-avr/avr-prop-2.s: New file.
+       * ld-avr/avr-prop-3.d: New file.
+       * ld-avr/avr-prop-3.s: New file.
+       * ld-avr/avr-prop-4.d: New file.
+       * ld-avr/avr-prop-4.s: New file.
+
+2015-02-25  Oleg Endo  <olegendo@gcc.gnu.org>
+
+       * ld-sh/arch/arch_expected.txt: Regenerate.
+       * ld-sh/arch/sh-dsp.s: Likewise.
+       * ld-sh/arch/sh.s: Likewise.
+       * ld-sh/arch/sh2.s: Likewise.
+       * ld-sh/arch/sh2a-nofpu-or-sh3-nommu.s: Likewise.
+       * ld-sh/arch/sh2a-nofpu-or-sh4-nommu-nofpu.s: Likewise.
+       * ld-sh/arch/sh2a-nofpu.s: Likewise.
+       * ld-sh/arch/sh2a-or-sh3e.s: Likewise.
+       * ld-sh/arch/sh2a-or-sh4.s: Likewise.
+       * ld-sh/arch/sh2a.s: Likewise.
+       * ld-sh/arch/sh2e.s: Likewise.
+       * ld-sh/arch/sh3-dsp.s: Likewise.
+       * ld-sh/arch/sh3-nommu.s: Likewise.
+       * ld-sh/arch/sh3.s: Likewise.
+       * ld-sh/arch/sh3e.s: Likewise.
+       * ld-sh/arch/sh4-nofpu.s: Likewise.
+       * ld-sh/arch/sh4-nommu-nofpu.s: Likewise.
+       * ld-sh/arch/sh4.s: Likewise.
+       * ld-sh/arch/sh4a-nofpu.s: Likewise.
+       * ld-sh/arch/sh4a.s: Likewise.
+       * ld-sh/arch/sh4al-dsp.s: Likewise.
+
+2015-02-24  Nick Clifton  <nickc@redhat.com>
+
+       * ld-elf/extract-symbol-1sec.d: Expect to fail on the V850.
+
+2015-02-24  Alan Modra  <amodra@gmail.com>
+
+       * ld-elf/merge3.s, * ld-elf/merge3.d: New test.
+
+2015-02-24  Senthil Kumar Selvaraj  <senthil_kumar.selvaraj@atmel.com>
+
+       * ld-avr/region_overflow.d: New test.
+       * ld-avr/region_overflow.s: Likewise.
+
+2015-02-19  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR ld/4317
+       * ld-i386/compressed1.d: Use nm/readelf with "failif".
+       * ld-x86-64/compressed1.d: Likewise.
+       * ld-x86-64/pie1.d: Likewise.
+
+2015-02-19  Alan Modra  <amodra@gmail.com>
+
+       PR ld/4317
+       * ld-aarch64/gc-tls-relocs.d, * ld-cris/locref2.d,
+       * ld-elf/ehdr_start-weak.d, * ld-elf/group1.d,
+       * ld-i386/compressed1.d, * ld-ia64/error1.d, * ld-ia64/error2.d,
+       * ld-ia64/error3.d, * ld-mips-elf/pic-and-nonpic-1.nd,
+       * ld-mmix/undef-3.d, * ld-powerpc/tlsexe.r, * ld-powerpc/tlsexetoc.r,
+       * ld-powerpc/tlsso.r, * ld-powerpc/tlstocso.r,
+       * ld-x86-64/compressed1.d, * ld-x86-64/pie1.d: Update.
+
+2015-02-17  Alan Modra  <amodra@gmail.com>
+
+       PR ld/17975
+       * ld-aarch64/gc-tls-relocs.d, * ld-alpha/tlspic.rd,
+       * ld-cris/libdso-2.d, * ld-i386/tlsdesc-nacl.rd, * ld-i386/tlsdesc.rd,
+       * ld-i386/tlsnopic-nacl.rd, * ld-i386/tlsnopic.rd,
+       * ld-i386/tlspic-nacl.rd, * ld-i386/tlspic.rd, * ld-ia64/tlspic.rd,
+       * ld-powerpc/tlsexe.r, * ld-powerpc/tlsexetoc.r,
+       * ld-powerpc/tlsso.r, * ld-powerpc/tlstocso.r,
+       * ld-s390/tlspic.rd, * ld-s390/tlspic_64.rd,
+       * ld-sparc/tlssunnopic32.rd, * ld-sparc/tlssunnopic64.rd,
+       * ld-sparc/tlssunpic32.rd, * ld-sparc/tlssunpic64.rd,
+       * ld-tic6x/shlib-1.rd, * ld-tic6x/shlib-1b.rd, * ld-tic6x/shlib-1r.rd,
+       * ld-tic6x/shlib-1rb.rd, * ld-tic6x/shlib-noindex.rd,
+       * ld-x86-64/tlsdesc-nacl.rd, * ld-x86-64/tlsdesc.rd,
+       * ld-x86-64/tlspic-nacl.rd, * ld-x86-64/tlspic.rd: Update.
+
+2015-02-16  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR ld/17975
+       * ld-i386/tlsbin-nacl.rd: Updated.
+       * ld-i386/tlsbin.rd: Likewise.
+       * ld-i386/tlsbindesc-nacl.rd: Likewise.
+       * ld-i386/tlsbindesc.rd: Likewise.
+       * ld-i386/tlsdesc-nacl.rd: Likewise.
+       * ld-i386/tlsdesc.rd: Likewise.
+       * ld-i386/tlsnopic-nacl.rd: Likewise.
+       * ld-i386/tlsnopic.rd: Likewise.
+       * ld-i386/tlspic-nacl.rd: Likewise.
+       * ld-i386/tlspic.rd: Likewise.
+       * ld-x86-64/tlsbin-nacl.rd: Likewise.
+       * ld-x86-64/tlsbin.rd: Likewise.
+       * ld-x86-64/tlsbindesc-nacl.rd: Likewise.
+       * ld-x86-64/tlsbindesc.rd: Likewise.
+       * ld-x86-64/tlsdesc-nacl.rd: Likewise.
+       * ld-x86-64/tlsdesc.rd: Likewise.
+       * ld-x86-64/tlspic-nacl.rd: Likewise.
+       * ld-x86-64/tlspic.rd: Likewise.
+       * ld-alpha/tlspic.rd: Likewise.
+       * ld-powerpc/tlsexe.r: Likewise.
+       * ld-powerpc/tlsexetoc.r: Likewise.
+       * ld-powerpc/tlsso.r: Likewise.
+       * ld-powerpc/tlstocso.r: Likewise.
+       * ld-s390/tlspic.rd: Likewise.
+       * ld-s390/tlspic_64.rd: Likewise.
+       * ld-sparc/gotop32.dd: Likewise.
+       * ld-sparc/gotop64.dd: Likewise.
+       * ld-sparc/tlssunnopic32.rd: Likewise.
+       * ld-sparc/tlssunnopic64.rd: Likewise.
+       * ld-sparc/tlssunpic32.rd: Likewise.
+       * ld-sparc/tlssunpic64.rd: Likewise.
+       * ld-tic6x/shlib-1.rd: Likewise.
+       * ld-tic6x/shlib-1b.rd: Likewise.
+       * ld-tic6x/shlib-1r.rd: Likewise.
+       * ld-tic6x/shlib-1rb.rd: Likewise.
+       * ld-tic6x/shlib-noindex.rd: Likewise.
+
+2015-02-14  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR ld/17973
+       * ld-plugin/plugin.exp (regassilent): New.
+       Compile tmpdir/dummy.s and ld-plugin/pr17973.s.
+       (plugin_tests): Add a test for PR ld/17973.
+       * ld-plugin/pr17973.d: New file.
+       * ld-plugin/pr17973.s: Likewise.
+
+2015-02-12  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * ld-i386/i386.exp: Replace elf_i386 with elf_i386_nacl for nacl.
+
+2015-02-11  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * ld-plugin/plugin-27.d: New.
+       * ld-plugin/plugin-28.d: Likewise.
+       * ld-plugin/plugin-29.d: Likewise.
+       * plugin.exp (plugin_tests): Add tests for LDPL_FATAL, LDPL_ERROR
+       and LDPL_WARNING.
+
+2015-02-11  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR ld/17878
+       * ld-plugin/func.c: Add some comments.
+       * ld-plugin/plugin-13.d: New file.
+       * ld-plugin/plugin-14.d: Likewise.
+       * ld-plugin/plugin-15.d: Likewise.
+       * ld-plugin/plugin-16.d: Likewise.
+       * ld-plugin/plugin-17.d: Likewise.
+       * ld-plugin/plugin-18.d: Likewise.
+       * ld-plugin/plugin-19.d: Likewise.
+       * ld-plugin/plugin-20.d: Likewise.
+       * ld-plugin/plugin-21.d: Likewise.
+       * ld-plugin/plugin-22.d: Likewise.
+       * ld-plugin/plugin-23.d: Likewise.
+       * ld-plugin/plugin-24.d: Likewise.
+       * ld-plugin/plugin-25.d: Likewise.
+       * ld-plugin/plugin-26.d: Likewise.
+       * ld-plugin/plugin.exp (plugin2_name): New.
+       (plugin3_name): Likewise.
+       (plugin2_path): Likewise.
+       (plugin3_path): Likewise.
+       (testsrcfiles): Likewise.
+       (testsrcfiles_notext): Likewise.
+       (plugin_tests): Add tests for non-object IR file.
+       (plugin_lib_tests): Likewise.
+       (plugin_extra_elf_tests): Likewise.
+       (plugin_src_tests): New tests for non-object IR file.
+       Run nm --plugin test.
+       Run ar --plugin test.
+       Run plugin_src_tests.
+
+2015-02-07  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR ld/17935
+       * ld-i386/i386.exp: Run pr17935-1 and pr17935-2.
+       * ld-x86-64/x86-64.exp: Likewise.
+
+       * ld-i386/pr17935-1.d: New file.
+       * ld-i386/pr17935-1.s: Likewise.
+       * ld-i386/pr17935-2.d: Likewise.
+       * ld-i386/pr17935-2.s: Likewise.
+       * ld-x86-64/pr17935-1.d: Likewise.
+       * ld-x86-64/pr17935-1.s: Likewise.
+       * ld-x86-64/pr17935-2.d: Likewise.
+       * ld-x86-64/pr17935-2.s: Likewise.
+
+2015-02-06  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR ld/12365
+       PR ld/14272
+       * ld-plugin/lto.exp: Run the PR ld/12365 test only for x86 targets.
+       * ld-plugin/plugin-7.d: Updated.
+       * ld-plugin/plugin-8.d: Likewise.
+
+2015-02-04  H.J. Lu  <hongjiu.lu@intel.com>
+
+       *  ld-plugin/lto.exp: Pass -flto-partition=none to the PR
+       ld/12365 test.
+
+2015-02-03  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR ld/12365
+       * ld-plugin/pr12365a.c: New file.
+       * ld-plugin/pr12365b.c: Likewise.
+       * ld-plugin/pr12365c.c: Likewise.
+
+       * ld-plugin/lto.exp (lto_link_tests): Prepare for the PR ld/12365
+       test.
+       Run the PR ld/12365 test.
+
+2015-02-03  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR ld/14918
+       * ld-plugin/lto.exp (lto_link_elf_tests): Add PR ld/14918 test.
+
+       * ld-plugin/pr14918.c: New file.
+       * ld-plugin/pr14918.d: Likewise.
+
+2015-01-29  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * lib/ld-lib.exp (ar_simple_create): Move -rc before $aropts.
+
+2015-01-29  Alan Modra  <amodra@gmail.com>
+
+       * ld-powerpc/tlsld.d, * ld-powerpc/tlsld.s: New test.
+       * ld-powerpc/tlsld32.d, * ld-powerpc/tlsld32.s: New test.
+       * ld-powerpc/powerpc.exp: Run them.  Move tocvar and tocnovar.
+
+2015-01-28  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR ld/17878
+       * ld-plugin/plugin-1.d: Add LDPT_GET_VIEW.
+       * ld-plugin/plugin-10.d: Likewise.
+       * ld-plugin/plugin-11.d: Likewise.
+       * ld-plugin/plugin-2.d: Likewise.
+       * ld-plugin/plugin-3.d: Likewise.
+       * ld-plugin/plugin-4.d: Likewise.
+       * ld-plugin/plugin-5.d: Likewise.
+       * ld-plugin/plugin-6.d: Likewise.
+       * ld-plugin/plugin-7.d: Likewise.
+       * ld-plugin/plugin-8.d: Likewise.
+       * ld-plugin/plugin-9.d: Likewise.
+
+2015-01-28  Jan Beulich  <jbeulich@suse.com>
+
+       * ld-elf/pr16322.s (p1): Rename to px1.
+       (f1): Rename to fx1.
+
+2015-01-28  Alan Modra  <amodra@gmail.com>
+
+       * ld-powerpc/tocvar.d, * ld-powerpc/tocvar.s: New test.
+       * ld-powerpc/tocnovar.d, * ld-powerpc/tocnovar.s: New test.
+       * ld-powerpc/powerpc.exp: Run tocvar and tocnovar.
+
+2015-01-28  Senthil Kumar Selvaraj  <senthil_kumar.selvaraj@atmel.com>
+
+       * ld-scripts/memory.t: Define new symbol tred.
+       * ld-scripts/memory_sym.t: New.
+       * ld-scripts/script.exp: Perform MEMORY with symbols test, and
+       conditionally check values of linker symbols.
+
+2015-01-20  Andrew Burgess  <andrew.burgess@embecosm.com>
+
+       * ld-scripts/provide-4-map.d: Update expected output.
+       * ld-scripts/provide-5-map.d: Likewise.
+
+2015-01-20  Andrew Burgess  <andrew.burgess@embecosm.com>
+
+       * ld-scripts/provide-4.d: New file.
+       * ld-scripts/provide-4-map.d: New file.
+       * ld-scripts/provide-4.t: New file.
+       * ld-scripts/provide-5.d: New file.
+       * ld-scripts/provide-5.s: New file.
+       * ld-scripts/provide-5-map.d: New file.
+       * ld-scripts/provide-5.t: New file.
+       * ld-scripts/provide.exp: Run the provide-4.d and provide-5.d
+       tests.
 
-       PR ld/16498
-       * ld-elf/pr16498b.d: New file.
-       * ld-elf/pr16498b.t: Likewise.
+2015-01-20  Andrew Burgess  <andrew.burgess@embecosm.com>
 
-2014-01-24  H.J. Lu  <hongjiu.lu@intel.com>
+       * ld-scripts/overlay-size.d: Add 'map' option.
+       * ld-scripts/overlay-size.exp: Remove manual check of mapfile.
+       * lib/ld-lib.exp (run_dump_test): Add support for new 'map'
+       option, checking linker mapfile output.
 
-       PR ld/16498
-       * ld-elf/pr16498a.d: New file.
-       * ld-elf/pr16498a.s: Likewise.
-       * ld-elf/pr16498a.t: Likewise.
+2015-01-20  Alan Modra  <amodra@gmail.com>
 
-2014-01-22  Alan Modra  <amodra@gmail.com>
+       * ld-powerpc/ambiguousv1.d,
+       * ld-powerpc/ambiguousv1b.d,
+       * ld-powerpc/ambiguousv2.d,
+       * ld-powerpc/ambiguousv2b.d,
+       * ld-powerpc/elfv2exe.d,
+       * ld-powerpc/elfv2so.d,
+       * ld-powerpc/tlsexe.r,
+       * ld-powerpc/tlsexetoc.r,
+       * ld-powerpc/tlsso.r,
+       * ld-powerpc/tlstocso.r: Update.
 
-       * ld-scripts/pr14962-2.d: Correct target triple.
+2015-01-20  Alan Modra  <amodra@gmail.com>
 
-2014-01-22  Alan Modra  <amodra@gmail.com>
+       PR ld/17615
+       * ld-elf/pr17615.d: Match .sbss too.
 
-       * ld-shared/elf-offset.ld: Align end of .bss with canonical form
-       of ALIGN that allows an empty .bss to be removed.
-       * ld-arm/arm-dyn.ld: Likewise.
-       * ld-arm/arm-lib.ld: Likewise.
-       * ld-elfvsb/elf-offset.ld: Likewise.
-       * ld-mips-elf/mips-dyn.ld: Likewise.
-       * ld-mips-elf/mips-lib.ld: Likewise.
-       * ld-arm/arm-no-rel-plt.ld: Remove duplicate ALIGN.
-       * ld-powerpc/vle-multiseg-1.ld: Remove ALIGN at start of section.
-       ALIGN address of section instead.
-       * ld-powerpc/vle-multiseg-2.ld: Likewise.
-       * ld-powerpc/vle-multiseg-3.ld: Likewise.
-       * ld-powerpc/vle-multiseg-4.ld: Likewise.
-       * ld-powerpc/vle-multiseg-6.ld: Likewise.
-       * ld-scripts/empty-aligned.d: Check section headers not program
-       headers.  Remove xfail and notarget.
-       * ld-scripts/empty-aligned.t: Use canonical ALIGN for end of .text2.
+2015-01-19  H.J. Lu  <hongjiu.lu@intel.com>
 
-2014-01-21  H.J. Lu  <hongjiu.lu@intel.com>
+       PR ld/17615
+       * ld-elf/pr17615.d: New file.
+       * ld-elf/pr17615.s: Likewise.
 
-       PR ld/16467
-       * ld-ifunc/dummy.c: New file.
-       * ld-ifunc/pr16467.out: Likewise.
-       * ld-ifunc/pr16467a.c: Likewise.
-       * ld-ifunc/pr16467a.map: Likewise.
-       * ld-ifunc/pr16467b.c: Likewise.
-       * ld-ifunc/pr16467b.map: Likewise.
-       * ld-ifunc/pr16467c.c: Likewise.
+2015-01-19  Alan Modra  <amodra@gmail.com>
 
-       * ld-ifunc/ifunc.exp (run_cc_link_tests): New.
-       (run_ld_link_exec_tests): Run pr16467.
+       * ld-gc/pr14265.d,
+       * ld-cris/tls-gc-68.d,
+       * ld-cris/tls-gc-69.d,
+       * ld-cris/tls-gc-70.d,
+       * ld-cris/tls-gc-71.d,
+       * ld-cris/tls-gc-75.d,
+       * ld-cris/tls-gc-76.d,
+       * ld-cris/tls-gc-79.d,
+       * ld-mmix/bpo-10.d,
+       * ld-mmix/bpo-11.d: Update.
 
-2014-01-21  H.J. Lu  <hongjiu.lu@intel.com>
+2015-01-16  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
 
-       PR ld/2404
-       * ld-elf/shared.exp: Add a PIE test for PR ld/2404.
+       * ld-s390/tlsbin.dd: The nopr register operand is optional and not
+       printed if 0 anymore.
 
-2014-01-20  H.J. Lu  <hongjiu.lu@intel.com>
+2015-01-15  H.J. Lu  <hongjiu.lu@intel.com>
 
-       PR ld/2404
-       * ld-elf/pr2404.out: New file.
-       * ld-elf/pr2404a.c: Likewise.
-       * ld-elf/pr2404b.c: Likewise.
+       PR ld/17847
+       * ld-x86-64/pie1.d: New file.
+       * ld-x86-64/pie1.s: Likwise.
+       * ld-x86-64/x86-64.exp: Run pie1.
 
-       * ld-elf/shared.exp (build_tests): Build libpr2404a.so and
-       libpr2404b.a.
-       (run_tests): Run pr2404.
+2015-01-13  Thomas Preud'homme <thomas.preudhomme@arm.com>
 
-2014-01-20  Alan Modra  <amodra@gmail.com>
+       * ld-aarch64/aarch64-elf.exp: Added relocs-257-symbolic-func test.
+       * ld-aarch64/relocs-257-symbolic-func.d: New file.
+       * ld-aarch64/relocs-257-symbolic-func.s: Likewise.
 
-       * ld-scripts/pr14962-2.d,
-       * ld-scripts/pr14962-2.t: New test.
-       * ld-scripts/expr.exp: Run it.
+2015-01-13  Jiong Wang  <jiong.wang@arm.com>
 
-2014-01-15  Alan Modra  <amodra@gmail.com>
+       * ld-aarch64/tprel_g2_overflow.s: New testcase.
+       * ld-aarch64/tprel_g2_overflow.d: New expectation file.
+       * ld-aarch64/aarch64-elf.exp: Run new testcase.
 
-       * ld-elf/ehdr_start-shared.d: New.
-       * ld-elf/ehdr_start-userdef.d: xfail frv.
-       * ld-elf/ehdr_start-weak.d: Likewise.
-       * ld-elf/ehdr_start.d: Likewise.
+2015-01-13  Jiong Wang  <jiong.wang@arm.com>
 
-2014-01-14  Vidya Praveen  <vidyapraveen@arm.com>
+       PR ld/17415
+       * ld-aarch64/pr17415.s: Source file for new test.
+       * ld-aarch64/pr17415.d: Expect file for new test.
+       * ld-aarch64/aarch64-elf.exp: Run the new test.
 
-       * lib/ld-lib.exp (default_ld_link): Remove support for ldflags.
-       (default_ld_simple_link): Likewise.
+2015-01-11  H.J. Lu  <hongjiu.lu@intel.com>
 
-2014-01-10  Alan Modra  <amodra@gmail.com>
+       PR ld/17827
+       * ld-x86-64/pr17689.out: Updated.
+       * ld-x86-64/pr17689b.S: Likewise.
 
-       * ld-x86-64/pr14207.d: Adjust.
+       * ld-x86-64/pr17827.rd: New file.
 
-2014-01-09  H.J. Lu  <hongjiu.lu@intel.com>
+       * ld-x86-64/x86-64.exp: Run PR ld/17827 test.
 
-       * ld-elf/binutils.exp (binutils_test): Check if GNU_RELRO segment
-       is generated.
+2015-01-08  Jan Beulich  <jbeulich@suse.com>
 
-2014-01-09  Vidya Praveen  <vidyapraveen@arm.com>
+       * ld-x86-64/pr14207.d: Adjust expecations to cover the
+       enable_initfini_array=no case.
 
-       * lib/ld-lib.exp (check_lto_shared_available): New check.
-       * ld-plugin/lto.exp: Use check_lto_shared_available.
+2015-01-06  Andrew Burgess  <andrew.burgess@embecosm.com>
 
-2014-01-08  H.J. Lu  <hongjiu.lu@intel.com>
+       * lib/ld-lib.exp (run_dump_test): Extend comment to mention
+       readelf.
 
-       PR ld/14207
-       PR ld/16322
-       PR binutils/16323
-       * ld-elf/pr16322.d: New file.
-       * ld-elf/pr16322.s: Likewise.
+2015-01-01  Alan Modra  <amodra@gmail.com>
 
-       * ld-x86-64/pr14207.d: Expect PT_GNU_RELRO segment.
+       Update year range in copyright notice of all files.
 
-For older changes see ChangeLog-2013
+For older changes see ChangeLog-2014
 \f
-Copyright (C) 2014 Free Software Foundation, Inc.
+Copyright (C) 2015 Free Software Foundation, Inc.
 
 Copying and distribution of this file, with or without modification,
 are permitted in any medium without royalty provided the copyright
This page took 0.037247 seconds and 4 git commands to generate.