ld/doc: drop blank between @option and brace
[deliverable/binutils-gdb.git] / ld / ChangeLog
index b6b8dc8d73dfdb28ee083a1b2de8cf89be4f77b2..d97c6356bf12fef8783a5d3401c49110bda8a940 100644 (file)
@@ -1,3 +1,179 @@
+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
+       * temulparams/pdp11.sh (TARGET_PAGE_SIZE): Set to 8192.
+
+2020-01-15  Jozef Lawrynowicz  <jozef.l@mittosystems.com>
+
+       * testsuite/ld-msp430-elf/msp430-elf.exp: Run new test.
+       * testsuite/ld-msp430-elf/reloc-lo-430x.s: New test.
+
+2020-01-15  Alan Modra  <amodra@gmail.com>
+
+       * testsuite/ld-powerpc/ambiguousv1b.d: Adjust expected output.
+       * testsuite/ld-powerpc/funref.s: Align func_tab.
+       * testsuite/ld-powerpc/funref2.s: Likewise.
+       * testsuite/ld-powerpc/funv1.s: Add dot symbols.
+
+2020-01-14  Lili Cui <lili.cui@intel.com>
+
+       * testsuite/ld-i386/align-branch-1.d: Updated for i686-pc-elf.
+
+2020-01-13  Alan Modra  <amodra@gmail.com>
+
+       * po/BLD-POTFILES.in: Regenerate.
+
 2020-01-13  Claudiu Zissulescu  <claziss@gmail.com>
 
        * testsuite/ld-arc/relax-local-pic.d: Improve matching patterns.
This page took 0.025537 seconds and 4 git commands to generate.