]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - ld/testsuite/ChangeLog
Add support for Score target.
[thirdparty/binutils-gdb.git] / ld / testsuite / ChangeLog
index 405a18a01a2e6dba19c7bbdc5948c487a78b14d1..10cb5f26c2794626f8b90ecb03f9e2537c78836b 100644 (file)
@@ -1,3 +1,454 @@
+2006-09-17  Mei Ligang  <ligang@sunnorth.com.cn>
+
+       * ld-elf/merge.d: Add special case for Score target.
+       * ld-elfcomm/elfcomm.exp: Likewise.
+       * ld-srec/srec.exp: Likewise.
+
+2006-09-15  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * ld-scripts/overlay-size.t: Discard .reginfo sections.
+
+2006-09-15  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * ld-elf/hash.d: Don't run for mips targets.
+
+2006-09-15  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * ld-elf/loadaddr.s: Pad sections to 16 bytes.
+       * ld-elf/loadaddr1.d: Updated.
+       * ld-elf/loadaddr2.d: Likewise.
+       * ld-elf/loadaddr3a.d: Likewise.
+       * ld-elf/loadaddr3b.d: Likewise.
+
+2006-09-12  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR ld/3197
+       * ld-elf/hash.d: New test.
+
+2006-09-04  Vladimir Prus  <vladimir@codesourcery.com>
+
+       * ld-arm/use-thumb-lib.sym: Use regexps instead of
+       absolute addresses, for robustness.
+
+2006-09-07  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * ld-elf/dl1.c: New file.
+       * ld-elf/dl1.list: Likewise.
+       * ld-elf/dl1.out: Likewise.
+       * ld-elf/dl1main.c: Likewise.
+       * ld-elf/dl2.c: Likewise.
+       * ld-elf/dl2.list: Likewise.
+       * ld-elf/dl2a.out: Likewise.
+       * ld-elf/dl2b.out: Likewise.
+       * ld-elf/dl2main.c: Likewise.
+       * ld-elf/dl2xxx.c: Likewise.
+       * ld-elf/dl2xxx.list: Likewise.
+       * ld-elf/dl3.cc: Likewise.
+       * ld-elf/dl3.list: Likewise.
+       * ld-elf/dl3a.out: Likewise.
+       * ld-elf/dl3b.out: Likewise.
+       * ld-elf/dl3header.h: Likewise.
+       * ld-elf/dl3main.cc: Likewise.
+
+       * ld-elf/shared.exp: Updated.
+
+       * lib/ld-lib.exp (run_ld_link_exec_tests): Take an optional
+       argument for source language. Use CC/CXX for link, depending
+       on source language.
+       (run_cc_link_tests): Likewise.
+
+2006-08-29  Alan Modra  <amodra@bigpond.net.au>
+
+       * ld-elf/loadaddr3a.d: Adjust target test.
+       * ld-elf/loadaddr3b.d: Likewise.
+
+2006-08-29  Nathan Sidwell  <nathan@codesourcery.com>
+
+       * ld-elf/loadaddr3.t: New.
+       * ld-elf/loadaddr3a.d: New.
+       * ld-elf/loadaddr3b.d: New.
+
+2006-08-23  Alan Modra  <amodra@bigpond.net.au>
+
+       * ld-powerpc/plt1.s: New.
+       * ld-powerpc/plt1.d: New.
+       * ld-powerpc/powerpc.exp: Run it.
+
+2006-08-23  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR ld/3052
+       * ld-elf/loadaddr1.t: Add "AT (ADDR(.data))".
+       * ld-elf/loadaddr2.t: Likewise.
+
+2006-08-23  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR ld/3103
+       * ld-elf/overlay.d: New file.
+       * ld-elf/overlay.s: Likewise.
+       * ld-elf/overlay.t: Likewise.
+
+2006-08-18  Paul Brook  <paul@codesourcery.com>
+
+       * ld-arm/arm-elf.exp (armelftests): Add armthumb-lib.so.  Add
+       -use-blx to mixed-lib.so
+       * ld-arm/armthumb-lib.d: New file.
+       * ld-arm/armthumb-lib.sym: New file.
+
+2006-08-18  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR ld/3052
+       * ld-elf/loadaddr.s: New file.
+       * ld-elf/loadaddr1.d: Likewise.
+       * ld-elf/loadaddr1.t: Likewise.
+       * ld-elf/loadaddr2.d: Likewise.
+       * ld-elf/loadaddr2.t: Likewise.
+
+2006-08-17  Alan Modra  <amodra@bigpond.net.au>
+
+       * ld-powerpc/tlsexe.d: Update for lazy link stub change.
+       * ld-powerpc/tlsexe.r: Likewise.
+       * ld-powerpc/tlsexetoc.d: Likewise.
+       * ld-powerpc/tlsexetoc.r: Likewise.
+       * ld-powerpc/tlsso.d: Likewise.
+       * ld-powerpc/tlstocso.d: Likewise.
+
+2006-08-16  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR ld/3015
+       * ld-elf/binutils.exp: Add tests for "-z relro".
+
+2006-08-16  Alan Modra  <amodra@bigpond.net.au>
+
+       * ld-scripts/overlay-size-map.d: Update.
+
+2006-08-11  Thiemo Seufer  <ths@mips.com>
+
+       * ld-elfcomm/elfcomm.exp (dump_common1): Extend regexp to match also
+       MIPS small commons.
+
+2006-08-08  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR ld/3009
+       * ld-scripts/sort.t: New file.
+       * ld-scripts/sort_b_a-1.d: Likewise.
+       * ld-scripts/sort_b_a-1.s: Likewise.
+       * ld-scripts/sort_b_n-1.d: Likewise.
+       * ld-scripts/sort_b_n-1.s: Likewise.
+
+2006-08-05  Pedro Alves  <pedro_alves@portugalmail.pt>
+
+       * ld-pe/pe.exp: Enable tests on arm-wince-pe.
+       * ld-pe/secrel.d: Adjust test to work on arm-wince-pe too.
+
+2006-08-04  Richard Sandiford  <richard@codesourcery.com>
+
+       * ld-sh/rd-sh.exp: Treat vxworks1-static.d specially.
+       * ld-sh/sh-vxworks.exp: New file.
+       * ld-sh/sh.exp: Extend sh-linux SIZEOF_HEADERS handling to
+       sh-*-vxworks.
+       * ld-sh/vxworks1-le.dd, ld-sh/vxworks1-lib-le.dd,
+       * ld-sh/vxworks1-lib.dd, ld-sh/vxworks1-lib.nd,
+       * ld-sh/vxworks1-lib.rd, ld-sh/vxworks1-lib.s,
+       * ld-sh/vxworks1-static.d, ld-sh/vxworks1.dd,
+       * ld-sh/vxworks1.ld, ld-sh/vxworks1.rd, ld-sh/vxworks1.s,
+       * ld-sh/vxworks2-static.sd, ld-sh/vxworks2.s,
+       * ld-sh/vxworks2.sd, ld-sh/vxworks3-le.dd,
+       * ld-sh/vxworks3-lib-le.dd, ld-sh/vxworks3-lib.dd,
+       * ld-sh/vxworks3-lib.s, ld-sh/vxworks3.dd, ld-sh/vxworks3.s,
+       * ld-sh/vxworks4.d, ld-sh/vxworks4a.s, ld-sh/vxworks4b.s,
+       * ld-sh/reloc1.s, ld-sh/reloc1.d: New tests.
+
+2006-08-01  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * ld-elf/noload-1.d: New.
+       * ld-elf/noload-1.s: Likewise.
+       * ld-elf/noload-1.t: Likewise.
+
+2006-07-29  Richard Sandiford  <richard@codesourcery.com>
+
+       * ld-mips-elf/hash1.s, ld-mips-elf/hash1a.d,
+       * ld-mips-elf/hash1b.d, ld-mips-elf/hash1c.d: New tests.
+       * ld-mips-elf/mips-elf.exp: Run them.
+
+2006-07-25  Thiemo Seufer  <ths@mips.com>
+
+       * ld-mips-elf/mips16-call-global-2.s,
+       ld-mips-elf/mips16-call-global-3.s, ld-mips-elf/mips16-call-global.d:
+       Improve test robustness.
+
+2006-07-21  Nick Clifton  <nickc@redhat.com>
+
+       * ld-sh/arch/arch.exp (test_arch): Set the endian flag to suit the
+       multilib being tested.
+
+2006-07-20  Thiemo Seufer  <ths@mips.com>
+
+       * ld-mips-elf/mips16-call-global-1.s,
+       ld-mips-elf/mips16-call-global-2.s,
+       ld-mips-elf/mips16-call-global-3.s, ld-mips-elf/mips16-call-global.d:
+       Test linking of external mips16 jumps.
+       * ld-mips-elf/mips-elf.exp: Run new test.
+
+2006-07-19  Thiemo Seufer  <ths@mips.com>
+
+       * ld-selective/selective.exp: Fix selective testcases for MIPS.
+
+2006-07-13  Thiemo Seufer  <ths@mips.com>
+
+       * ld-mips-elf/tlslib-o32-ver.got, ld-mips-elf/tlslib-o32.got:
+       Update TLS testcases.
+
+2006-07-12  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR ld/2884
+       * ld-elf/begin.c: New file.
+       * ld-elf/end.c: Likewise.
+       * ld-elf/endhidden.c: Likewise.
+       * ld-elf/endprotected.c: Likewise.
+       * ld-elf/foo.c: Likewise.
+       * ld-elf/foo.map: Likewise.
+       * ld-elf/hidden.out: Likewise.
+       * ld-elf/main.c: Likewise.
+       * ld-elf/normal.out: Likewise.
+       * ld-elf/shared.exp: Likewise.
+
+       * lib/ld-lib.exp (run_cc_link_tests): New.
+
+2006-07-12  Richard Sandiford  <richard@codesourcery.com>
+
+       * ld-m68k/merge-ok-1c.d: New test.
+       * ld-m68k/m68k.exp: Run it.
+
+2006-07-11  Hans-Peter Nilsson  <hp@axis.com>
+
+       * ld-cris/libdso-2.d: Adjust for recent hash-related changes.
+
+2006-07-10  Jakub Jelinek  <jakub@redhat.com>
+
+       * ld-powerpc/tlsso32.r: Adjust.
+       * ld-powerpc/tlsso32.d: Adjust.
+       * ld-powerpc/tlsso32.g: Adjust.
+       * ld-powerpc/tlsso.r: Adjust.
+       * ld-powerpc/tlsso.g: Adjust.
+       * ld-powerpc/tlstocso.g: Adjust.
+
+2006-07-05  Thiemo Seufer  <ths@mips.com>
+
+       * ld-mips-elf/multi-got-1.d, ld-mips-elf/tls-multi-got-1.got,
+       ld-mips-elf/tls-multi-got-1.r: Update multigot testcases.
+
+2006-06-30  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * ld-i386/tlsbindesc.dd: Updated to expect xchg %ax,%ax instead
+       of 2 nops.
+       * ld-i386/tlsdesc.dd: Likewise.
+       * ld-i386/tlsgdesc.dd: Likewise.
+       * ld-x86-64/tlsbindesc.dd: Likewise.
+       * ld-x86-64/tlsdesc.dd: Likewise.
+       * ld-x86-64/tlsdesc.pd: Likewise.
+       * ld-x86-64/tlsgdesc.dd: Likewise.
+
+2006-06-29  Jakub Jelinek  <jakub@redhat.com>
+
+       PR ld/2513
+       * ld-i386/tlsbin.dd: Fix expected output.
+
+2006-06-21  Alan Modra  <amodra@bigpond.net.au>
+
+       * ld-elf/tls_common.exp: Match 32-bit output.
+
+2006-06-20  Jakub Jelinek  <jakub@redhat.com>
+
+       * ld-elf/tls_common.exp: New test.
+       * ld-elf/tls_common.s: New file.
+
+2006-06-20  Alan Modra  <amodra@bigpond.net.au>
+
+       * ld-elf/eh1.d: Update for fewer program headers.
+       * ld-elf/eh2.d: Likewise.
+       * ld-elf/eh3.d: Likewise.
+
+2006-06-19  Vladimir Prus  <vladimir@codesourcery.com>
+
+       * ld-arm/arm-elf.exp: New test.
+       * ld-arm/use-thumb-lib.s: New file.
+       * ld-arm/use-thumb-lib.sym: New file.
+
+2006-06-15  Mark Shinwell  <shinwell@codesourcery.com>
+
+       * ld-arm/group-relocs-alu-bad.d: New test.
+       * ld-arm/group-relocs-alu-bad.s: New test.
+       * ld-arm/group-relocs.d: New test.
+       * ld-arm/group-relocs-ldc-bad.d: New test.
+       * ld-arm/group-relocs-ldc-bad.s: New test.
+       * ld-arm/group-relocs-ldr-bad.d: New test.
+       * ld-arm/group-relocs-ldr-bad.s: New test.
+       * ld-arm/group-relocs-ldrs-bad.d: New test.
+       * ld-arm/group-relocs-ldrs-bad.s: New test.
+       * ld-arm/group-relocs.s: New test.
+       * ld-arm/arm-elf.exp: Wire in new tests.
+
+2006-06-14  Richard Sandiford  <richard@codesourcery.com>
+
+       * ld-m68k/plt1.s, ld-m68k/plt1-empty.s, ld-m68k/plt1.ld: New files.
+       * ld-m68k/plt1-68020.d, ld-m68k/plt1-cpu32.d: Likewise.
+       * ld-m68k/plt1-isab.d: Likewise.
+       * ld-m68k/m68k.exp: Run new PLT tests.
+
+2006-06-12  Thiemo Seufer  <ths@mips.com>
+
+       * ld-mips-elf/multi-got-no-shared.d: Adjust for recent change of
+       ELF_MAXPAGESIZE.
+
+2006-06-11  Richard Sandiford  <richard@codesourcery.com>
+
+       * ld-mips-elf/stub-dynsym-1.s,
+       * ld-mips-elf/stub-dynsym-1.ld,
+       * ld-mips-elf/stub-dynsym-1-7fff.d,
+       * ld-mips-elf/stub-dynsym-1-8000.d,
+       * ld-mips-elf/stub-dynsym-1-fff0.d,
+       * ld-mips-elf/stub-dynsym-1-10000.d,
+       * ld-mips-elf/stub-dynsym-1-2fe80.d: New test.
+       * ld-mips-elf/mips-elf.exp: Run it.
+
+2006-06-06  Alan Modra  <amodra@bigpond.net.au>
+
+       * ld-elfvers/vers.exp (objdump_versionstuff): Allow versions in
+       any order.
+       * ld-elfvers/vers1.ver: Update.
+       * ld-elfvers/vers2.ver: Update.
+       * ld-elfvers/vers4a.ver: Update.
+       * ld-elfvers/vers7a.ver: Update.
+       * ld-elfvers/vers8.ver: Update.
+       * ld-elfvers/vers9.ver: Update.
+       * ld-elfvers/vers15.ver: Update.
+       * ld-elfvers/vers16a.ver: Update.
+       * ld-elfvers/vers17.ver: Update.
+       * ld-elfvers/vers18.ver: Update.
+       * ld-elfvers/vers20.ver: Update.
+       * ld-elfvers/vers20a.ver: Update.
+       * ld-elfvers/vers21.ver: Update.
+       * ld-elfvers/vers22a.ver: Update.
+       * ld-elfvers/vers22b.ver: Update.
+       * ld-elfvers/vers23a.ver: Update.
+       * ld-elfvers/vers23b.ver: Update.
+       * ld-elfvers/vers23c.ver: Update.
+       * ld-elfvers/vers25a.ver: Update.
+       * ld-elfvers/vers26a.ver: Update.
+       * ld-elfvers/vers27a.ver: Update.
+       * ld-elfvers/vers27d.ver: Update.
+       * ld-elfvers/vers28b.ver: Update.
+       * ld-elfvers/vers29.ver: Update.
+       * ld-elfvers/vers30.ver: Update.
+       * ld-elfvers/vers31.ver: Update.
+
+2006-06-05  Alan Modra  <amodra@bigpond.net.au>
+
+       * ld-elf/sec64k.exp: Add "main" symbol.  Use dc.a for addresses.
+       Cater for different address sizes.  Match end of line when
+       comparing symbols.
+       * ld-elf/start.s: Use dc.a for addresses.
+
+2006-06-02  Alan Modra  <amodra@bigpond.net.au>
+
+       * ld-powerpc/tlsexe.r: Update for removal of some section syms.
+       * ld-powerpc/tlsexetoc.r: Likewise.
+       * ld-powerpc/tlsso.r: Likewise.
+       * ld-powerpc/tlstocso.r: Likewise.
+       * ld-s390/tlsbin_64.rd: Likewise.
+       * ld-s390/tlspic_64.rd: Likewise.
+
+2006-06-02  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR ld/2723
+       * ld-alpha/tlsbin.rd: Update for removal of some section syms.
+       * ld-alpha/tlsbinr.rd: Likewise.
+       * ld-alpha/tlspic.rd: Likewise.
+       * ld-cris/hiddef1.d: Likewise.
+       * ld-cris/libdso-2.d: Likewise.
+       * ld-elf/sec64k.exp: Likewise.
+       * ld-i386/tlsbin.rd: Likewise.
+       * ld-i386/tlsbindesc.rd: Likewise.
+       * ld-i386/tlsdesc.rd: Likewise.
+       * ld-i386/tlsgdesc.rd: Likewise.
+       * ld-i386/tlsnopic.rd: Likewise.
+       * ld-i386/tlspic.rd: Likewise.
+       * ld-ia64/tlsbin.rd: Likewise.
+       * ld-ia64/tlspic.rd: Likewise.
+       * ld-mmix/bpo-1.d: Likewise.
+       * ld-mmix/bpo-10.d: Likewise.
+       * ld-mmix/bpo-11.d: Likewise.
+       * ld-mmix/bpo-14.d: Likewise.
+       * ld-mmix/bpo-16.d: Likewise.
+       * ld-mmix/bpo-17.d: Likewise.
+       * ld-mmix/bpo-18.d: Likewise.
+       * ld-mmix/bpo-19.d: Likewise.
+       * ld-mmix/bpo-2.d: Likewise.
+       * ld-mmix/bpo-22.d: Likewise.
+       * ld-mmix/bpo-3.d: Likewise.
+       * ld-mmix/bpo-4.d: Likewise.
+       * ld-mmix/bpo-5.d: Likewise.
+       * ld-mmix/bpo-6.d: Likewise.
+       * ld-mmix/bpo-9.d: Likewise.
+       * ld-mmix/bspec1.d: Likewise.
+       * ld-mmix/bspec2.d: Likewise.
+       * ld-mmix/greg-1.d: Likewise.
+       * ld-mmix/greg-19.d: Likewise.
+       * ld-mmix/greg-2.d: Likewise.
+       * ld-mmix/greg-3.d: Likewise.
+       * ld-mmix/greg-4.d: Likewise.
+       * ld-mmix/greg-5.d: Likewise.
+       * ld-mmix/greg-5s.d: Likewise.
+       * ld-mmix/greg-6.d: Likewise.
+       * ld-mmix/greg-7.d: Likewise.
+       * ld-mmix/loc1.d: Likewise.
+       * ld-mmix/loc2.d: Likewise.
+       * ld-mmix/loc3.d: Likewise.
+       * ld-mmix/loc4.d: Likewise.
+       * ld-mmix/loc6.d: Likewise.
+       * ld-mmix/local1.d: Likewise.
+       * ld-mmix/local3.d: Likewise.
+       * ld-mmix/local5.d: Likewise.
+       * ld-mmix/local7.d: Likewise.
+       * ld-mmix/locdo-1.d: Likewise.
+       * ld-mmix/loct-1.d: Likewise.
+       * ld-mmix/locto-1.d: Likewise.
+       * ld-mmix/start-1.d: Likewise.
+       * ld-mmix/undef-3.d: Likewise.
+       * ld-powerpc/tlsexe32.r: Likewise.
+       * ld-powerpc/tlsso32.r: Likewise.
+       * ld-s390/tlsbin.rd: Likewise.
+       * ld-s390/tlspic.rd: Likewise.
+       * ld-sparc/tlssunbin32.rd: Likewise.
+       * ld-sparc/tlssunbin64.rd: Likewise.
+       * ld-sparc/tlssunnopic32.rd: Likewise.
+       * ld-sparc/tlssunnopic64.rd: Likewise.
+       * ld-sparc/tlssunpic32.rd: Likewise.
+       * ld-sparc/tlssunpic64.rd: Likewise.
+       * ld-x86-64/tlsbin.rd: Likewise.
+       * ld-x86-64/tlsbindesc.rd: Likewise.
+       * ld-x86-64/tlsdesc.rd: Likewise.
+       * ld-x86-64/tlsgdesc.rd: Likewise.
+       * ld-x86-64/tlspic.rd: Likewise.
+
+2006-05-31  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * ld-elf/binutils.exp: Make it Linux only.
+       (strip_test): Renamed to binutils_test. Check for unsupported
+       options.
+       Add more tests.
+
+       * ld-elf/commonpage1.d: Make it Linux only.
+       * ld-elf/maxpage1.d: Likewise.
+
+       * ld-elf/maxpage1.s: Add main, start and __start.
+
+       * ld-elf/maxpage2.d: New file.
+       * ld-elf/tbss1.s: Likewise.
+       * ld-elf/tbss2.s: Likewise.
+       * ld-elf/tdata1.s: Likewise.
+       * ld-elf/tdata2.s: Likewise.
+
 2006-05-30  H.J. Lu  <hongjiu.lu@intel.com>
 
        * ld-elf/binutils.exp: New file.