bfd/
[deliverable/binutils-gdb.git] / ld / testsuite / ChangeLog
index a97f3950f12d41d6a37490d8ac04db066920a25a..cecfd3c8af6365f895548549caaf934edf35592b 100644 (file)
@@ -1,3 +1,441 @@
+2007-09-29  Alan Modra  <amodra@bigpond.net.au>
+
+       * ld-selective/sel-dump.exp: Add am33, m88k, mep to xfails.
+       * ld-selective/selective.exp: Don't run for same target list
+       we xfail sel-dump.
+
+2007-09-29  Mike Frysinger  <vapier@gentoo.org>
+
+       * ld-alpha/tlsbin.rd: Use [0-9]+ to match section header count and
+       0x[0-9a-f]+ to match section header offset.  Match section indexes
+       with \[[ 0-9]+\].  Use [0-9]+ to match program header count and
+       0x[0-9a-f]+ to match program header offset.  Match .dynsym and
+       .symtab entry counts with [0-9]+.
+       * ld-alpha/tlsbinr.rd: Likewise.
+       * ld-alpha/tlspic.rd: 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-powerpc/tlsexe.r: Likewise.
+       * ld-powerpc/tlsexe32.r: Likewise.
+       * ld-powerpc/tlsexetoc.r: Likewise.
+       * ld-powerpc/tlsso.r: Likewise.
+       * ld-powerpc/tlsso32.r: Likewise.
+       * ld-powerpc/tlstocso.r: Likewise.
+       * ld-s390/tlsbin.rd: Likewise.
+       * ld-s390/tlsbin_64.rd: Likewise.
+       * ld-s390/tlspic.rd: Likewise.
+       * ld-s390/tlspic_64.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.
+
+2007-09-25  Alan Modra  <amodra@bigpond.net.au>
+
+       * ld-spu/ovl.d: Adjust for stub relocs.
+       * ld-spu/ovl2.d: Likewise.
+
+2007-09-20  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR 658
+       * ld-i386/tlsbin.dd: Updated.
+       * ld-i386/tlsld1.dd: Likewise.
+
+2007-09-19  Nick Clifton  <nickc@redhat.com>
+
+       * ld-scripts/crossref.exp: Compile test source with -mtiny=0 in
+       order to prevent the use of the small data area.
+
+2007-09-17  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR binutils/3281
+       PR binutils/5037
+       * ld-elf/binutils.exp: Update "-z relro" tests to use relro1.s.
+       Add "-z relro" tests with relro2.s.  Add "-z relro" tests with
+       TLS for objcopy.
+
+       * ld-elf/relro1.s: New file.
+       * ld-elf/relro2.s: Likewise.
+
+2007-09-04  Mike Frysinger  <vapier@gentoo.org>
+
+       * lib/ld-lib.exp (default_ld_compile): Pull in global CXXFLAGS and
+       add it to $flags when $ccexe matches *++*.
+       (run_ld_link_exec_tests): Pull in global CXXFLAGS and execute CXX
+       with CXXFLAGS when $lang matches c++.
+       (run_cc_link_tests): Likewise.
+
+2007-09-02  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR ld/4986
+       * ld-ia64/line.exp: New.
+       * ld-ia64/undefined.s: Likewise.
+
+       * ld-x86-64/line.exp: Don't check CC.
+
+2007-08-31  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR ld/4986
+       * ld-x86-64/line.exp: New
+       * ld-x86-64/undefined.s: Likewise.
+
+2007-08-31  Tristan Gingold  <gingold@adacore.com>
+
+       * ld-script/map-address.t: Add a test for testing DEFINED in map
+       output.
+       * ld-script/map-address.d: Update expected output.
+
+2007-08-28  Mark Shinwell  <shinwell@codesourcery.com>
+           Joseph Myers  <joseph@codesourcery.com>
+
+       * ld-elfcomm/elfcomm.exp: Use run_host_cmd.  Only check "which
+       $CC" if host is local.
+       * ld-checks/checks.exp: Use run_host_cmd.
+       * ld-elf/exclude.exp: Likewise.
+       * ld-elf/elf.exp: Download merge.ld if host is remote.
+       * ld-elf/binutils.exp (binutils_test): Use remote_exec.
+       * ld-elf/tls_common.exp: Use run_host_cmd.
+       * lib/ld-lib.exp (ld_version): Only check "which $ld" if host is
+       local.  Use remote_exec.
+       (run_host_cmd): New.
+       (run_host_cmd_yesno): New.
+       (default_ld_relocate): Use run_host_cmd_yesno.
+       (default_ld_link): Likewise.
+       (default_ld_simple_link): Use run_host_cmd.
+       (default_ld_compile): Only check "which $ccprog" if host is local.
+       Use remote_file and remote_exec.
+       (default_ld_assemble): Only check "which $as" if host is local.
+       Use run_host_cmd.
+       (default_ld_nm): Use remote_exec, remote_upload and remote_file.
+       (run_dump_test): Use remote_exec, remote_upload and remote_file.
+       Only check "which $binary" if host is local.
+       (run_ld_link_tests): Use remote_exec, remote_upload and
+       remote_file.
+       * ld-selective/selective.exp: Only check "which $CXX" if host is
+       local.  Use remote_exec.
+       * ld-scripts/phdrs.exp: Only check "which $objdump" if host is
+       local.  Use run_host_cmd.
+       * ld-scripts/phdrs2.exp: Likewise.
+       * ld-scripts/weak.exp: Likewise.
+       * ld-undefined/weak-undef.exp: Likewise.
+       * ld-scripts/crossref.exp: Only check "which $CC" if host is local.
+       Use run_host_cmd.
+       * ld-scripts/map-address.exp: Upload map_address.map if host is
+       remote.
+       * ld-srec/srec.exp (run_srec_tests): Use run_host_cmd.  Only check
+       "which $CC" and "which $CXX" if host is local.
+       * ld-undefined/undefined.exp: Only check "which $CC" if host is
+       local.  Use remote_file and run_host_cmd.
+       * config/default.exp: Use remote_exec to create tmpdir.
+
+2007-08-24  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * ld-i386/i386.exp (i386tests): Add a test for TLS IE->LE
+       transition.
+       Run tlsie2, tlsie3, tlsie4 and tlsie5.
+
+       * ld-i386/tlsie1.dd: New file.
+       * ld-i386/tlsie1.s: Likewise.
+       * ld-i386/tlsie2.d: Likewise.
+       * ld-i386/tlsie2.s: Likewise.
+       * ld-i386/tlsie3.d: Likewise.
+       * ld-i386/tlsie3.s: Likewise.
+       * ld-i386/tlsie4.d: Likewise.
+       * ld-i386/tlsie4.s: Likewise.
+       * ld-i386/tlsie5.d: Likewise.
+       * ld-i386/tlsie5.s: Likewise.
+       * ld-x86-64/tlsgd2.d: Likewise.
+       * ld-x86-64/tlsgd2.s: Likewise.
+       * ld-x86-64/tlsgd3.d: Likewise.
+       * ld-x86-64/tlsgd3.s: Likewise.
+       * ld-x86-64/tlsie1.dd: Likewise.
+       * ld-x86-64/tlsie1.s: Likewise.
+       * ld-x86-64/tlsie2.d: Likewise.
+       * ld-x86-64/tlsie2.s: Likewise.
+       * ld-x86-64/tlsie3.d: Likewise.
+       * ld-x86-64/tlsie3.s: Likewise.
+
+       * ld-x86-64/x86-64.exp (x86_64tests): Add a test for TLS LD->LE
+       transition.
+       Run tlsgd2, tlsgd3, tlsie2 and tlsie3.
+
+2007-08-23  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * ld-i386/tlsbinpic.s: Add a new GD -> IE test.
+
+       * ld-i386/tlsgd1.s: Add a new GD -> LE test.
+
+       * ld-i386/tlsbin.dd: Updated.
+       * ld-i386/tlsbin.rd: Likewise.
+       * ld-i386/tlsgd1.dd: Likewise.
+
+2007-08-17  Jakub Jelinek  <jakub@redhat.com>
+
+       * ld-sparc/tlssunnopic32.dd: Fix up #target.
+       * ld-sparc/tlssunnopic32.rd: Likewise.
+       * ld-sparc/tlssunnopic32.sd: Likewise.
+       * ld-sparc/tlssunnopic64.dd: Likewise.
+       * ld-sparc/tlssunnopic64.rd: Likewise.
+       * ld-sparc/tlssunnopic64.sd: Likewise.
+
+2007-08-17  Richard Sandiford  <richard@codesourcery.com>
+
+       * lib/ld-lib.exp (run_dump_test): Allow [big_or_little_endian]
+       to appear in assembler and linker options.
+       * ld-mips-elf/vxworks1-static.d (ld): Add [big_or_little_endian].
+
+2007-08-16  Alan Modra  <amodra@bigpond.net.au>
+
+       * ld-srec/srec.exp: Always pass "-G 0".  Remove all powerpc
+       xfails.
+
+2007-08-14  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR ld/4918
+       * ld-i386/i386.exp (i386tests): Add tlsgd1 and tlsld1 tests.
+       * ld-x86-64/x86-64.exp (x86_64tests): Likewise.
+
+       * ld-i386/tlsgd1.dd: New file.
+       * ld-i386/tlsgd1.s: Likewise.
+       * ld-i386/tlsld1.dd: Likewise.
+       * ld-i386/tlsld1.s: Likewise.
+       * ld-x86-64/tlsgd1.dd: Likewise.
+       * ld-x86-64/tlsgd1.s: Likewise.
+       * ld-x86-64/tlsld1.dd: Likewise.
+       * ld-x86-64/tlsld1.s: Likewise.
+
+2007-08-13  Richard Sandiford  <richard@codesourcery.com>
+
+       * ld-mips-elf/vxworks-forced-local-1.d,
+       * ld-mips-elf/vxworks-forced-local-1.s,
+       * ld-mips-elf/vxworks-forced-local-1.ver: New test.
+       * ld-mips-elf/mips-elf.exp: Run it.
+       * ld-mips-elf/tlsdyn-o32-2.d: Adjust for removal of unnecessary
+       local GOT entry.
+       * 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/vxworks1-lib.dd: Likewise.
+       * ld-mips-elf/vxworks1-lib.rd: Likewise.
+
+2007-08-13  Alan Modra  <amodra@bigpond.net.au>
+
+       * ld-powerpc/relbrlt.s (.text.pad2): Adjust space.
+       * ld-powerpc/relbrlt.d: Update.
+       * ld-powerpc/tlsexe.d: Update.
+       * ld-powerpc/tlsexe.g: Update.
+       * ld-powerpc/tlsexe.r: Update.
+       * ld-powerpc/tlsexetoc.d: Update.
+       * ld-powerpc/tlsexetoc.g: Update.
+       * ld-powerpc/tlsexetoc.r: Update.
+       * ld-powerpc/tlsso.d: Update.
+       * ld-powerpc/tlsso.g: Update.
+       * ld-powerpc/tlsso.r: Update.
+       * ld-powerpc/tlstocso.d: Update.
+       * ld-powerpc/tlstocso.g: Update.
+
+2007-08-06  Kai Tietz   <kai.tietz@onevision.com>
+
+       PR ld/4877
+       * ld-pe/pe.exp: Special diff file for x86_64-mingw target.
+       * ld-pe/secrel_64.d: New.
+
+2007-08-03  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * ld-srec/srec.exp: XFAIL for powerpc*-*-*.
+
+2007-08-01  Adam Nemet  <anemet@caviumnetworks.com>
+
+       * ld-mips-elf/reloc-4.s, ld-mips-elf/reloc-4.d,
+       ld-mips-elf/reloc-5.s, ld-mips-elf/reloc-5.d: New tests.
+       * ld-mips-elf/mips-elf.exp: Invoke them.
+
+2007-07-29  Alan Modra  <amodra@bigpond.net.au>
+
+       * ld-elf/weak-dyn-1.rd: Adjust.
+
+2007-07-25  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * ld-cdtest/cdtest-foo.cc (strncpy): Fix parameter name.
+
+2007-07-24  Nick Clifton  <nickc@redhat.com>
+
+       * ld-arm/arm-elf.exp: Move EABI attribute tests into EABI only
+       section.
+
+2007-07-23  Richard Sandiford  <richard@codesourcery.com>
+
+       * ld-elf/weak-dyn-1a.s, ld-elf/weak-dyn-1b.s, ld-elf/weak-dyn-1.ld,
+       * ld-elf/weak-dyn-1.rd: New test.
+       * ld-elf/elf.exp: Run it.
+
+2007-07-13  Nathan Sidwell  <nathan@codesourcery.com>
+
+       * ld-scripts/assert.t: Tweak to avoid relying on empty's VMA being
+       zero.
+
+2007-07-10  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * ld-elfvers/vers.exp: Add tests for --defsym.
+
+       * ld-elfvers/vers32.map: Likewise.
+       * ld-elfvers/vers32a.c: Likewise.
+       * ld-elfvers/vers32a.dsym: Likewise.
+       * ld-elfvers/vers32a.ver: Likewise.
+       * ld-elfvers/vers32b.c: Likewise.
+       * ld-elfvers/vers32b.dsym: Likewise.
+       * ld-elfvers/vers32b.ver: Likewise.
+       * ld-elfvers/vers32c.dsym: Likewise.
+       * ld-elfvers/vers32c.ver: Likewise.
+       * ld-elfvers/vers32d.ver: Likewise.
+
+2007-07-06  Nick Clifton  <nickc@redhat.com>
+
+       * lib/default.exp: Update copyright notice to refer to GPLv3.
+       * config/default.exp, ld-alpha/alpha.exp, ld-arm/arm-elf.exp,
+       ld-auto-import/auto-import.exp, ld-bootstrap/bootstrap.exp,
+       ld-cdtest/cdtest.exp, ld-checks/checks.exp, ld-cris/cris.exp,
+       ld-crx/crx.exp, ld-cygwin/exe-export.exp, ld-d10v/d10v.exp,
+       ld-discard/discard.exp, ld-elf/elf.exp, ld-elf/exclude.exp,
+       ld-elf/frame.exp, ld-elf/sec64k.exp, ld-elf/binutils.exp,
+       ld-elf/tls_common.exp, ld-elf/shared.exp, ld-elf/dwarf.exp,
+       ld-elf/wrap.exp, ld-elfcomm/elfcomm.exp, ld-elfvers/vers.exp,
+       ld-elfvsb/elfvsb.exp, ld-elfweak/elfweak.exp, ld-xc16x/xc16x.exp,
+       ld-fastcall/fastcall.exp, ld-frv/tls.exp, ld-h8300/h8300.exp,
+       ld-i386/i386.exp, ld-ia64/ia64.exp, ld-linkonce/linkonce.exp,
+       ld-m68hc11/m68hc11.exp, ld-maxq/maxq.exp,
+       ld-mips-elf/mips-elf-flags.exp, ld-mips-elf/mips-elf.exp,
+       ld-mmix/mmix.exp, ld-pe/pe.exp, ld-pe/direct.exp,
+       ld-powerpc/powerpc.exp, ld-s390/s390.exp, ld-scripts/align.exp,
+       ld-scripts/alignof.exp, ld-scripts/assert.exp,
+       ld-scripts/crossref.exp, ld-scripts/data.exp,
+       ld-scripts/default-script.exp, ld-scripts/defined.exp,
+       ld-scripts/empty-address.exp, ld-scripts/empty-aligned.exp,
+       ld-scripts/empty-orphan.exp, ld-scripts/expr.exp,
+       ld-scripts/extern.exp, ld-scripts/map-address.exp,
+       ld-scripts/overlay-size.exp, ld-scripts/phdrs.exp,
+       ld-scripts/phdrs2.exp, ld-scripts/provide.exp,
+       ld-scripts/script.exp, ld-scripts/size.exp, ld-scripts/sizeof.exp,
+       ld-scripts/sort.exp, ld-scripts/weak.exp,
+       ld-selective/sel-dump.exp, ld-selective/selective.exp,
+       ld-sh/arch/arch.exp, ld-sh/sh64/rd-sh64.exp, ld-sh/sh64/relax.exp,
+       ld-sh/sh64/relfail.exp, ld-sh/sh64/sh64.exp, ld-sh/rd-sh.exp,
+       ld-sh/sh.exp, ld-shared/shared.exp, ld-sparc/sparc.exp,
+       ld-srec/srec.exp, ld-undefined/undefined.exp,
+       ld-undefined/weak-undef.exp, ld-versados/versados.exp,
+       ld-x86-64/x86-64.exp, ld-xstormy16/xstormy16.exp,
+       ld-xtensa/coalesce.exp, ld-xtensa/lcall.exp, ld-pie/pie.exp,
+       ld-m68k/m68k.exp, ld-mep/mep.exp, ld-spu/spu.exp,
+       ld-vxworks/vxworks.exp, lib/ld-lib.exp: Likewise.
+       * ld-frv/frv-elf.exp: Add copyright notice.
+       * ld-libs/libs.exp, ld-sh/sh-vxworks.exp,
+       ld-scripts/dynamic-sections.exp, ld-v850.v850.exp: Likewise.
+       
+2007-07-05  Alan Modra  <amodra@bigpond.net.au>
+
+       * ld-powerpc/powerpc.exp: Disable for lynxos and nto.
+
+2007-07-03  Joseph Myers  <joseph@codesourcery.com>
+
+       * ld-arm/attr-merge-2a.s, ld-arm/attr-merge-2b.s,
+       ld-arm/attr-merge-2.attr: New.
+       * ld-arm/arm-elf.exp (armelftests): Add new test.
+
+2007-07-02  Nathan Sidwell  <nathan@codesourcery.com>
+
+       * ld-scripts/alignof.exp: Skip on non-elf
+
+2007-06-29  Joseph Myers  <joseph@codesourcery.com>
+
+       * ld-powerpc/attr-gnu-4-0.s, ld-powerpc/attr-gnu-4-00.d,
+       ld-powerpc/attr-gnu-4-01.d, ld-powerpc/attr-gnu-4-02.d,
+       ld-powerpc/attr-gnu-4-1.s, ld-powerpc/attr-gnu-4-10.d,
+       ld-powerpc/attr-gnu-4-11.d, ld-powerpc/attr-gnu-4-12.d,
+       ld-powerpc/attr-gnu-4-13.d, ld-powerpc/attr-gnu-4-2.s,
+       ld-powerpc/attr-gnu-4-20.d, ld-powerpc/attr-gnu-4-21.d,
+       ld-powerpc/attr-gnu-4-22.d, ld-powerpc/attr-gnu-4-3.s,
+       ld-powerpc/attr-gnu-4-31.d: New.
+       * ld-powerpc/powerpc.exp: Run these new tests.
+
+2007-06-29  Joseph Myers  <joseph@codesourcery.com>
+
+       * ld-mips-elf/attr-gnu-4-0.s, ld-mips-elf/attr-gnu-4-00.d,
+       ld-mips-elf/attr-gnu-4-01.d, ld-mips-elf/attr-gnu-4-02.d,
+       ld-mips-elf/attr-gnu-4-03.d, ld-mips-elf/attr-gnu-4-1.s,
+       ld-mips-elf/attr-gnu-4-10.d, ld-mips-elf/attr-gnu-4-11.d,
+       ld-mips-elf/attr-gnu-4-12.d, ld-mips-elf/attr-gnu-4-13.d,
+       ld-mips-elf/attr-gnu-4-14.d, ld-mips-elf/attr-gnu-4-2.s,
+       ld-mips-elf/attr-gnu-4-20.d, ld-mips-elf/attr-gnu-4-21.d,
+       ld-mips-elf/attr-gnu-4-22.d, ld-mips-elf/attr-gnu-4-23.d,
+       ld-mips-elf/attr-gnu-4-3.s, ld-mips-elf/attr-gnu-4-30.d,
+       ld-mips-elf/attr-gnu-4-31.d, ld-mips-elf/attr-gnu-4-32.d,
+       ld-mips-elf/attr-gnu-4-33.d, ld-mips-elf/attr-gnu-4-4.s,
+       ld-mips-elf/attr-gnu-4-41.d: New.
+       * ld-mips-elf/mips-elf.exp: Run these new tests.
+
+2007-06-29  Paul Brook  <paul@codesourcery.com>
+
+       * ld-arm/arm-elf.exp (armelftests): Add callweak.
+       * ld-arm/callweak.d: New test.
+       * ld-arm/callweak.s: New test.
+
+2007-06-28  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR ld/4701
+       * ld-elf/noload-2.d: New.
+
+2007-06-29  H.J. Lu <hjl@gnu.org>
+
+       * ld-scripts/assert.t: Discard .reginfo sections.
+
+2007-06-26  Joseph Myers  <joseph@codesourcery.com>
+
+       * ld-arm/attr-merge.s, ld-arm/attr-merge.attr: New.
+       * ld-arm/arm-elf.exp (armelftests): Add new test.
+
+2007-06-25  Richard Sandiford  <richard@codesourcery.com>
+
+       * ld-mips-elf/mips16-local-stubs-1.s,
+       * ld-mips-elf/mips16-local-stubs-1.d: New tests.
+       * ld-mips-elf/mips-elf.exp: Run them.
+
+2007-06-19  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR ld/4590
+       * ld-ia64/merge1.d: New.
+       * ld-ia64/merge1.s: Likewise.
+       * ld-ia64/merge2.d: Likewise.
+       * ld-ia64/merge2.s: Likewise.
+       * ld-ia64/merge3.d: Likewise.
+       * ld-ia64/merge3.s: Likewise.
+       * ld-ia64/merge4.d: Likewise.
+       * ld-ia64/merge4.s: Likewise.
+       * ld-ia64/merge5.d: Likewise.
+       * ld-ia64/merge5.s: Likewise.
+
+2007-06-18  Andreas Schwab  <schwab@suse.de>
+
+       * ld-scripts/cross3.t: Add .opd section.
+
+2007-06-18  Nathan Sidwell  <nathan@codesourcery.com>
+
+       * ld-scripts/alignof.s: New.
+       * ld-scripts/alignof.t: New
+       * ld-scripts/alignof.exp: New.
+
 2007-06-14  Alan Modra  <alan@grove.modra.org>
 
        * ld-spu/ovl.d: Update.
This page took 0.030085 seconds and 4 git commands to generate.