Handle weak alias for PIE with copy reloc
[platform/upstream/binutils.git] / ld / testsuite / ChangeLog
index a03dd71..e2dfdbc 100644 (file)
@@ -1,3 +1,115 @@
+2014-12-13  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR ld/17689
+       * ld-x86-64/pr17689.out: New file.
+       * ld-x86-64/pr17689.rd: Likewise.
+       * ld-x86-64/pr17689a.c: Likewise.
+       * ld-x86-64/pr17689b.S: Likewise.
+
+       * ld-x86-64/x86-64.exp: Run PR ld/17689 tests.
+
+2014-12-03  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * ld-x86-64/copyreloc-main.c: Removed.
+       * ld-x86-64/copyreloc-main.S: New.
+       * ld-x86-64/x86-64.exp: Replace copyreloc-main.c with
+       copyreloc-main.S.
+
+2014-12-02  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * ld-x86-64/copyreloc-lib.c: New file.
+       * ld-x86-64/copyreloc-main.c: Likewise.
+       * ld-x86-64/copyreloc-main.out: Likewise.
+       * ld-x86-64/copyreloc-main1.rd: Likewise.
+       * ld-x86-64/copyreloc-main2.rd: Likewise.
+
+       * ld-x86-64/x86-64.exp: Run copyreloc tests.
+
+2014-12-01  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR ld/16452
+       PR ld/16457
+       * ld-elf/pr16452.map: New file.
+       * ld-elf/pr16452.od: Likewise.
+       * ld-elf/pr16452a.c: Likewise.
+       * ld-elf/pr16452b.c: Likewise.
+       * ld-elf/pr16457.od: Likewise.
+
+       * ld-elf/shared.exp (build_tests): Add tests for PR ld/16452 and
+       PR ld/16457.
+
+2014-11-18  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * ld-x86-64/mpx.exp: Always run mpx3 and mpx4 tests in 64-bit.
+
+2014-11-18  Igor Zamyatin  <igor.zamyatin@intel.com>
+
+       * ld-x86-64/bnd-ifunc-1.d: Add bndplt option.
+       * ld-x86-64/bnd-ifunc-2.d: Likewise.
+       * ld-x86-64/bnd-plt-1.d: Likewise.  Update dissassembly sections.
+       * ld-x86-64/mpx.exp: Handle mpx3 and mpx4 tests.
+       * ld-x86-64/mpx1a.rd: Remove _BND from relocation name.
+       * ld-x86-64/mpx1c.rd: Likewise.
+       * ld-x86-64/mpx2a.rd: Likewise.
+       * ld-x86-64/mpx2c.rd: Likewise.
+       * ld-x86-64/mpx3.dd: New file.
+       * ld-x86-64/mpx3a.s: Likewise.
+       * ld-x86-64/mpx3b.s: Likewise.
+       * ld-x86-64/mpx4.dd: Likewise.
+       * ld-x86-64/mpx4a.s: Likewise.
+       * ld-x86-64/mpx4b.s: Likewise.
+
+2014-11-10  Matthew Fortune  <matthew.fortune@imgtec.com>
+
+       Apply trunk patch:
+       * ld-mips-elf/abiflags-strip10-ph.d: New file.
+       * ld-mips-elf/mips-eld.exp: Run the new test.
+
+2014-11-07  H.J. Lu  <hongjiu.lu@intel.com>
+
+       Apply trunk patch:
+       2014-11-07  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR ld/17482
+       * ld-x86-64/tlsie4.dd: Updated.
+
+2014-10-24  Tejas Belagod  <tejas.belagod@arm.com>
+
+       * ld-aarch64/aarch64-elf.exp (aarch64elftests): Drive erratum
+       835769 tests.
+       * ld-aarch64/erratum835769.d: New.
+       * ld-aarch64/erratum835769.s: New.
+
+2014-10-17  Hans-Peter Nilsson  <hp@axis.com>
+
+       Backport from master
+       * ld-scripts/sysroot-prefix.exp: Log $ld_sysroot.  Handle sysroot
+       == "/" as a separate sysroot-configuration with separable
+       test-types.
+       (sysroot_prefix_tests): Include all existing sysroot tests in
+       sysroot == "/" tests except exclude those where a --sysroot option
+       is not specified.
+       * lib/ld-lib.exp (check_sysroot_available): Rewrite to use
+       --print-sysroot instead of relying on error code from using
+       --sysroot=...  Also, set $ld_sysroot.
+
+2014-10-15  Hans-Peter Nilsson  <hp@axis.com>
+
+       Backport "="-ldscript-path-prefix changes from master.
+       * ld-scripts/sysroot-prefix.exp, ld-scripts/sysroot-prefix-x.s,
+       ld-scripts/sysroot-prefix-y.s: New files.
+       * lib/ld-lib.exp (check_sysroot_available): New proc.
+
+2014-10-04  Alan Modra  <amodra@gmail.com>
+
+       * ld-elf/eh1.s: Don't create FDEs with zero address ranges.
+       * ld-elf/eh3.s: Likewise.
+       * ld-elf/eh1.d, * ld-elf/eh2.d, * ld-elf/eh3.d: Adjust.
+       * ld-mips-elf/eh-frame1-n32.d: Warning match update.
+       * ld-mips-elf/eh-frame1-n64.d: Likewise.
+       * ld-mips-elf/eh-frame2-n32.d: Likewise.
+       * ld-mips-elf/eh-frame2-n64.d: Likewise.
+
 2014-09-22  Alan Modra  <amodra@gmail.com>
 
        * ld-plugin/lto.exp: Use both --print-file-name and --print-prog-name
 
 2014-06-09  Ryan Mansfield  <rmansfield@qnx.com>
 
-        * config/default.exp (GASP): Remove.
+       * config/default.exp (GASP): Remove.
 
 2014-06-03  Alan Modra  <amodra@gmail.com>