PR ld/15787
[binutils-gdb.git] / ld / testsuite / ChangeLog
index a1614282cff79f8cf3986309038e3efd6c4e0937..9d163ec6a2da2f2d56266a9b8c0884898ab9bf41 100644 (file)
@@ -1,4 +1,89 @@
-* 2013-07-22  Sebastian Huber  <sebastian.huber@embedded-brains.de>
+2013-08-14  John Tytgat  <john@bass-software.com>
+
+       PR ld/15787
+       * ld-arm/group-relocs-ldr-bad.s: Redefine bar into foo section
+       beyond 16 bit offset width.
+       * ld-arm/group-relocs-ldrs-bad.s: Likewise.
+       * ld-arm/group-relocs-ldr-bad.d: Adjust expected result.
+       * ld-arm/group-relocs-ldrs-bad.d: Likewise.
+       * ld-arm/group-relocs.s: Add comments.  Move symbols used for sb
+       group relocations into .data section.  Drop section zero.  Use pc/r0
+       as base register when pc/sb group relocations are used.
+       * ld-arm/group-relocs.d: Adjust expected result.
+       * ld-arm/group-relocs-alu-bad-2.d: New test for sb group relocation.
+       * ld-arm/group-relocs-ldc-bad-2.d: Likewise.
+       * ld-arm/group-relocs-ldr-bad-2.d: New test for pc group relocation.
+       * ld-arm/group-relocs-ldrs-bad-2.d: Likewise.
+       * ld-arm/unresolved-2.d: Add sb relocation failure test.
+       * ld-arm/group-relocs-alu-bad-2.s: New test source.
+       * ld-arm/group-relocs-ldr-bad-2.s: Likewise.
+       * ld-arm/group-relocs-ldrs-bad-2.s: Likewise.
+       * ld-arm/group-relocs-ldc-bad-2.s: Likewise.
+       * ld-arm/unresolved-2.s: Likewise.
+       * ld-arm/arm-elf.exp: For group-relocs, drop section zero start
+       definition.  Run the new tests.
+
+2013-08-09  Nick Clifton  <nickc@redhat.com>
+
+       * lib/ld-lib.exp (check_shared_lib_support): Note that the RL78
+       does not support shared library generation.
+
+2013-07-31  John Tytgat  <john@bass-software.com>
+
+       PR ld/15787
+       * ld-arm/group-relocs-alu-bad-2.d; New.
+       * ld-arm/group-relocs-alu-bad-2.s: New.
+       * ld-arm/group-relocs-ldc-bad-2.d: New.
+       * ld-arm/group-relocs-ldc-bad-2.s: New.
+       * ld-arm/group-relocs-ldr-bad-2.d: New.
+       * ld-arm/group-relocs-ldr-bad-2.s: New.
+       * ld-arm/group-relocs-ldrs-bad-2.d: New.
+       * ld-arm/group-relocs-ldrs-bad-2: New.
+       * ld-arm/arm-elf.exp: Add the new tests.
+       * ld-arm/group-relocs-ldr-bad.d: Update expected output.
+       * ld-arm/group-relocs-ldr-bad.s: Likewise.
+       * ld-arm/group-relocs-ldrs-bad.d: Likewise.
+       * ld-arm/group-relocs-ldrs-bad.s: Likewise.
+       * ld-arm/group-relocs.d: Likewise.
+       * ld-arm/group-relocs.s: Likewise.
+
+2013-07-27  Maciej W. Rozycki  <macro@linux-mips.org>
+
+       * ld-vax-elf/export-class-call.dd: New test.
+       * ld-vax-elf/export-class-call.rd: New test.
+       * ld-vax-elf/export-class-call.xd: New test.
+       * ld-vax-elf/export-class-data.dd: New test.
+       * ld-vax-elf/export-class-data.rd: New test.
+       * ld-vax-elf/export-class-data.xd: New test.
+       * ld-vax-elf/export-class.ld: New test linker script.
+       * ld-vax-elf/export-class-call.s: New test source.
+       * ld-vax-elf/export-class-data.s: New test source.
+       * ld-vax-elf/export-class-def.s: New test source.
+       * ld-vax-elf/vax-elf.exp: Run the new tests.
+       * ld-vax-elf/vax-export-class.rd: New test.
+       * ld-vax-elf/vax-export-class.xd: New test.
+       * ld-vax-elf/export-class.exp: New test script.
+
+2013-07-27  Maciej W. Rozycki  <macro@linux-mips.org>
+
+       * ld-vax-elf/got-local-exe.xd: New test.
+       * ld-vax-elf/got-local-lib.xd: New test.
+       * ld-vax-elf/got-local-aux.s: New test source.
+       * ld-vax-elf/got-local-def.s: New test source.
+       * ld-vax-elf/got-local-ref.s: New test source.
+       * ld-vax-elf/vax-elf.exp: Run the new tests.
+
+2013-07-24  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR ld/15762
+       * ld-elf/shared.exp (build_tests): Check .gnu.warning section
+       in the libbarw.so library.
+       * ld-elf/libbarw.rd: New.
+
+       * lib/ld-lib.exp (run_cc_link_tests): Support checking on
+       output with warning message.
+
+2013-07-22  Sebastian Huber  <sebastian.huber@embedded-brains.de>
 
        * ld-scripts/script.exp: Use run_dump_test instead of
        ld_simple_link to check the error message.
 
 2013-07-18  Terry Guo  <terry.guo@arm.com>
 
-        * ld-arm/thumb-b-lks-sym.d: Updated to be more flexible.
-        * ld-arm/thumb-bl-lks-sym.d: Likewise.
+       * ld-arm/thumb-b-lks-sym.d: Updated to be more flexible.
+       * ld-arm/thumb-bl-lks-sym.d: Likewise.
 
 2013-07-18  Roland McGrath  <mcgrathr@google.com>