PR ld/13177
[deliverable/binutils-gdb.git] / ld / testsuite / ChangeLog
index 4817ef2939d12e9237b0ae6e75068a42bd531552..26ea036975a728fb4050220a02635b3917e45e5e 100644 (file)
@@ -1,3 +1,293 @@
+2011-10-19  Alan Modra  <amodra@gmail.com>
+
+       * ld-elf/elf.exp: Move test for shared lib support..
+       * lib/ld-lib.exp (check_shared_lib_support): ..to here. Add m68hc1*,
+       and s/ms1/mt/.
+       (check_gc_sections_available): Match hppa*64 not hppa64.  Comment.
+       * ld-gc/libpersonality.s: New.
+       * ld-gc/personality.s, * ld-gc/personality.d: New.
+       * ld-gc/gc.exp: Run personality test.
+
+2011-10-18  David S. Miller  <davem@davemloft.net>
+
+       * ld-sparc/tlssunbin32.dd: Update for TLS call relaxation fix
+       for PR 13301.
+       * ld-sparc/tlssunbin64.dd: Likewise.
+       * ld-sparc/tlssunpic32.dd: Likewise.
+       * ld-sparc/tlssunpic64.dd: Likewise.
+
+2011-10-18  Jie Zhang  <jie@codesourcery.com>
+           Julian Brown  <julian@codesourcery.com>
+
+       * ld-arm/cortex-a8-fix-b-plt.d: Adjust.
+       * ld-arm/cortex-a8-fix-bcc-plt.d: Adjust.
+       * ld-arm/cortex-a8-fix-bl-plt.d: Adjust.
+       * ld-arm/cortex-a8-fix-bl-rel-plt.d: Adjust.
+       * ld-arm/cortex-a8-fix-blx-plt.d: Adjust.
+       * ld-arm/ifunc-1.dd: Adjust.
+       * ld-arm/ifunc-2.dd: Adjust.
+       * ld-arm/ifunc-3.dd: Adjust.
+       * ld-arm/ifunc-4.dd: Adjust.
+       * ld-arm/ifunc-5.dd: Adjust.
+       * ld-arm/ifunc-6.dd: Adjust.
+       * ld-arm/ifunc-7.dd: Adjust.
+       * ld-arm/ifunc-8.dd: Adjust.
+       * ld-arm/ifunc-9.dd: Adjust.
+       * ld-arm/ifunc-10.dd: Adjust.
+       * ld-arm/ifunc-14.dd: Adjust.
+       * ld-arm/ifunc-15.dd: Adjust.
+       * ld-arm/ifunc-16.dd: Adjust.
+
+2011-10-14  Hans-Peter Nilsson  <hp@axis.com>
+
+       * ld-cris/pic-gc-72.d: Adjust for dropping unused undefined
+       dynamic symbol "dsofn".
+
+2011-10-10  Alan Modra  <amodra@gmail.com>
+
+       * ld-powerpc/relbrlt.d: Update for stub alignment change.
+       * ld-powerpc/tlsexe.g: Likewise.
+       * ld-powerpc/tlsexe.r: Likewise.
+       * ld-powerpc/tlsexetoc.g: Likewise.
+       * ld-powerpc/tlsexetoc.r: Likewise.
+       * ld-powerpc/tlsso.g: Likewise.
+       * ld-powerpc/tlsso.r: Likewise.
+
+2011-10-08  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR ld/13250
+       * ld-elf/shared.exp (build_tests): Add tests for PR ld/13250.
+       (run_tests): Likewise.
+
+       * ld-elf/pr13250-1.c: New.
+       * ld-elf/pr13250-2.c: Likewise.
+       * ld-elf/pr13250-3.c: Likewise.
+
+2011-10-07  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * ld-elf/elf.exp: Run --gc-sections tests only if --gc-sections
+       is available.
+
+2011-10-06  Alan Modra  <amodra@gmail.com>
+
+       * ld-plugin/plugin-1.d, * ld-plugin/plugin-2.d, * ld-plugin/plugin-3.d,
+       * ld-plugin/plugin-4.d, * ld-plugin/plugin-5.d, * ld-plugin/plugin-6.d,
+       * ld-plugin/plugin-7.d, * ld-plugin/plugin-8.d, * ld-plugin/plugin-9.d,
+       * ld-plugin/plugin-10.d, * ld-plugin/plugin-11.d: Update.
+
+2011-10-05  Nick Clifton  <nickc@redhat.com>
+
+       * ld-scripts/phdrs.exp: Expect to fail for the RX.
+
+2011-09-30  Alan Modra  <amodra@gmail.com>
+
+       * ld-powerpc/tocopt.d: Update.
+       * ld-powerpc/tocopt5.d, * ld-powerpc/tocopt5.s: New test.
+       * ld-powerpc/powerpc.exp: Run new test.
+
+2011-09-29  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR ld/13195
+       * ld-elf/elf.exp: Add a C link testcase for PR ld/13195.
+
+       * ld-elf/pr13195.c: New.
+       * ld-elf/pr13195.d: Likewise.
+       * ld-elf/pr13195.s: Likewise.
+       * ld-elf/pr13195.t: Likewise.
+
+2011-09-16  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * ld-elf/pr12975.d: Only run for *-*-linux* and *-*-gnu*
+       targets.
+       * ld-elf/pr13177.d: Likewise.
+
+       * ld-elf/pr13177.s: Avoid relocations in text sections.
+
+2011-09-15  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR ld/13177
+       * ld-elf/pr13177.d: New.
+       * ld-elf/pr13177.s: Likewise.
+
+2011-09-15  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR ld/12975
+       * ld-elf/pr12975.d: New.
+       * ld-elf/pr12975.s: Likewise.
+       * ld-elf/pr12975.t: Likewise.
+
+2011-09-12  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR ld/13178
+       * ld-ifunc/ifunc-13-i386.d: Updated.
+       * ld-ifunc/ifunc-13-x86-64.d: Likewise.
+       * ld-ifunc/ifunc-3a-x86.d: Likewise.
+       * ld-x86-64/pr13082-5a.d: Likewise.
+
+       * ld-ifunc/ifunc-15-i386.d: New.
+       * ld-ifunc/ifunc-15-i386.s: Likewise.
+       * ld-ifunc/ifunc-15-x86-64.d: Likewise.
+       * ld-ifunc/ifunc-15-x86-64.s: Likewise.
+
+2011-09-01  Christophe Lyon  <christophe.lyon@st.com>
+
+       * ld-arm/arm-elf.exp: Add new rodata-merge-map test.
+       * ld-arm/rodata-merge-map.ld: New file.
+       * ld-arm/rodata-merge-map.sym: Likewise.
+       * ld-arm/rodata-merge-map1.s Likewise.
+       * ld-arm/rodata-merge-map2.s: Likewise.
+       * ld-arm/rodata-merge-map3.s: Likewise.
+
+2011-08-22  Alan Modra  <amodra@gmail.com>
+
+       * ld-powerpc/tocopt4a.s, * ld-powerpc/tocopt4b.s,
+       * ld-powerpc/tocopt4.d: New test.
+       * ld-powerpc/powerpc.exp: Run it.
+
+2011-08-12  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR ld/13082
+       * ld-x86-64/pr13082-1.s: New.
+       * ld-x86-64/pr13082-1a.d: Likewise.
+       * ld-x86-64/pr13082-1b.d: Likewise.
+       * ld-x86-64/pr13082-2.s: Likewise.
+       * ld-x86-64/pr13082-2a.d: Likewise.
+       * ld-x86-64/pr13082-2b.d: Likewise.
+       * ld-x86-64/pr13082-3.s: Likewise.
+       * ld-x86-64/pr13082-3a.d: Likewise.
+       * ld-x86-64/pr13082-3b.d: Likewise.
+       * ld-x86-64/pr13082-4.s: Likewise.
+       * ld-x86-64/pr13082-4a.d: Likewise.
+       * ld-x86-64/pr13082-4b.d: Likewise.
+       * ld-x86-64/pr13082-5.s: Likewise.
+       * ld-x86-64/pr13082-5a.d: Likewise.
+       * ld-x86-64/pr13082-5b.d: Likewise.
+       * ld-x86-64/pr13082-6.s: Likewise.
+       * ld-x86-64/pr13082-6a.d: Likewise.
+       * ld-x86-64/pr13082-6b.d: Likewise.
+
+       * ld-x86-64/x86-64.exp: Run pr13082-[1-6][ab].
+
+2011-08-09  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
+
+       * ld-arm/arm-elf.exp (armelftests): Update for new command-line
+       options.
+       (armeabitests): Update for new command-line options, and add
+       new test cases.
+       * ld-arm/fix-arm1176.s: Add test case.
+       * ld-arm/fix-arm1176-off.d: Likewise.
+       * ld-arm/fix-arm1176-on.d: Likewise.
+
+2011-08-05  Alan Modra  <amodra@gmail.com>
+
+       * ld-powerpc/tlsexe.r: Update for stripped .branch_lt.
+       * ld-powerpc/tlsexetoc.r: Likewise.
+       * ld-powerpc/tlsso.r: Likewise.
+       * ld-powerpc/tlstocso.r: Likewise.
+
+2011-08-01  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR ld/13048
+       * ld-x86-64/ilp32-6.d: New.
+       * ld-x86-64/ilp32-6.s: Likewise.
+       * ld-x86-64/ilp32-7.d: Likewise.
+       * ld-x86-64/ilp32-7.s: Likewise.
+       * ld-x86-64/ilp32-8.d: Likewise.
+       * ld-x86-64/ilp32-8.s: Likewise.
+       * ld-x86-64/ilp32-9.d: Likewise.
+       * ld-x86-64/ilp32-9.s: Likewise.
+
+       * ld-x86-64/x86-64.exp: Run ilp32-6, ilp32-7, ilp32-8 and ilp32-9.
+
+2011-07-27  Roland McGrath  <mcgrathr@google.com>
+
+       * ld-i386/vxworks1-lib.rd: Swap order of sections expected in output.
+
+2011-07-26  Alan Modra  <amodra@gmail.com>
+
+       * ld-powerpc/powerpc.exp: Use --no-ld-generated-unwind-info
+       with some tests.
+       * ld-powerpc/relbrlt.d: Likewise.
+
+2011-07-25  Hans-Peter Nilsson  <hp@bitrange.com>
+
+       PR ld/12815
+       * ld-mmix/pr12815-1.d, ld-mmix/pr12815-1.s, ld-mmix/pr12815-1.ld,
+       ld-mmix/pr12815-2.d, ld-mmix/pr12815-2.s: New tests.
+
+2011-07-24  Catherine Moore  <clm@codesourcery.com>
+           Chao-ying Fu  <fu@mips.com>
+           Maciej W. Rozycki  <macro@codesourcery.com>
+
+       * lib/ld-lib.exp (run_dump_test): Support distinct assembler
+       flags for the same source named multiple times.
+       * ld-mips-elf/jalx-1.s: New test source.
+       * ld-mips-elf/jalx-1.d: New test output.
+       * ld-mips-elf/jalx-1.ld: New test linker script.
+       * ld-mips-elf/jalx-2-main.s: New test source.
+       * ld-mips-elf/jalx-2-ex.s: Likewise.
+       * ld-mips-elf/jalx-2-printf.s: Likewise.
+       * ld-mips-elf/jalx-2.dd: New test output.
+       * ld-mips-elf/jalx-2.ld: New test linker script.
+       * ld-mips-elf/mips16-and-micromips.d: New test.
+       * ld-mips-elf/mips-elf.exp: Run the new tests
+
+2011-07-22  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * ld-x86-64/abs-k1om.d: New.
+       * ld-x86-64/protected2-k1om.d: Likewise.
+       * ld-x86-64/protected3-k1om.d: Likewise.
+
+       * ld-x86-64/x86-64.exp: Run abs-k1om, protected2-k1om and
+       protected3-k1om.
+
+2011-07-14  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * ld-elf/binutils.exp (binutils_test): Also check ignored
+       "-z relro".
+
+2011-07-14  Alan Modra  <amodra@gmail.com>
+
+       * ld-scripts/section-flags.exp: Pass --local-store 0:0 for
+       spu.  Rewrite using foreach.
+
+2011-07-14  Alan Modra  <amodra@gmail.com>
+
+       * ld-powerpc/tlsexe.d, * ld-powerpc/tlsexe.g. *ld-powerpc/tlsexe.r,
+       * ld-powerpc/tlsexetoc.d, * ld-powerpc/tlsexetoc.g,
+       * ld-powerpc/tlsexetoc.r, * ld-powerpc/tlsso.d,
+       * ld-powerpc/tlstocso.d: Update for plt stub change.
+
+2011-07-11 Catherine Moore  <clm@cm00re.com>
+
+       * ld-scripts/section-flags-1.s: New.
+       * ld-scripts/section-flags-1.t: New.
+       * ld-scripts/section-flags-2.s: New.
+       * ld-scripts/section-flags-2.t: New.
+       * ld-scripts/section-flags.exp: New.
+
+2011-07-11  Alan Modra  <amodra@gmail.com>
+
+       * ld-powerpc/tocopt2.s, * ld-powerpc/tocopt2.out,
+       * ld-powerpc/tocopt2.d: New test.
+       * ld-powerpc/tocopt3.s, * ld-powerpc/tocopt3.d: New test.
+       * ld-powerpc/powerpc.exp (ppc64elftests) Run them.
+
+2011-07-03  Samuel Thibault  <samuel.thibault@gnu.org>
+           Thomas Schwinge  <thomas@schwinge.name>
+
+       PR binutils/12913
+       * ld-ifunc/ifunc.exp: Update for changed output.
+       * ld-unique/unique.exp: Likewise.
+
+2011-06-27  Nick Clifton  <nickc@redhat.com>
+
+       * ld-elf/elf.exp: Exlcude all v850 targets from note-3 test.
+
+2011-06-27  Alan Modra  <amodra@gmail.com>
+
+       * ld-elf/elf.exp: Exclude more targets from note-3 test.
+
 2011-06-24  H.J. Lu  <hongjiu.lu@intel.com>
 
        PR ld/12921
        * ld-elf/eh4.d: Likewise.
 
        * ld-elfvsb/elfvsb.exp: Only xfail 64bit x86_64-*-linux*.
-       * ld-shared/shared.exp: Likewise. 
+       * ld-shared/shared.exp: Likewise.
 
        * ld-ifunc/ifunc-1-local-x86.d: Support x32.
        * ld-ifunc/ifunc-1-x86.d: Likewise.
This page took 0.044799 seconds and 4 git commands to generate.