i386-moss and i386-openbsd ld config
[deliverable/binutils-gdb.git] / ld / ChangeLog
index 5208f62cfe4f1799928884f9f62cece64694bf80..3ad29e52621da5eceba20f48c3eb5b20aaa709f9 100644 (file)
@@ -1,3 +1,167 @@
+2020-02-06  Alan Modra  <amodra@gmail.com>
+
+       * configure.tgt (i[3-7]86-*-moss*): Don't clear targ_extra_ofiles.
+       (i[3-7]86-*-openbsd*, x86_64-*-openbsd*): Add.
+
+2020-02-02  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR gas/25380
+       * testsuite/ld-i386/pr22001-1c.S: Use "unique,N" in .section
+       directives.
+       * testsuite/ld-i386/tls-gd1.S: Likewise.
+       * testsuite/ld-x86-64/pr21481b.S: Likewise.
+
+2020-01-30  Jan Beulich  <jbeulich@suse.com>
+
+       * ld.texi: Remove space between @option and brace.
+
+2020-01-29  Alan Modra  <amodra@gmail.com>
+
+       PR 25477
+       * ldelf.c (ldelf_check_ld_so_conf): Add prefix parameter and
+       correct concat.
+       (ldelf_after_open): Add prefix parameter.
+       * ldelf.h (ldelf_after_open): Update prototype.
+       * emultempl/elf.em (gld${EMULATION_NAME}_after_open): Pass $prefix
+       to ldelf_after_open.
+       * Makefile.am: Correct z80 dependencies.
+       * Makefile.in: Regenerate.
+
+2020-01-28  Alan Modra  <amodra@gmail.com>
+
+       * ldexp.c (fold_name): Don't print bfd_link_hash_lookup failed
+       in first phase.
+
+2020-01-27  Alan Modra  <amodra@gmail.com>
+
+       * testsuite/ld-elfvers/vers.exp: Replace case statements with
+       switch statements.
+       * testsuite/ld-ifunc/ifunc.exp: Likewise.
+       * testsuite/ld-unique/unique.exp: Likewise.
+
+2020-01-27  H.J. Lu  <hongjiu.lu@intel.com>
+           Alan Modra  <amodra@gmail.com>
+
+       PR ld/25458
+       * testsuite/ld-elf/pr25458.map: New file.
+       * testsuite/ld-elf/pr25458.rd: Likewise.
+       * testsuite/ld-elf/pr25458a.s: Likewise.
+       * testsuite/ld-elf/pr25458b.s: Likewise.
+       * testsuite/ld-elf/shared.exp: Run PR ld/25458 test.
+
+2020-01-22  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR ld/25416
+       * testsuite/ld-x86-64/tls.exp: Skip GNU2 TLS tests only without
+       compiler support.
+
+2020-01-22  Alan Modra  <amodra@gmail.com>
+
+       * testsuite/ld-powerpc/tlsdesc3.d,
+       * testsuite/ld-powerpc/tlsdesc3.wf,
+       * testsuite/ld-powerpc/tlsdesc4.d,
+       * testsuite/ld-powerpc/tlsdesc4.s,
+       * testsuite/ld-powerpc/tlsdesc4.wf: New tests.
+       * testsuite/ld-powerpc/powerpc.exp: Run them.
+
+2020-01-22  Alan Modra  <amodra@gmail.com>
+
+       * emultempl/ppc64elf.em (ppc64_opt, PARSE_AND_LIST_LONGOPTS),
+       (PARSE_AND_LIST_OPTIONS, PARSE_AND_LIST_ARGS_CASES): Support
+       --tls-get-addr-regsave and --no-tls-get-addr-regsave.
+       (params): Init new field.
+       * ld.texi (--tls-get-addr-regsave, --no-tls-get-addr-regsave):
+       Document.
+       * testsuite/ld-powerpc/tlsdesc.s,
+       * testsuite/ld-powerpc/tlsdesc.d,
+       * testsuite/ld-powerpc/tlsdesc.wf,
+       * testsuite/ld-powerpc/tlsdesc2.d,
+       * testsuite/ld-powerpc/tlsdesc2.wf,
+       * testsuite/ld-powerpc/tlsexenors.d,
+       * testsuite/ld-powerpc/tlsexenors.r,
+       * testsuite/ld-powerpc/tlsexers.d,
+       * testsuite/ld-powerpc/tlsexers.r,
+       * testsuite/ld-powerpc/tlsexetocnors.d,
+       * testsuite/ld-powerpc/tlsexetocrs.d,
+       * testsuite/ld-powerpc/tlsexetocrs.r,
+       * testsuite/ld-powerpc/tlsopt6.d,
+       * testsuite/ld-powerpc/tlsopt6.wf: New.
+       * testsuite/ld-powerpc/powerpc.exp: Run new tests.
+
+2020-01-22  Yuri Chornoivan  <yurchor@mageia.org>
+
+       PR 25417
+       * ldlang.c (ldlang_open_ctf): Fix error message typo.
+       * emultempl/z80elf.em (z80_elf_after_open): Likewise.
+
+2020-01-21  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * testsuite/ld-elf/pr23900-1.d: Adjusted.
+
+2020-01-21  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * testsuite/ld-elf/pr23900-1.d: Also pass -l to readelf.
+
+2020-01-20  Nick Clifton  <nickc@redhat.com>
+
+       * po/pt_BR.po: Updated Brazilian Portuguese translation.
+       * po/uk.po: Updated Ukranian translation.
+
+2020-01-20  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR ld/25416
+       * testsuite/ld-x86-64/pr25416-1.s: New file
+       * testsuite/ld-x86-64/pr25416-1a.d: Likewise.
+       * testsuite/ld-x86-64/pr25416-1b.d: Likewise.
+       * testsuite/ld-x86-64/pr25416-1.s: Likewise.
+       * testsuite/ld-x86-64/pr25416-2.s: Likewise.
+       * testsuite/ld-x86-64/pr25416-2a.d: Likewise.
+       * testsuite/ld-x86-64/pr25416-2b.d: Likewise.
+       * testsuite/ld-x86-64/pr25416-3.d: Likewise.
+       * testsuite/ld-x86-64/pr25416-3.s: Likewise.
+       * testsuite/ld-x86-64/pr25416-4.d: Likewise.
+       * testsuite/ld-x86-64/pr25416-4.s: Likewise.
+       * testsuite/ld-x86-64/pr25416-5a.c: Likewise.
+       * testsuite/ld-x86-64/pr25416-5b.s: Likewise.
+       * testsuite/ld-x86-64/pr25416-5c.s: Likewise.
+       * testsuite/ld-x86-64/pr25416-5d.s: Likewise.
+       * testsuite/ld-x86-64/pr25416-5e.s: Likewise.
+       * testsuite/ld-x86-64/x86-64.exp: Run PR ld/25416 tests.
+
+2020-01-20  Alan Modra  <amodra@gmail.com>
+
+       * testsuite/ld-powerpc/tlsexe.d: Match new __tls_get_addr stub.
+       * testsuite/ld-powerpc/tlsexeno.d: Likewise.
+       * testsuite/ld-powerpc/tlsexetoc.d: Likewise.
+       * testsuite/ld-powerpc/tlsexetocno.d: Likewise.
+       * testsuite/ld-powerpc/tlsopt5.d: Likewise.
+
+2020-01-18  Roland McGrath  <mcgrathr@google.com>
+
+       * testsuite/ld-x86-64/align-branch-1.d: Loosen instruction regexps
+       to admit whatever absolute address.  The label-relative address is
+       what the test needs to verify.
+
+2020-01-18  Nick Clifton  <nickc@redhat.com>
+
+       * configure: Regenerate.
+       * po/ld.pot: Regenerate.
+
+2020-01-18  Nick Clifton  <nickc@redhat.com>
+
+       Binutils 2.34 branch created.
+
+2020-01-16  Jozef Lawrynowicz  <jozef.l@mittosystems.com>
+
+       * scripttempl/elf32msp430_3.sc: Remove.
+
+2020-01-16  Jozef Lawrynowicz  <jozef.l@mittosystems.com>
+
+       * scripttempl/elf32msp430.sc: Add input section rules for
+       .upper.{text,data,rodata,bss}.
+       * testsuite/ld-msp430-elf/msp430-elf.exp: Run new test.
+       * testsuite/ld-msp430-elf/upper-input-sections.s: New test.
+
 2020-01-15  Lars Brinkhoff  <lars@nocrew.org>
 
        PR 20694
This page took 0.027519 seconds and 4 git commands to generate.