PR ld/22909 amendment; don't xfail ld-elf/pr19539.d for cris*-*-*.
[deliverable/binutils-gdb.git] / ld / ChangeLog
index fd6ea67f23f53466d1d9196b8fc1edb2e9724747..b84b05b90a7f7c5d434d1c1815675039bc51b20a 100644 (file)
-2019-10-04  Alan Modra  <amodra@gmail.com>
-
-       * testsuite/ld-powerpc/tlsso.d: Adjust to suit tlsld_got usage change.
-       * testsuite/ld-powerpc/tlsso.g: Likewise.
-       * testsuite/ld-powerpc/tlsso.r: Likewise.
-       * testsuite/ld-powerpc/tlsso32.d: Likewise.
-       * testsuite/ld-powerpc/tlsso32.g: Likewise.
-       * testsuite/ld-powerpc/tlsso32.r: Likewise.
-
-2019-10-04  Szabolcs Nagy  <szabolcs.nagy@arm.com>
-
-       PR ld/25062
-       * testsuite/ld-arm/arm-elf.exp: Update.
-       * testsuite/ld-arm/tls-gdesc-neg.d: New test.
-       * testsuite/ld-arm/tls-gdesc-neg.s: New test.
-
-2019-09-23  Nick Alcock  <nick.alcock@oracle.com>
-
-       * configure.ac (TESTCTFLIB): Set to the .so or .a, like TESTBFDLIB.
-       * Makefile.am (TESTCTFLIB): Use it.
-       (LIBCTF): Use the .la file.
-       (check-DEJAGNU): Use it.
-       * Makefile.in: Regenerated.
-       * configure: Likewise.
-
-2019-09-30  Nick Alcock  <nick.alcock@oracle.com>
-
-       * ldlang.h: (struct lang_input_statement_struct): Add the_ctf.
-       (struct elf_sym_strtab): Add forward.
-       (struct elf_strtab_hash): Likewise.
-       (ldlang_ctf_apply_strsym): Declare.
-       (ldlang_write_ctf_late): Likewise.
-       * ldemul.h (ldemul_emit_ctf_early): New.
-       (ldemul_examine_strtab_for_ctf): Likewise.
-       (ld_emulation_xfer_type) <emit_ctf_early>: Likewise.
-       (ld_emulation_xfer_type) <examine_strtab_for_ctf>: Likewise.
-       * ldemul.c (ldemul_emit_ctf_early): New.
-       (ldemul_examine_strtab_for_ctf): Likewise.
-       * ldlang.c: Include ctf-api.h.
-       (CTF_COMPRESSION_THRESHOLD): New.
-       (ctf_output): New. Initialized in...
-       (ldlang_open_ctf): ... this new function.  Open all the CTF
-       sections in the input files: mark them non-loaded and empty
-       so as not to copy their contents to the output, but linker-created
-       so the section gets created in the target.
-       (ldlang_merge_ctf): New, merge types via ctf_link_add_ctf and
-       ctf_link.
-       (ldlang_ctf_apply_strsym): New, an examine_strtab callback: wrap
-       ldemul_examine_strtab_for_ctf.
-       (lang_write_ctf): New, write out the CTF section.
-       (ldlang_write_ctf_late): New, late call via bfd's emit_ctf hook.
-       (lang_process): Call ldlang_open_ctf, ldlang_merge_ctf, and
-       lang_write_ctf.
-       * ldmain.c (link_callbacks): Add ldlang_ctf_apply_strsym,
-       ldlang_write_ctf_late.
-       * emultempl/aix.em: Add ctf-api.h.
-       * emultempl/armcoff.em: Likewise.
-       * emultempl/beos.em: Likewise.
-       * emultempl/elf.em: Likewise.
-       * emultempl/generic.em: Likewise.
-       * emultempl/linux.em: Likewise.
-       * emultempl/msp430.em: Likewise.
-       * emultempl/pe.em: Likewise.
-       * emultempl/pep.em: Likewise.
-       * emultempl/ticoff.em: Likewise.
-       * emultempl/vanilla.em: Likewise.
-       * ldcref.c: Likewise.
-       * ldctor.c: Likewise.
-       * ldelf.c: Likewise.
-       * ldelfgen.c: Likewise.
-       * ldemul.c: Likewise.
-       * ldexp.c: Likewise.
-       * ldfile.c: Likewise.
-       * ldgram.c: Likewise.
-       * ldlex.l: Likewise.
-       * ldmain.c: Likewise.
-       * ldmisc.c: Likewise.
-       * ldver.c: Likewise.
-       * ldwrite.c: Likewise.
-       * lexsup.c: Likewise.
-       * mri.c: Likewise.
-       * pe-dll.c: Likewise.
-       * plugin.c: Likewise.
+2020-05-27  Hans-Peter Nilsson  <hp@axis.com>
 
-       * ldelfgen.c (ldelf_emit_ctf_early): New.
-       (ldelf_examine_strtab_for_ctf): tell libctf about the symtab and
-       strtab.
-       (struct ctf_strsym_iter_cb_arg): New, state to do so.
-       (ldelf_ctf_strtab_iter_cb): New: tell libctf about
-       each string in the strtab in turn.
-       (ldelf_ctf_symbols_iter_cb): New, tell libctf
-       about each symbol in the symtab in turn.
-       * ldelfgen.h (struct elf_sym_strtab): Add forward.
-       (struct elf_strtab_hash): Likewise.
-       (struct ctf_file): Likewise.
-       (ldelf_emit_ctf_early): Declare.
-       (ldelf_examine_strtab_for_ctf): Likewise.
-       * emultempl/elf-generic.em (LDEMUL_EMIT_CTF_EARLY): Set it.
-       (LDEMUL_EXAMINE_STRTAB_FOR_CTF): Likewise.
-       * emultempl/aix.em (ld_${EMULATION_NAME}_emulation): Add
-       emit_ctf_early and examine_strtab_for_ctf, NULL by default.
-       * emultempl/armcoff.em (ld_${EMULATION_NAME}_emulation): Likewise.
-       * emultempl/beos.em (ld_${EMULATION_NAME}_emulation): Likewise.
-       * emultempl/elf.em (ld_${EMULATION_NAME}_emulation): Likewise.
-       * emultempl/generic.em (ld_${EMULATION_NAME}_emulation): Likewise.
-       * emultempl/linux.em (ld_${EMULATION_NAME}_emulation): Likewise.
-       * emultempl/msp430.em (ld_${EMULATION_NAME}_emulation): Likewise.
-       * emultempl/pe.em (ld_${EMULATION_NAME}_emulation): Likewise.
-       * emultempl/pep.em (ld_${EMULATION_NAME}_emulation): Likewise.
-       * emultempl/ticoff.em (ld_${EMULATION_NAME}_emulation): Likewise.
-       * emultempl/vanilla.em (ld_vanilla_emulation): Likewise.
+       PR ld/22909
+       * testsuite/ld-elf/pr19539.d: Don't xfail for cris*-*-*.
 
-       * Makefile.am: Pull in libctf (and zlib, a transitive requirement
-       for compressed CTF section emission).  Pass it on to DejaGNU.
-       * configure.ac: Add AM_ZLIB.
-       * aclocal.m4: Added zlib.m4.
-       * Makefile.in: Regenerated.
-       * testsuite/ld-bootstrap/bootstrap.exp: Use it when relinking ld.
-
-2019-10-02  Alan Modra  <amodra@gmail.com>
-
-       * ld.texi (-Bsymbolic, -Bsymbolic-functions): Don't mention PIEs.
-       * ld.h (symbolic_enum, dynamic_list_enum),
-       (args_type <symbolic, dynamic_list>): Move to..
-       * lexsup.c (parse_args): ..here, using auto vars opt_symbolic
-       and opt_dynamic_list rather than command_line fields.  Only
-       act on -Bsymbolic and -Bsymbolic-functions for shared library
-       output.  Free dynamic_list.
-
-2019-09-26  Alan Modra  <amodra@gmail.com>
-
-       PR 24262
-       * ld.texi (-plugin): Revert 2019-03-15 change.
-
-2019-09-25  Alan Modra  <amodra@gmail.com>
+2020-05-27  Rasmus Villemoes <rv@rasmusvillemoes.dk>
+           Nick Clifton  <nickc@redhat.com>
 
-       * ld.texi (SORT_BY_ALIGNMENT): Reword slightly.
-       (SORT_BY_INIT_PRIORITY): Elucidate.
-       * ldlang.c: Include limits.h.
-       (get_init_priority): Comment.  Change param to a section,
-       return an int.  Sanity check priority digits.  Support sorting
-       more sections with trailing digits.  Return -1 on error.
-       (compare_section): Adjust.
+       * lexsup.c (parse_args): If the map filename is defined but empty
+       create a name based upon the output file name.  If the name is
+       defined but refers to a directory create a file inside the
+       directory based on the output file name.
+       * ld.texi: Document the new feature.
+       * testsuite/ld-script/map-address.exp: Add test of new feature.
+       * NEWS: Mention the new feature.
+
+2020-05-27  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR ld/22909
+       * NEWS: Mention --warn-textrel.
+       * ld.texi: Update -z text/notext/textoff.  Add --warn-textrel.
+       Remove --warn-shared-textrel.
+       * ldlex.h (option_values): Rename OPTION_WARN_SHARED_TEXTREL to
+       OPTION_WARN_TEXTREL.
+       * lexsup.c (ld_options): Add --warn-textrel.  Obsolete
+       --warn-shared-textrel.
+       (parse_args): Updated.
+       (elf_shlib_list_options): Check link_info.textrel_check.
+       * emultempl/elf.em: Updated.
+       * testsuite/ld-elf/pr19539.d: Replace -z notext with
+       --warn-textrel.  Expect a warning.
+       * testsuite/ld-i386/warn1.d: Update expected warning.
+
+2020-05-26  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * testsuite/ld-ifunc/ifunc-23a-x86.d: Skip *-*-lynxos *-*-nto*.
+       * testsuite/ld-ifunc/ifunc-24a-x86.d: Likewise.
+       * testsuite/ld-ifunc/ifunc-25a-x86.d: Likewise.
+
+2020-05-25  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * testsuite/ld-x86-64/x86-64.exp: Pass -z notext to linker.
+
+2020-05-25  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * testsuite/ld-elf/eh6.d: Pass -z notext to linker.
+       * testsuite/ld-elf/ehdr_start-shared.d: Likewise.
+       * testsuite/ld-elf/pr19539.d: Likewise.
+       * testsuite/ld-elfvers/vers.exp: Likewise.
+       * testsuite/ld-elfvsb/elfvsb.exp: Likewise.
+       * testsuite/ld-i386/i386.exp: Likewise.
+       * testsuite/ld-i386/nogot1.d: Likewise.
+       * testsuite/ld-i386/pr19539.d: Likewise.
+       * testsuite/ld-i386/pr19636-2a.d: Likewise.
+       * testsuite/ld-i386/pr19636-2b.d: Likewise.
+       * testsuite/ld-i386/pr19636-2c.d: Likewise.
+       * testsuite/ld-i386/pr19636-2d.d: Likewise.
+       * testsuite/ld-i386/pr19636-2e.d: Likewise.
+       * testsuite/ld-i386/pr19636-3d.d: Likewise.
+       * testsuite/ld-i386/pr19636-3e.d: Likewise.
+       * testsuite/ld-i386/pr19939b.d: Likewise.
+       * testsuite/ld-i386/undefweaka.d: Likewise.
+       * testsuite/ld-i386/undefweakb.d: Likewise.
+       * testsuite/ld-shared/shared.exp: Likewise.
+       * testsuite/ld-size/size.exp: Likewise.
+       * testsuite/ld-unique/unique.exp: Likewise.
+       * testsuite/ld-x86-64/pie1.d: Likewise.
+       * testsuite/ld-x86-64/pr19539a.d: Likewise.
+       * testsuite/ld-x86-64/pr19539b.d: Likewise.
+       * testsuite/ld-x86-64/pr19636-1d.d: Likewise.
+       * testsuite/ld-x86-64/pr19636-1e.d: Likewise.
+       * testsuite/ld-x86-64/pr19807-1a.d: Likewise.
+       * testsuite/ld-x86-64/pr19807-1b.d: Likewise.
+       * testsuite/ld-x86-64/pr19807-2b.d: Likewise.
+       * testsuite/ld-x86-64/pr19807-2c.d: Likewise.
+       * testsuite/ld-x86-64/pr19807-2d.d: Likewise.
+       * testsuite/ld-x86-64/pr19807-2e.d: Likewise.
+       * testsuite/ld-x86-64/pr19939b.d: Likewise.
+       * testsuite/ld-x86-64/x86-64.exp: Likewise.
 
-2019-09-25  Nick Clifton  <nickc@redhat.com>
+2020-05-24  Fangrui Song <maskray@google.com>
 
-       * emultempl/avrelf.em (_before_allocation): Silence build warning
-       using clang.
+       PR ld/26018
+       * lexsup.c (parse_args): Simplify.
+       * testsuite/ld-elf/dl4e.out: New.
+       * testsuite/ld-elf/shared.exp: Updated for PR ld/26018 tests.
 
-2019-09-23  H.J. Lu  <hongjiu.lu@intel.com>
+2020-05-23  H.J. Lu  <hongjiu.lu@intel.com>
 
-       * testsuite/ld-plugin/pr24406-1.c (main): Correct buffer size
-       to read.
+       PR ld/26018
+       * testsuite/ld-i386/i386.exp: Add a -Bsymbolic-functions test.
+       * testsuite/ld-x86-64/x86-64.exp: Likewise.
+       * testsuite/ld-i386/pr26018.d: New file.
+       * testsuite/ld-x86-64/pr26018.d: Likewise.
+       * testsuite/ld-x86-64/pr26018.s: Likewise.
 
-2019-09-23  Alan Modra  <amodra@gmail.com>
+2020-05-21  Alan Modra  <amodra@gmail.com>
 
-       * deffilep.y: Include bfdlink.h.
+       * deffilep.y: Replace "if (x) free (x)" with "free (x)" thoughout.
+       * emultempl/elf.em: Likewise.
+       * emultempl/msp430.em: Likewise.
+       * emultempl/pe.em: Likewise.
+       * emultempl/pep.em: Likewise.
+       * emultempl/ppc64elf.em: Likewise.
+       * emultempl/xtensaelf.em: Likewise.
        * ldelf.c: Likewise.
-       * ldelfgen.c: Likewise.
-       * ldver.c: Likewise.
-       * mri.c: Likewise.
-       * emultempl/irix.em: Don't include ld.h, ldmain.h, libiberty.h.
-       Comment.
-
-2019-09-23  Alan Modra  <amodra@gmail.com>
-
-       * emultempl/m68kelf.em: Include elf32-m68k.h.
-
-2019-09-23  Alan Modra  <amodra@gmail.com>
-
-       * emultempl/bfin.em: Include elf32-bfin.h.
-
-2019-09-23  Alan Modra  <amodra@gmail.com>
-
-       * emultempl/cr16elf.em: Include elf32-cr16.h.
-
-2019-09-23  Alan Modra  <amodra@gmail.com>
-
-       * emultempl/aix.em: Include xcofflink.h.
-
-2019-09-23  Alan Modra  <amodra@gmail.com>
-
-       * emultempl/armelf.em: Include elf32-arm.h.
-       * emultempl/pe.em: Move func defines later and include coff-arm.h.
-
-2019-09-23  Alan Modra  <amodra@gmail.com>
-
-       * emultempl/aarch64elf.em: Include elfxx-aarch64.h.
-
-2019-09-23  Alan Modra  <amodra@gmail.com>
-
-       * emultempl/ia64elf.em: Include elfxx-ia64.h.
-
-2019-09-23  Alan Modra  <amodra@gmail.com>
-
-       * emultempl/v850elf.em: Include elf32-v850.h.
-
-2019-09-23  Alan Modra  <amodra@gmail.com>
-
-       * emultempl/cskyelf.em: Include elf32-csky.h.
-
-2019-09-22  Alan Modra  <amodra@gmail.com>
-
-       * testsuite/ld-srec/sr3.cc (FOO_MSG_LEN): Set to 4.
-
-2019-09-20  Nelson Chu <nelson.chu@sifive.com>
-
-       * testsuite/ld-riscv-elf/weakref32.s: Add relaxable undef weak code.
-       * testsuite/ld-riscv-elf/weakref64.s: Likewise.
-       * testsuite/ld-riscv-elf/weakref32.d: Updated.
-       * testsuite/ld-riscv-elf/weakref64.d: Updated.
-
-2019-09-20  Alan Modra  <amodra@gmail.com>
-
-       * emultempl/xtensaelf.em (xtensa_get_section_deps): Comment.
-       Use bfd_section_userdata.
-       (xtensa_set_section_deps): Use bfd_set_section_userdata.
-       * ldlang.c (lang_output_section_get): Use bfd_section_userdata.
-       (sort_def_symbol): Likewise, and bfd_set_section_userdata.
-       (init_os): Use bfd_set_section_userdata.
-       (print_all_symbols): Use bfd_section_userdata.
-       * ldlang.h (get_userdata): Delete.
-
-2019-09-20  Alan Modra  <amodra@gmail.com>
-
-       * ldelf.c (ldelf_after_open, ldelf_place_orphan
-       * ldlang.c (walk_wild_file, lang_process): Use bfd_usrdata.
-       (load_symbols, ldlang_add_file): Use bfd_set_usrdata.
-       * ldmain.c (add_archive_element): Use bfd_usrdata.
-       * ldlang.h (bfd_input_just_syms): New inline function.
-       * emultempl/aarch64elf.em (build_section_lists): Use it.
-       * emultempl/mmo.em (mmo_place_orphan): Likewise.
-       * emultempl/pe.em (gld_${EMULATION_NAME}_place_orphan): Likewise.
-       * emultempl/pep.em (gld_${EMULATION_NAME}_place_orphan): Likewise.
-       * emultempl/ppc64elf.em (build_section_lists): Likewise.
-
-2019-09-18  Alan Modra  <amodra@gmail.com>
-
-       * ldcref.c, * ldctor.c, * ldelf.c, * ldlang.c, * pe-dll.c,
-       * emultempl/aarch64elf.em, * emultempl/aix.em,
-       * emultempl/armcoff.em, * emultempl/armelf.em,
-       * emultempl/cr16elf.em, * emultempl/cskyelf.em,
-       * emultempl/m68hc1xelf.em, * emultempl/m68kelf.em,
-       * emultempl/mipself.em, * emultempl/mmix-elfnmmo.em,
-       * emultempl/mmo.em, * emultempl/msp430.em,
-       * emultempl/nios2elf.em, * emultempl/pe.em, * emultempl/pep.em,
-       * emultempl/ppc64elf.em, * emultempl/xtensaelf.em: Update
-       throughout for bfd section macro and function changes.
-
-2019-09-18  Alan Modra  <amodra@gmail.com>
-
-       * ldcref.c (check_reloc_refs): Update bfd_get_section to
-       bfd_asymbol_section.
-
-2019-09-18  Simon Marchi  <simon.marchi@polymtl.ca>
-
-       * Makefile.in: Re-generate.
-       * configure: Re-generate.
-
-2019-09-18  Alan Modra  <amodra@gmail.com>
-
-       * ldlang.c (stricpy, strcut, name_compare): Constify params.
-       (get_first_input_target): Make return and "target" const.
-
-2019-09-18  Alan Modra  <amodra@gmail.com>
-
-       * emultempl/pe.em (after_open): Use bfd_set_filename.
-       * emultempl/pep.em (after_open): Use bfd_set_filename.
-
-2019-09-16  Alan Modra  <amodra@gmail.com>
-
-       PR 25002
-       * ldelf.c: Include safe-ctype.h.
-
-2019-09-16  Phil Blundell  <pb@pbcl.net>
-
-       * Makefile.in, configure: Regenerated.
-
-2019-09-13  Alan Modra  <amodra@gmail.com>
-
-       * ldlang.c (new_afile): Remove add_to_list parameter.
-       (lang_add_input_file): Update new_afile calls.
-       (lookup_name): Splice input_statement added by new_afile into
-       statement_list after current input_file_chain entry.
-       (lang_process): Update comment.
+       * ldfile.c: Likewise.
+       * ldmain.c: Likewise.
+       * ldmisc.c: Likewise.
+       * lexsup.c: Likewise.
+       * pe-dll.c: Likewise.
 
-2019-09-12  Alan Modra  <amodra@gmail.com>
+2020-05-20  Nelson Chu  <nelson.chu@sifive.com>
 
-       * ldlang.c (print_input_statement): Do not exclude linker created
-       BFDs.
+       * testsuite/ld-riscv-elf/attr-merge-arch-01.d: Updated
+        priv attributes according to the -mpriv-spec option.
+       * testsuite/ld-riscv-elf/attr-merge-arch-02.d: Likewise.
+       * testsuite/ld-riscv-elf/attr-merge-arch-03.d: Likewise.
+       * testsuite/ld-riscv-elf/attr-merge-priv-spec-a.s: Likewise.
+       * testsuite/ld-riscv-elf/attr-merge-priv-spec-b.s: Likewise.
+       * testsuite/ld-riscv-elf/attr-merge-priv-spec.d: Likewise.
+       * testsuite/ld-riscv-elf/attr-merge-stack-align.d: Likewise.
+       * testsuite/ld-riscv-elf/attr-merge-strict-align-01.d: Likewise.
+       * testsuite/ld-riscv-elf/attr-merge-strict-align-02.d: Likewise.
+       * testsuite/ld-riscv-elf/attr-merge-strict-align-03.d: Likewise.
+       * testsuite/ld-riscv-elf/attr-merge-strict-align-04.d: Likewise.
+       * testsuite/ld-riscv-elf/attr-merge-strict-align-05.d: Likewise.
 
-2019-09-12  Alan Modra  <amodra@gmail.com>
+2020-05-20  Alan Modra  <amodra@gmail.com>
 
-       PR 24981
-       * ldlang.c (lang_process): Remove assertion.  Comment.
+       PR 25993
+       * emultempl/pe.em (gld_${EMULATION_NAME}_after_open): Don't copy
+       other_bfd_filename for bfd_set_filename, and test result of
+       bfd_set_filename call.  Don't create a new is->filename, simply
+       copy from bfd filename.  Free new_name after bfd_set_filename.
+       * emultempl/pep.em (gld_${EMULATION_NAME}_after_open): Likewise.
 
-2019-09-11  Alan Modra  <amodra@gmail.com>
+2020-05-19  Siddhesh Poyarekar  <siddesh.poyarekar@arm.com>
 
-       * emultempl/elf32.em: Remove "misnamed" comment.  Rename to..
-       * emultempl/elf.em: ..this.
-       * configure.ac (elf_list_options): Adjust TEMPLATE_NAME grep.
-       * emulparams/aarch64cloudabi.sh (TEMPLATE_NAME): Set to elf.
-       * emulparams/aarch64elf.sh: Likewise.
-       * emulparams/aarch64elf32.sh: Likewise.
-       * emulparams/aarch64fbsd.sh: Likewise.
-       * emulparams/aarch64linux.sh: Likewise.
-       * emulparams/aarch64linux32.sh: Likewise.
-       * emulparams/arcelf.sh: Likewise.
-       * emulparams/arcelf_prof.sh: Likewise.
-       * emulparams/arclinux.sh: Likewise.
-       * emulparams/arclinux_prof.sh: Likewise.
-       * emulparams/arcv2elf.sh: Likewise.
-       * emulparams/arcv2elfx.sh: Likewise.
-       * emulparams/armelf.sh: Likewise.
-       * emulparams/armelf_fuchsia.sh: Likewise.
-       * emulparams/armelf_linux.sh: Likewise.
-       * emulparams/armelf_phoenix.sh: Likewise.
-       * emulparams/armnto.sh: Likewise.
-       * emulparams/avr1.sh: Likewise.
-       * emulparams/avr2.sh: Likewise.
-       * emulparams/avr25.sh: Likewise.
-       * emulparams/avr3.sh: Likewise.
-       * emulparams/avr31.sh: Likewise.
-       * emulparams/avr35.sh: Likewise.
-       * emulparams/avr4.sh: Likewise.
-       * emulparams/avr5.sh: Likewise.
-       * emulparams/avr51.sh: Likewise.
-       * emulparams/avr6.sh: Likewise.
-       * emulparams/avrtiny.sh: Likewise.
-       * emulparams/avrxmega1.sh: Likewise.
-       * emulparams/avrxmega2.sh: Likewise.
-       * emulparams/avrxmega3.sh: Likewise.
-       * emulparams/avrxmega4.sh: Likewise.
-       * emulparams/avrxmega5.sh: Likewise.
-       * emulparams/avrxmega6.sh: Likewise.
-       * emulparams/avrxmega7.sh: Likewise.
-       * emulparams/criself.sh: Likewise.
-       * emulparams/crislinux.sh: Likewise.
-       * emulparams/cskyelf.sh: Likewise.
-       * emulparams/d10velf.sh: Likewise.
-       * emulparams/elf32_sparc.sh: Likewise.
-       * emulparams/elf32_spu.sh: Likewise.
-       * emulparams/elf32_tic6x_le.sh: Likewise.
-       * emulparams/elf32_x86_64.sh: Likewise.
-       * emulparams/elf32am33lin.sh: Likewise.
-       * emulparams/elf32bfin.sh: Likewise.
-       * emulparams/elf32bfinfd.sh: Likewise.
-       * emulparams/elf32bmip.sh: Likewise.
-       * emulparams/elf32bmipn32-defs.sh: Likewise.
-       * emulparams/elf32cr16.sh: Likewise.
-       * emulparams/elf32cr16c.sh: Likewise.
-       * emulparams/elf32crx.sh: Likewise.
-       * emulparams/elf32epiphany.sh: Likewise.
-       * emulparams/elf32epiphany_4x4.sh: Likewise.
-       * emulparams/elf32frvfd.sh: Likewise.
-       * emulparams/elf32ip2k.sh: Likewise.
-       * emulparams/elf32lm32.sh: Likewise.
-       * emulparams/elf32lm32fd.sh: Likewise.
-       * emulparams/elf32lriscv-defs.sh: Likewise.
-       * emulparams/elf32m32c.sh: Likewise.
-       * emulparams/elf32mb_linux.sh: Likewise.
-       * emulparams/elf32mbel_linux.sh: Likewise.
-       * emulparams/elf32mcore.sh: Likewise.
-       * emulparams/elf32mep.sh: Likewise.
-       * emulparams/elf32metag.sh: Likewise.
-       * emulparams/elf32microblaze.sh: Likewise.
-       * emulparams/elf32mipswindiss.sh: Likewise.
-       * emulparams/elf32or1k.sh: Likewise.
-       * emulparams/elf32ppccommon.sh: Likewise.
-       * emulparams/elf32rl78.sh: Likewise.
-       * emulparams/elf32rx.sh: Likewise.
-       * emulparams/elf32tilegx.sh: Likewise.
-       * emulparams/elf32tilepro.sh: Likewise.
-       * emulparams/elf32vax.sh: Likewise.
-       * emulparams/elf32visium.sh: Likewise.
-       * emulparams/elf32xc16x.sh: Likewise.
-       * emulparams/elf32xc16xl.sh: Likewise.
-       * emulparams/elf32xc16xs.sh: Likewise.
-       * emulparams/elf32xstormy16.sh: Likewise.
-       * emulparams/elf32xtensa.sh: Likewise.
-       * emulparams/elf64_aix.sh: Likewise.
-       * emulparams/elf64_ia64.sh: Likewise.
-       * emulparams/elf64_s390.sh: Likewise.
-       * emulparams/elf64_sparc.sh: Likewise.
-       * emulparams/elf64alpha.sh: Likewise.
-       * emulparams/elf64bpf.sh: Likewise.
-       * emulparams/elf64hppa.sh: Likewise.
-       * emulparams/elf64mmix.sh: Likewise.
-       * emulparams/elf64rdos.sh: Likewise.
-       * emulparams/elf64tilegx.sh: Likewise.
-       * emulparams/elf_i386.sh: Likewise.
-       * emulparams/elf_i386_be.sh: Likewise.
-       * emulparams/elf_i386_ldso.sh: Likewise.
-       * emulparams/elf_i386_vxworks.sh: Likewise.
-       * emulparams/elf_iamcu.sh: Likewise.
-       * emulparams/elf_k1om.sh: Likewise.
-       * emulparams/elf_l1om.sh: Likewise.
-       * emulparams/elf_s390.sh: Likewise.
-       * emulparams/elf_x86_64.sh: Likewise.
-       * emulparams/h8300elf.sh: Likewise.
-       * emulparams/h8300elf_linux.sh: Likewise.
-       * emulparams/hppa64linux.sh: Likewise.
-       * emulparams/hppaelf.sh: Likewise.
-       * emulparams/hppalinux.sh: Likewise.
-       * emulparams/i386lynx.sh: Likewise.
-       * emulparams/i386moss.sh: Likewise.
-       * emulparams/i386nto.sh: Likewise.
-       * emulparams/m32relf.sh: Likewise.
-       * emulparams/m32relf_linux.sh: Likewise.
-       * emulparams/m68hc11elf.sh: Likewise.
-       * emulparams/m68hc11elfb.sh: Likewise.
-       * emulparams/m68hc12elf.sh: Likewise.
-       * emulparams/m68hc12elfb.sh: Likewise.
-       * emulparams/m68kelf.sh: Likewise.
-       * emulparams/mn10300.sh: Likewise.
-       * emulparams/nds32elf.sh: Likewise.
-       * emulparams/nds32elf16m.sh: Likewise.
-       * emulparams/nds32elf_linux.sh: Likewise.
-       * emulparams/nios2elf.sh: Likewise.
-       * emulparams/nios2linux.sh: Likewise.
-       * emulparams/pruelf.sh: Likewise.
-       * emulparams/score3_elf.sh: Likewise.
-       * emulparams/shelf.sh: Likewise.
-       * emulparams/shelf_nto.sh: Likewise.
-       * emulparams/shelf_vxworks.sh: Likewise.
-       * emulparams/shlelf_linux.sh: Likewise.
-       * emulparams/shlelf_nto.sh: Likewise.
-       * emulparams/v850.sh: Likewise.
-       * emulparams/v850_rh850.sh: Likewise.
-       * ldelf.c: Update comment.
-       * ldelf.h: Likewise.
-       * emultempl/aarch64elf.em: Likewise.
-       * emultempl/alphaelf.em: Likewise.
-       * emultempl/arclinux.em: Likewise.
-       * emultempl/armelf.em: Likewise.
-       * emultempl/avrelf.em: Likewise.
-       * emultempl/bfin.em: Likewise.
-       * emultempl/cr16elf.em: Likewise.
-       * emultempl/crxelf.em: Likewise.
-       * emultempl/cskyelf.em: Likewise.
-       * emultempl/elf-generic.em: Likewise.
-       * emultempl/elf-x86.em: Likewise.
-       * emultempl/epiphanyelf_4x4.em: Likewise.
-       * emultempl/hppaelf.em: Likewise.
-       * emultempl/ia64elf.em: Likewise.
-       * emultempl/m68hc1xelf.em: Likewise.
-       * emultempl/m68kelf.em: Likewise.
-       * emultempl/metagelf.em: Likewise.
-       * emultempl/mmix-elfnmmo.em: Likewise.
-       * emultempl/mmixelf.em: Likewise.
-       * emultempl/mmo.em: Likewise.
-       * emultempl/needrelax.em: Likewise.
-       * emultempl/nios2elf.em: Likewise.
-       * emultempl/ppc32elf.em: Likewise.
-       * emultempl/ppc64elf.em: Likewise.
-       * emultempl/pruelf.em: Likewise.
-       * emultempl/rxelf.em: Likewise.
-       * emultempl/scoreelf.em: Likewise.
-       * emultempl/spuelf.em: Likewise.
-       * emultempl/tic6xdsbt.em: Likewise.
-       * emultempl/v850elf.em: Likewise.
-       * emultempl/vms.em: Likewise.
-       * emultempl/vxworks.em: Likewise.
-       * emultempl/xtensaelf.em: Likewise.
-       * scripttempl/arclinux.sc: Likewise.
-       * scripttempl/armbpabi.sc: Likewise.
-       * scripttempl/elf.sc: Likewise.
-       * scripttempl/elf64bpf.sc: Likewise.
-       * scripttempl/elf64hppa.sc: Likewise.
-       * scripttempl/elf_chaos.sc: Likewise.
-       * scripttempl/elfarc.sc: Likewise.
-       * scripttempl/elfarcv2.sc: Likewise.
-       * scripttempl/elfd10v.sc: Likewise.
-       * scripttempl/elfm68hc11.sc: Likewise.
-       * scripttempl/elfm68hc12.sc: Likewise.
-       * scripttempl/elfm9s12z.sc: Likewise.
-       * scripttempl/elfxgate.sc: Likewise.
-       * scripttempl/elfxtensa.sc: Likewise.
-       * scripttempl/epiphany_4x4.sc: Likewise.
-       * scripttempl/iq2000.sc: Likewise.
-       * scripttempl/mep.sc: Likewise.
-       * scripttempl/nds32elf.sc: Likewise.
-       * scripttempl/v850.sc: Likewise.
-       * scripttempl/v850_rh850.sc: Likewise.
-       * scripttempl/xstormy16.sc: Likewise.
-       * testsuite/ld-arm/arm-dyn.ld: Likewise.
-       * testsuite/ld-arm/arm-lib.ld: Likewise.
-       * testsuite/ld-arm/arm-no-rel-plt.ld: Likewise.
-       * testsuite/ld-arm/fdpic-main.ld: Likewise.
-       * testsuite/ld-arm/fdpic-shared.ld: Likewise.
-       * testsuite/ld-elf/elf.exp: Likewise.
-       * testsuite/ld-elf/orphan-region.d: Likewise.
-       * testsuite/ld-elf/orphan.d: Likewise.
-       * testsuite/ld-elf/pr349.d: Likewise.
-       * testsuite/ld-elf/warn2.d: Likewise.
-       * testsuite/ld-elfvsb/elf-offset.ld: Likewise.
-       * testsuite/ld-mips-elf/mips-dyn.ld: Likewise.
-       * testsuite/ld-mips-elf/mips-lib.ld: Likewise.
-       * testsuite/ld-scripts/dynamic-sections.t: Likewise.
-       * testsuite/ld-shared/elf-offset.ld: Likewise.
-       * configure: Regenerate.
+       * testsuite/ld-aarch64/aarch64-elf.exp: New test
+       emit-relocs-560.
+       * testsuite/ld-aarch64/emit-relocs-560.d: New file.
+       * testsuite/ld-aarch64/emit-relocs-560.s: New file.
 
-2019-09-11  Alan Modra  <amodra@gmail.com>
-
-       * Makefile.am (ALL_EMUL_EXTRA_OFILES): Add ldelf and ldelfgen.
-       (CFILES, HFILES, EXTRA_ld_new_SOURCES): Likewise.
-       * configure.tgt: Formatting.
-       (targ_extra_ofiles): Init to ldelf.o ldelfgen.o, reset to just
-       ldelfgen.o for generic ELF targets, and empty for non-ELF.
-       * emultempl/aarch64elf.em (gldaarch64_layout_sections_again): Use
-       ldelf_map_segments.
-       (gld${EMULATION_NAME}_after_allocation): Likewise.
-       (real_func, aarch64_for_each_input_file_wrapper),
-       (aarch64_lang_for_each_input_file): Delete.
-       (lang_for_each_input_file): Don't define.
-       * emultempl/alphaelf.em (alpha_after_parse): Use ldelf_map_segments.
-       * emultempl/armelf.em (gldarm_layout_sections_again): Likewise.
-       (gld${EMULATION_NAME}_after_allocation): Likewise.
-       (real_func, arm_for_each_input_file_wrapper),
-       (arm_lang_for_each_input_file): Delete.
-       (lang_for_each_input_file): Don't define.
-       * emultempl/cr16elf.em (cr16elf_after_parse): Use ldelf_map_segments.
-       * emultempl/crxelf.em (crxelf_after_parse): Likewise.  Delete
-       declaration.
-       * emultempl/cskyelf.em (gldcsky_layout_sections_again): Use
-       ldelf_map_segments.
-       (gld${EMULATION_NAME}_after_allocation): Likewise.
-       (real_func, csky_for_each_input_file_wrapper),
-       (csky_lang_for_each_input_file): Delete.
-       (lang_for_each_input_file): Don't define.
-       * emultempl/genelf.em: Include ldelfgen.h.
-       (gld${EMULATION_NAME}_before_allocation): Use ldelf_map_segments.
-       * emultempl/hppaelf.em (hppaelf_after_parse): Likewise.
-       (hppaelf_layout_sections_again): Likewise.
-       (gld${EMULATION_NAME}_after_allocation): Likewise.
-       (real_func, hppa_for_each_input_file_wrapper),
-       (hppa_lang_for_each_input_file): Delete.
-       (lang_for_each_input_file): Don't define.
-       * emultempl/ia64elf.em (ia64elf_after_parse): Use ldelf_map_segments.
-       * emultempl/m68hc1xelf.em (real_func),
-       (m68hc11_for_each_input_file_wrapper),
-       (m68hc11_lang_for_each_input_file): Delete.
-       (lang_for_each_input_file): Don't define.
-       * emultempl/metagelf.em (metagelf_layout_sections_again): Use
-       ldelf_map_segments.
-       (gld${EMULATION_NAME}_after_allocation): Likewise.
-       (real_func, metag_for_each_input_file_wrapper),
-       (metag_lang_for_each_input_file): Delete.
-       (lang_for_each_input_file): Don't define.
-       * emultempl/mipself.em (real_func),
-       (mips_for_each_input_file_wrapper),
-       (mips_lang_for_each_input_file): Delete.
-       (lang_for_each_input_file): Don't define.
-       * emultempl/mmo.em: Don't include elf-bfd.h, do include ldelfgen.h.
-       (gld${EMULATION_NAME}_after_allocation): Use ldelf_map_segments.
-       * emultempl/nds32elf.em (nds32_elf_after_parse): Use ldelf_after_parse.
-       (nds32_elf_after_allocation): Comment fix.
-       * emultempl/nios2elf.em (nios2elf_layout_sections_again): Use
-       ldelf_map_segments.
-       (gld${EMULATION_NAME}_after_allocation): Likewise.
-       (real_func, nios2_for_each_input_file_wrapper),
-       (nios2_lang_for_each_input_file): Delete.
-       (lang_for_each_input_file): Don't define.
-       * emultempl/ppc32elf.em (gld${EMULATION_NAME}_load_symbols): Delete
-       declaration.
-       (ppc_recognized_file): Call ldelf_load_symbols.
-       * emultempl/ppc64elf.em (ppc_layout_sections_again): Likewise.
-       (gld${EMULATION_NAME}_after_allocation): Likewise.
-       (real_func, ppc_for_each_input_file_wrapper),
-       (ppc_lang_for_each_input_file): Delete.
-       (lang_for_each_input_file): Don't define.
-       (gld${EMULATION_NAME}_load_symbols): Don't declare.
-       (ppc64_recognized_file): Call ldelf_load_symbols.
-       * emultempl/riscvelf.em (gld${EMULATION_NAME}_after_allocation):
-       Use ldelf_map_segments.
-       * emultempl/spuelf.em (spu_place_special_section): Use
-       ldelf_place_orphan.
-       * emultempl/tic6xdsbt.em (gld${EMULATION_NAME}_after_allocation):
-       Use ldelf_map_segments.
-       * emultempl/vms.em: Include ldelfgen.h.
-       (gld${EMULATION_NAME}_after_allocation): Use ldelf_map_segments.
-       * emultempl/elf32.em: Remove unnecessary headers, include ldelf.h
-       and ldelfgen.h.  Move much of file content to..
-       * ldelf.c: ..here.  New file.
-       * ldelf.h: New file.
-       * emultempl/elf-generic.em: Move gld${EMULATION_NAME}_map_segments..
-       * ldelfgen.c: ..to here.
-       * ldelfgen.h: New file.
-       * ldlang.c (lang_for_each_input_file): Adjust to only call func
-       on real files.
-       (lang_for_each_file): Likewise.
-       * po/SRC-POTFILES.in: Regenerate.
-       * Makefile.in: Regenerate.
+2020-05-19  Alan Modra  <amodra@gmail.com>
 
-2019-09-11  Alan Modra  <amodra@gmail.com>
-
-       * ldmisc.c: Don't #include elf-bfd.h or coff-bfd.h.
-       (vfinfo): Use bfd_group_name.
-
-2019-09-11  Alan Modra  <amodra@gmail.com>
-
-       * plugin.c (asymbol_from_plugin_symbol): Move code handling
-       ELF common symbols to block handling ELF visibility.  Simplify
-       visibility setting.
-
-2019-09-09  H.J. Lu  <hongjiu.lu@intel.com>
-
-       PR binutils/24887
-       * testsuite/ld-i386/property-1.r: Adjust for new output format
-       from readelf.
-       * testsuite/ld-i386/property-1a.r: Likewise.
-       * testsuite/ld-i386/property-2.r: Likewise.
-       * testsuite/ld-i386/property-2a.r: Likewise.
-       * testsuite/ld-i386/property-3.r: Likewise.
-       * testsuite/ld-i386/property-3a.r: Likewise.
-       * testsuite/ld-i386/property-4.r: Likewise.
-       * testsuite/ld-i386/property-4a.r: Likewise.
-       * testsuite/ld-i386/property-5.r: Likewise.
-       * testsuite/ld-i386/property-5a.r: Likewise.
-       * testsuite/ld-i386/property-6.r: Likewise.
-       * testsuite/ld-i386/property-7.r: Likewise.
-       * testsuite/ld-i386/property-7a.r: Likewise.
-       * testsuite/ld-i386/property-1.r: Likewise.
-       * testsuite/ld-i386/property-1a.r: Likewise.
-       * testsuite/ld-i386/property-2.r: Likewise.
-       * testsuite/ld-i386/property-2a.r: Likewise.
-       * testsuite/ld-i386/property-3.r: Likewise.
-       * testsuite/ld-i386/property-3a.r: Likewise.
-       * testsuite/ld-i386/property-4.r: Likewise.
-       * testsuite/ld-i386/property-4a.r: Likewise.
-       * testsuite/ld-i386/property-5.r: Likewise.
-       * testsuite/ld-i386/property-5a.r: Likewise.
-       * testsuite/ld-i386/property-6.r: Likewise.
-       * testsuite/ld-i386/property-7.r: Likewise.
-       * testsuite/ld-i386/property-7a.r: Likewise.
-
-2019-09-09  Phil Blundell  <pb@pbcl.net>
-
-       binutils 2.33 branch created.
-
-2019-09-06  Alan Modra  <amodra@gmail.com>
-
-       * emultempl/beos.em (sort_by_file_name): Use appropriate
-       intermediary variables.
-       (sort_by_section_name): Likewise.
-
-2019-09-06  Alan Modra  <amodra@gmail.com>
-
-       * emultempl/elf32.em (gld${EMULATION_NAME}_search_needed): Constify
-       variable.
+       * emultempl/beos.em (sort_by_file_name): Use bfd_get_filename
+       rather than accessing bfd->filename directly.
        * emultempl/pe.em (gld_${EMULATION_NAME}_after_open): Likewise.
        * emultempl/pep.em (gld_${EMULATION_NAME}_after_open): Likewise.
-
-2019-09-05  Eric Botcazou  <ebotcazou@adacore.com>
-
-       PR ld/24574
-       * pe-dll.c (pe_find_data_imports): Replace again the original name of
-       the undefined symbol with the __imp_ prefixed one after it is resolved.
-
-2019-09-05  Alan Modra  <amodra@gmail.com>
-
-       * testsuite/ld-powerpc/pcrelopt.s,
-       * testsuite/ld-powerpc/pcrelopt.d: Test offset and prefix in
-       second instruction.
-
-2019-08-29  Alan Modra  <amodra@gmail.com>
-
-       PR ld/24406
-       * plugin.c (get_symbols): Test link_info.wrap_hash before calling
-       unwrap_hash_lookup.
-
-2019-08-22  Tamar Christina  <tamar.christina@arm.com>
-
-       PR ld/24601
-       * testsuite/ld-aarch64/aarch64-elf.exp (undef-tls, weak-tls): New.
-       * testsuite/ld-aarch64/undef-tls.d: New test.
-       * testsuite/ld-aarch64/undef-tls.s: New test.
-       * testsuite/ld-aarch64/weak-tls.d: New test.
-       * testsuite/ld-aarch64/weak-tls.s: New test.
-
-2019-08-20  Tamar Christina  <tamar.christina@arm.com>
-
-       * testsuite/ld-arm/cortex-a8-fix-b-plt.d: Update Testcase.
-       * testsuite/ld-arm/cortex-a8-fix-b-rel-arm.d: Likewise.
-       * testsuite/ld-arm/cortex-a8-fix-bcc-plt.d: Likewise.
-       * testsuite/ld-arm/farcall-cond-thumb-arm.d: Likewise.
-       * testsuite/ld-arm/farcall-mixed-app.d: Likewise.
-       * testsuite/ld-arm/farcall-mixed-app2.d: Likewise.
-       * testsuite/ld-arm/farcall-mixed-lib-v4t.d: Likewise.
-       * testsuite/ld-arm/farcall-thumb-arm-pic-veneer.d: Likewise.
-       * testsuite/ld-arm/farcall-thumb-arm-short.d: Likewise.
-       * testsuite/ld-arm/farcall-thumb-arm.d: Likewise.
-       * testsuite/ld-arm/farcall-thumb-thumb-pic-veneer.d: Likewise.
-       * testsuite/ld-arm/farcall-thumb-thumb.d: Likewise.
-       * testsuite/ld-arm/fix-arm1176-on.d: Likewise.
-       * testsuite/ld-arm/ifunc-10.dd: Likewise.
-       * testsuite/ld-arm/ifunc-2.dd: Likewise.
-       * testsuite/ld-arm/ifunc-4.dd: Likewise.
-       * testsuite/ld-arm/ifunc-6.dd: Likewise.
-       * testsuite/ld-arm/ifunc-8.dd: Likewise.
-       * testsuite/ld-arm/jump-reloc-veneers-long.d: Likewise.
-       * testsuite/ld-arm/mixed-app.d: Likewise.
-       * testsuite/ld-arm/thumb2-b-interwork.d: Likewise.
-       * testsuite/ld-arm/tls-longplt.d: Likewise.
-       * testsuite/ld-arm/tls-thumb1.d: Likewise.
-
-2019-08-16  H.J. Lu  <hongjiu.lu@intel.com>
-
-       PR ld/24905
-       * testsuite/ld-x86-64/pr24905-x32.d: New file.
-       * testsuite/ld-x86-64/pr24905.d: Likewise.
-       * testsuite/ld-x86-64/pr24905.s: Likewise.
-       * testsuite/ld-x86-64/pr24905.t: Likewise.
-       * testsuite/ld-x86-64/x86-64.exp: Run pr24905 and pr24905-x32.
-
-2019-08-16  Christophe Lyon  <christophe.lyon@linaro.org>
-
-       * emulparams/armelf.sh (OTHER_SECTIONS): Add support for noinit
-       section.
-
-2019-08-16  Alan Modra  <amodra@gmail.com>
-
-       * emultempl/ppc32elf.em (ppc_before_allocation): Force running
-       prelim_size_sections before deciding whether branch trampolines
-       might be needed.
-
-2019-08-15  Jim Wilson  <jimw@sifive.com>
-
-       * testsuite/ld-riscv-elf/c-lui-2.d: New.
-       * testsuite/ld-riscv-elf/c-lui-2.ld: New.
-       * testsuite/ld-riscv-elf/c-lui-2.s: New.
-       * testsuite/ld-riscv-elf/ld-riscv-elf.exp: Run the c-lui-2 test.
-
-2019-08-10  Alan Modra  <amodra@gmail.com>
-
-       * ldlang.h (enum statement_enum): Sort.
-       (union lang_statement_union): Sort.
-
-2019-08-10  Alan Modra  <amodra@gmail.com>
-
-       * ldlang.h (lang_common_statement_type): Delete.
-       (lang_object_symbols_statement_type): Delete.
-       (union lang_statement_union): Remove common_statement and
-       object_symbols_statement.
-
-2019-08-10  Alan Modra  <amodra@gmail.com>
-
-       * ldexp.c (exp_intop, exp_bigintop, exp_relop, exp_binop, exp_trinop),
-       (exp_unop, exp_nameop, exp_assop, exp_assert): Remove casts of
-       stat_alloc return value.
-       * ldlang.c (new_statement, new_afile, sort_def_symbol),
-       (lang_memory_region_lookup, lang_memory_region_alias),
-       (ldlang_add_undef, ldlang_add_require_defined, insert_pad),
-       (lang_add_gc_name, lang_new_phdr): Likewise.
-       * lexsup.c (set_segment_start): Likewise.
-
-2019-08-10  Alan Modra  <amodra@gmail.com>
-
-       * ldlang.h (lang_input_statement_type): Make next
-       and next_real_file a lang_input_statement_type pointer.
-       (lang_statement_append): Delete prototype.
-       (LANG_FOR_EACH_INPUT_STATEMENT): Update for lang_input_statement_type
-       change.
-       * ldmain.c (add_archive_element): Likewise.
-       * ldlang.c: Likewise throughout.
-       (lang_statement_append): Make static.  Make element and field
-       void pointers.  Remove casts in calls.
-       (lang_check): Use a lang_input_statement_type pointer for "file".
-       (find_rescan_insertion): Similarly for "iter" and return value.
-       (lang_process): Similarly for "insert", "iter" and "temp".
        * emultempl/spuelf.em (embedded_spu_file): Likewise.
-       * emultempl/aix.em (gld${EMULATION_NAME}_before_allocation): Expand
-       lang_statment_append call.
-
-2019-08-09  Mihailo Stojanovic  <mihailo.stojanovic@rt-rk.com>
-
-       * emulparams/elf32bmip.sh: Add .MIPS.xhash section.
-       * emulparams/elf32bmipn32-defs.sh: Add .MIPS.xhash section.
-       * emulparams/elf64bmip-defs.sh: Add .MIPS.xhash section.
-       * emultempl/mipself.em: Remove mips_after_parse function.
-       * testsuite/ld-elf/hash.d: Update comment.
-       * testsuite/ld-mips-elf/hash1.d: New test.
-       * testsuite/ld-mips-elf/hash1.s: Ditto.
-       * testsuite/ld-mips-elf/hash1a.d: Remove.
-       * testsuite/ld-mips-elf/hash1b.d: Ditto.
-       * testsuite/ld-mips-elf/hash1c.d: Ditto
-       * testsuite/ld-mips-elf/hash2.d: New test.
-       * testsuite/ld-mips-elf/mips-elf.exp: New tests.
-       * testsuite/ld-mips-elf/start.s: New test.
-
-2019-08-08  Nick Clifton  <nickc@redhat.com>
-
-       PR 24887
-       * testsuite/ld-aarch64/bti-plt-2.d: Adjust for new output format
-       from readelf.
-       * testsuite/ld-aarch64/bti-plt-4.d: Likewise.
-       * testsuite/ld-aarch64/bti-plt-6.d: Likewise.
-       * testsuite/ld-aarch64/bti-plt-7.d: Likewise.
-       * testsuite/ld-aarch64/bti-warn.d: Likewise.
-       * testsuite/ld-aarch64/property-bti-pac1.d: Likewise.
-       * testsuite/ld-aarch64/property-bti-pac2.d: Likewise.
-       * testsuite/ld-aarch64/property-bti-pac3.d: Likewise.
-       * testsuite/ld-elf/x86-feature-1a.rd: Likewise.
-       * testsuite/ld-elf/x86-feature-1b.rd: Likewise.
-       * testsuite/ld-elf/x86-feature-1c.rd: Likewise.
-       * testsuite/ld-elf/x86-feature-1d.rd: Likewise.
-       * testsuite/ld-elf/x86-feature-1e.rd: Likewise.
-       * testsuite/ld-i386/ibt-plt-2d.d: Likewise.
-       * testsuite/ld-i386/ibt-plt-3d.d: Likewise.
-       * testsuite/ld-i386/pr23372a.d: Likewise.
-       * testsuite/ld-i386/pr23372c.d: Likewise.
-       * testsuite/ld-i386/pr23486a.d: Likewise.
-       * testsuite/ld-i386/pr23486b.d: Likewise.
-       * testsuite/ld-i386/pr23486c.d: Likewise.
-       * testsuite/ld-i386/pr23486d.d: Likewise.
-       * testsuite/ld-i386/pr24322a.d: Likewise.
-       * testsuite/ld-i386/pr24322b.d: Likewise.
-       * testsuite/ld-i386/property-x86-3.d: Likewise.
-       * testsuite/ld-i386/property-x86-4a.d: Likewise.
-       * testsuite/ld-i386/property-x86-5.d: Likewise.
-       * testsuite/ld-i386/property-x86-cet1.d: Likewise.
-       * testsuite/ld-i386/property-x86-cet2a.d: Likewise.
-       * testsuite/ld-i386/property-x86-cet5a.d: Likewise.
-       * testsuite/ld-i386/property-x86-cet5b.d: Likewise.
-       * testsuite/ld-i386/property-x86-ibt1a.d: Likewise.
-       * testsuite/ld-i386/property-x86-ibt1b.d: Likewise.
-       * testsuite/ld-i386/property-x86-ibt2.d: Likewise.
-       * testsuite/ld-i386/property-x86-ibt3a.d: Likewise.
-       * testsuite/ld-i386/property-x86-ibt3b.d: Likewise.
-       * testsuite/ld-i386/property-x86-ibt4.d: Likewise.
-       * testsuite/ld-i386/property-x86-ibt5.d: Likewise.
-       * testsuite/ld-i386/property-x86-shstk1a.d: Likewise.
-       * testsuite/ld-i386/property-x86-shstk1b.d: Likewise.
-       * testsuite/ld-i386/property-x86-shstk2.d: Likewise.
-       * testsuite/ld-i386/property-x86-shstk3a.d: Likewise.
-       * testsuite/ld-i386/property-x86-shstk3b.d: Likewise.
-       * testsuite/ld-i386/property-x86-shstk4.d: Likewise.
-       * testsuite/ld-i386/property-x86-shstk5.d: Likewise.
-       * testsuite/ld-x86-64/ibt-plt-2d-x32.d: Likewise.
-       * testsuite/ld-x86-64/ibt-plt-2d.d: Likewise.
-       * testsuite/ld-x86-64/ibt-plt-3d-x32.d: Likewise.
-       * testsuite/ld-x86-64/ibt-plt-3d.d: Likewise.
-       * testsuite/ld-x86-64/pr23372a-x32.d: Likewise.
-       * testsuite/ld-x86-64/pr23372a.d: Likewise.
-       * testsuite/ld-x86-64/pr23372c-x32.d: Likewise.
-       * testsuite/ld-x86-64/pr23372c.d: Likewise.
-       * testsuite/ld-x86-64/pr23486a-x32.d: Likewise.
-       * testsuite/ld-x86-64/pr23486a.d: Likewise.
-       * testsuite/ld-x86-64/pr23486b-x32.d: Likewise.
-       * testsuite/ld-x86-64/pr23486b.d: Likewise.
-       * testsuite/ld-x86-64/pr23486c-x32.d: Likewise.
-       * testsuite/ld-x86-64/pr23486c.d: Likewise.
-       * testsuite/ld-x86-64/pr23486d-x32.d: Likewise.
-       * testsuite/ld-x86-64/pr23486d.d: Likewise.
-       * testsuite/ld-x86-64/pr24322a-x32.d: Likewise.
-       * testsuite/ld-x86-64/pr24322a.d: Likewise.
-       * testsuite/ld-x86-64/pr24322b-x32.d: Likewise.
-       * testsuite/ld-x86-64/pr24322b.d: Likewise.
-       * testsuite/ld-x86-64/pr24458a-x32.d: Likewise.
-       * testsuite/ld-x86-64/pr24458a.d: Likewise.
-       * testsuite/ld-x86-64/pr24458b-x32.d: Likewise.
-       * testsuite/ld-x86-64/pr24458b.d: Likewise.
-       * testsuite/ld-x86-64/pr24458c-x32.d: Likewise.
-       * testsuite/ld-x86-64/pr24458c.d: Likewise.
-       * testsuite/ld-x86-64/property-1.r: Likewise.
-       * testsuite/ld-x86-64/property-1a.r: Likewise.
-       * testsuite/ld-x86-64/property-2.r: Likewise.
-       * testsuite/ld-x86-64/property-2a.r: Likewise.
-       * testsuite/ld-x86-64/property-3.r: Likewise.
-       * testsuite/ld-x86-64/property-3a.r: Likewise.
-       * testsuite/ld-x86-64/property-4.r: Likewise.
-       * testsuite/ld-x86-64/property-4a.r: Likewise.
-       * testsuite/ld-x86-64/property-5.r: Likewise.
-       * testsuite/ld-x86-64/property-5a.r: Likewise.
-       * testsuite/ld-x86-64/property-6.r: Likewise.
-       * testsuite/ld-x86-64/property-7.r: Likewise.
-       * testsuite/ld-x86-64/property-7a.r: Likewise.
-       * testsuite/ld-x86-64/property-x86-3-x32.d: Likewise.
-       * testsuite/ld-x86-64/property-x86-3.d: Likewise.
-       * testsuite/ld-x86-64/property-x86-4a-x32.d: Likewise.
-       * testsuite/ld-x86-64/property-x86-4a.d: Likewise.
-       * testsuite/ld-x86-64/property-x86-5-x32.d: Likewise.
-       * testsuite/ld-x86-64/property-x86-5.d: Likewise.
-       * testsuite/ld-x86-64/property-x86-cet1-x32.d: Likewise.
-       * testsuite/ld-x86-64/property-x86-cet1.d: Likewise.
-       * testsuite/ld-x86-64/property-x86-cet2a-x32.d: Likewise.
-       * testsuite/ld-x86-64/property-x86-cet2a.d: Likewise.
-       * testsuite/ld-x86-64/property-x86-cet5a-x32.d: Likewise.
-       * testsuite/ld-x86-64/property-x86-cet5a.d: Likewise.
-       * testsuite/ld-x86-64/property-x86-cet5b-x32.d: Likewise.
-       * testsuite/ld-x86-64/property-x86-cet5b.d: Likewise.
-       * testsuite/ld-x86-64/property-x86-ibt1a-x32.d: Likewise.
-       * testsuite/ld-x86-64/property-x86-ibt1a.d: Likewise.
-       * testsuite/ld-x86-64/property-x86-ibt1b-x32.d: Likewise.
-       * testsuite/ld-x86-64/property-x86-ibt1b.d: Likewise.
-       * testsuite/ld-x86-64/property-x86-ibt2-x32.d: Likewise.
-       * testsuite/ld-x86-64/property-x86-ibt2.d: Likewise.
-       * testsuite/ld-x86-64/property-x86-ibt3a-x32.d: Likewise.
-       * testsuite/ld-x86-64/property-x86-ibt3a.d: Likewise.
-       * testsuite/ld-x86-64/property-x86-ibt3b-x32.d: Likewise.
-       * testsuite/ld-x86-64/property-x86-ibt3b.d: Likewise.
-       * testsuite/ld-x86-64/property-x86-ibt4-x32.d: Likewise.
-       * testsuite/ld-x86-64/property-x86-ibt4.d: Likewise.
-       * testsuite/ld-x86-64/property-x86-ibt5-x32.d: Likewise.
-       * testsuite/ld-x86-64/property-x86-ibt5.d: Likewise.
-       * testsuite/ld-x86-64/property-x86-shstk1a-x32.d: Likewise.
-       * testsuite/ld-x86-64/property-x86-shstk1a.d: Likewise.
-       * testsuite/ld-x86-64/property-x86-shstk1b-x32.d: Likewise.
-       * testsuite/ld-x86-64/property-x86-shstk1b.d: Likewise.
-       * testsuite/ld-x86-64/property-x86-shstk2-x32.d: Likewise.
-       * testsuite/ld-x86-64/property-x86-shstk2.d: Likewise.
-       * testsuite/ld-x86-64/property-x86-shstk3a-x32.d: Likewise.
-       * testsuite/ld-x86-64/property-x86-shstk3a.d: Likewise.
-       * testsuite/ld-x86-64/property-x86-shstk3b-x32.d: Likewise.
-       * testsuite/ld-x86-64/property-x86-shstk3b.d: Likewise.
-       * testsuite/ld-x86-64/property-x86-shstk4-x32.d: Likewise.
-       * testsuite/ld-x86-64/property-x86-shstk4.d: Likewise.
-       * testsuite/ld-x86-64/property-x86-shstk5-x32.d: Likewise.
-       * testsuite/ld-x86-64/property-x86-shstk5.d: Likewise.
-
-2019-08-07  Jose E. Marchesi  <jose.marchesi@oracle.com>
-
-       * scripttempl/elf64bpf.sc: Adapted from elf.sc.
-       * emulparams/elf64bpf.sh (SCRIPT_NAME): Use elf64bpf.
-       (EMBEDDED): Define.
-       * testsuite/ld-bpf/call-1.d: Do not expect a warning regarding an
-       undefined entry symbol.
-       * testsuite/ld-bpf/jump-1.d: Likewise.
-       * testsuite/ld-undefined/undefined.exp: Do not pass '-e entry' to
-       ld in BPF targets, and do not expect line number information.
-       * testsuite/ld-srec/srec.exp (run_srec_test): xfail s-record tests
-       in BPF targets.
-
-2019-08-06  Alan Modra  <amodra@gmail.com>
-
-       PR 24873
-       * ldlang.c (find_replacements_insert_point): Return "before" flag.
-       (find_next_input_statement): New function.
-       (lang_process): When placing recompiled LTO objects before a
-       claimed archive, place them immediately before in the statement
-       list.
-
-2019-08-06  Alan Modra  <amodra@gmail.com>
-
-       PR 24873
-       * ldlang.c (plugin_undefs): New static var.
-       (open_input_bfds <lang_group_statement_enum>): Loop on
-       plugin_undefs and hitting plugin_insert point.
-       (lang_process <lto_plugin_active>): Set plugin_undefs.
-
-2019-08-02  Alan Modra  <amodra@gmail.com>
-
-       * testsuite/ld-powerpc/tlsie.s: Correct medium model ELF sequence.
-
-2019-08-01  Alan Modra  <amodra@gmail.com>
-
-       PR 24806
-       * ldlang.c (process_insert_statements): Add start of list
-       parameter.  Use rather than lang_os_list.head.  Process insert
-       statements inside group statements with a recursive call.
-       (lang_process): Adjust process_insert_statements call.
-       * lexsup.c (parse_args): Warn when adding missing --end-group.
-
-2019-08-01  Alan Modra  <amodra@gmail.com>
-
-       * ldlang.h (lang_os_list): Rename from lang_output_section_statement.
-       * ldlang.c: Likewise throughout file.
-       * emultempl/alphaelf.em: Likewise.
-       * emultempl/elf32.em: Likewise.
-       * emultempl/mmo.em: Likewise.
-       * emultempl/pe.em: Likewise.
-       * emultempl/pep.em: Likewise.
-       * emultempl/ppc32elf.em: Likewise.
-       * emultempl/spuelf.em: Likewise.
-
-2019-07-26  Alan Modra  <amodra@gmail.com>
-
-       * testsuite/ld-plugin/lto-3r.d: Accept D for powerpc64 descriptors.
-       * testsuite/ld-plugin/lto-5r.d: Likewise.
-
-2019-07-24  H.J. Lu  <hongjiu.lu@intel.com>
-
-       * testsuite/ld-plugin/lto-3r.d: Restored.  Check foo instead
-       of __gnu_lto_v.*.
-       * testsuite/ld-plugin/lto-5r.d: Likewise.
-       * testsuite/ld-plugin/lto.exp: Run lto-3r and lto-5r tests.
-
-2019-07-24  Claudiu Zissulescu  <claziss@synopsys.com>
-
-       * ld-arc/relax-local-pic.d: New test.
-       * ld-arc/relax-local-pic.s: New file.
-
-2019-07-22  Martin Liska  <mliska@suse.cz>
-
-       * testsuite/ld-plugin/lto-3r.d: Remove.
-       * testsuite/ld-plugin/lto-5r.d: Remove.
-       * testsuite/ld-plugin/lto.exp: Do not run lto-3r and lto-5r
-       tests.
-
-2019-07-23  Alan Modra  <amodra@gmail.com>
-
-       * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Condition
-       SHF_GNU_MBIND on osabi.  Set output elf_gnu_osabi_mbind.
-
-2019-07-23  Alan Modra  <amodra@gmail.com>
-
-       * testsuite/ld-elf/size-1.d,
-       * testsuite/ld-elf/size-1.s,
-       * testsuite/ld-elf/size-1.t: New test.
-       * testsuite/ld-elf/size-2.d,
-       * testsuite/ld-elf/size-2.s,
-       * testsuite/ld-elf/size-2.t: New test.
-       * testsuite/ld-scripts/size-1.d,
-       * testsuite/ld-scripts/size-1.s,
-       * testsuite/ld-scripts/size-1.t,
-       * testsuite/ld-scripts/size-2.s,
-       * testsuite/ld-scripts/size-2.d,
-       * testsuite/ld-scripts/size-2.t,
-       * testsuite/ld-scripts/size.exp: Delete.
-
-2019-07-22  Srinath Parvathaneni  <srinath.parvathaneni@arm.com>
-
-       * ld/testsuite/ld-arm/cmse_main_sec_debug.d: Modify regexps to
-       allow for output from a arm-none-linux-gnueabihf target.
-
-2019-07-20  Alan Modra  <amodra@gmail.com>
-
-       PR 24827
-       * ldlex.l (comment): Check for 0 return from YY_INPUT, not EOF.
-
-2019-07-19  Alan Modra  <amodra@gmail.com>
+       * ldlang.c (input_statement_is_archive_path, wild_sort),
+       (check_excluded_libs): Likewise.
+       * ldmain.c (add_archive_element): Likewise.
+       * ldmisc.c (vfinfo): Likewise.
+       * pe-dll.c (auto_export, generate_edata, pe_create_import_fixup),
+       (pe_dll_generate_implib, pe_process_import_defs): Likewise.
+       * plugin.c (plugin_object_p): Likewise.
+
+2020-05-18  Douglas B Rupp  <rupp@adacore.com>
+
+       * ldemul.h (ldemul_print_symbol): New.
+       (ld_emulation_xfer_type) <print_symbol): Likewise.
+       * ldemul.c (ldemul_print_symbol): New.
+       * ldlang.c (SECTION_NAME_MAP_LANGTH): Move to ...
+       (print_one_symbol): Make global and move declaration to ...
+       (print_all_symbols): Rename print_one_symbol to ldemul_print_symbol
+       (print_input_section): Likewise
+       * ldlang.h: ... here.
+       * emultempl/aix.em (gld${EMULATION_NAME}_print_symbol): New.
+       (ld_emulation_xfer_struct): Use it.
+       * emultempl/armcoff.em (ld_emulation_xfer_struct): Add print_symbol
+       and default to NULL.
+       * emultempl/beos.em (ld_emulation_xfer_struct): Likewise
+       * emultempl/elf.em (ld_emulation_xfer_struct): Likewise
+       * emultempl/generic.em (ld_emulation_xfer_struct): Likewise
+       * emultempl/linux.em (ld_emulation_xfer_struct): Likewise
+       * emultempl/msp430.em (ld_emulation_xfer_struct): Likewise
+       * emultempl/pe.em (ld_emulation_xfer_struct): Likewise
+       * emultempl/pep.em (ld_emulation_xfer_struct): Likewise
+       * emultempl/ticoff.em (ld_emulation_xfer_struct): Likewise
+       * emultempl/vanilla.em (ld_emulation_xfer_struct): Likewise
+
+2020-05-18  Sergei Trofimovich  <siarheit@google.com>
+
+       * ldmain.c (add_archive_element): Fix s/claimi/claim/ typo
+       in info message.
+
+2020-05-18  Nick Clifton  <nickc@redhat.com>
+
+       * po/sv.po: Update Swedish translation.
+
+2020-05-18  Nick Clifton  <nickc@redhat.com>
+
+       PR 25993
+       * emultempl/pe.em (_after_open): Check for duplicate filename
+       pointers before renaming the dll.
+       * emultempl/pep.em (_after_open): Likewise.
+
+2020-05-13  Nick Clifton  <nickc@redhat.com>
+
+       PR 25979
+       * lexsup.c (elf_shlib_list_options): Include the default value for
+       the hash style in the output text.
+
+2020-05-11  Alan Modra  <amodra@gmail.com>
+
+       * testsuite/ld-powerpc/pcrelopt.s: Add lxvp and stxvp.
+       * testsuite/ld-powerpc/pcrelopt.d: Update.
+
+2020-05-11  Alan Modra  <amodra@gmail.com>
+
+       * testsuite/ld-powerpc/callstub-1.d: Use -mpower10/-Mpower10 in
+       place of -mfuture/-Mfuture.
+       * testsuite/ld-powerpc/notoc2.d: Likewise.
+       * testsuite/ld-powerpc/powerpc.exp: Likewise.
+       * testsuite/ld-powerpc/tlsgd.d: Likewise.
+       * testsuite/ld-powerpc/tlsie.d: Likewise.
+       * testsuite/ld-powerpc/tlsld.d: Likewise.
+
+2020-05-11  Nick Clifton  <nickc@redhat.com>
 
-       * testsuite/ld-powerpc/tlsgd.d,
-       * testsuite/ld-powerpc/tlsgd.s,
-       * testsuite/ld-powerpc/tlsie.d,
-       * testsuite/ld-powerpc/tlsie.s,
-       * testsuite/ld-powerpc/tlsld.d,
-       * testsuite/ld-powerpc/tlsld.s: New tests.
-       * testsuite/ld-powerpc/powerpc.exp: Run them.
+       * po/es.po: Updated Spanish translation.
 
-2019-07-19  Alan Modra  <amodra@gmail.com>
-
-       * testsuite/ld-powerpc/tlsldopt.d: Rename from tlsld.d.
-       * testsuite/ld-powerpc/tlsldopt.s: Rename from tlsld.s.
-       * testsuite/ld-powerpc/tlsldopt32.d: Rename from tlsld32.d.
-       * testsuite/ld-powerpc/tlsldopt32.s: Rename from tlsld32.s.
-       * testsuite/ld-powerpc/powerpc.exp: Update.
-
-2019-07-19  Alan Modra  <amodra@gmail.com>
-
-       PR 24819
-       * testsuite/ld-elf/pr24819.d: xfail for genelf targets.
-
-2019-07-18  H.J. Lu  <hongjiu.lu@intel.com>
-
-       PR ld/24819
-       * emultempl/elf32.em (elf_orphan_compatible): Return FALSE for
-       member of output section group when doing a relocatable link.
-       * testsuite/ld-elf/pr24819.d: New file.
-       * testsuite/ld-elf/pr24819.s: Likewise.
-
-2019-07-13  Alan Modra  <amodra@gmail.com>
-
-       * testsuite/ld-powerpc/tlsso.r: Update.
-       * testsuite/ld-powerpc/tlsso32.g: Update.
-       * testsuite/ld-powerpc/tlsso32.r: Update.
-       * testsuite/ld-powerpc/tlstocso.r: Update.
-       * testsuite/ld-cris/tls-dso-dtpoffd2.d: Update.
-       * testsuite/ld-cris/tls-dso-dtpoffd4.d: Update.
-       * testsuite/ld-cris/tls-dso-tpoffgotcomm1.d: Update.
-       * testsuite/ld-cris/tls-gd-1.d: Update.
-       * testsuite/ld-cris/tls-gd-1h.d: Update.
-       * testsuite/ld-cris/tls-gd-2.d: Update.
-       * testsuite/ld-cris/tls-gd-2h.d: Update.
-       * testsuite/ld-cris/tls-ie-10.d: Update.
-       * testsuite/ld-cris/tls-ie-11.d: Update.
-       * testsuite/ld-cris/tls-ie-8.d: Update.
-       * testsuite/ld-cris/tls-ie-9.d: Update.
-       * testsuite/ld-cris/tls-js1.d: Update.
-       * testsuite/ld-cris/tls-ld-4.d: Update.
-       * testsuite/ld-cris/tls-ld-5.d: Update.
-       * testsuite/ld-cris/tls-ld-6.d: Update.
-       * testsuite/ld-cris/tls-ld-7.d: Update.
-       * testsuite/ld-cris/tls-ldgd-14.d: Update.
-       * testsuite/ld-cris/tls-ldgd-15.d: Update.
-       * testsuite/ld-cris/tls-ldgdx-14.d: Update.
-       * testsuite/ld-cris/tls-ldgdx-15.d: Update.
-       * testsuite/ld-cris/tls-local-54.d: Update.
-       * testsuite/ld-cris/tls-local-60.d: Update.
-       * testsuite/ld-cris/tls-local-61.d: Update.
-       * testsuite/ld-cris/tls-local-63.d: Update.
-       * testsuite/ld-cris/tls-local-64.d: Update.
-       * testsuite/ld-cris/tls-ok-30.d: Update.
-       * testsuite/ld-cris/tls-ok-32.d: Update.
-       * testsuite/ld-cris/tls-ok-34.d: Update.
-       * testsuite/ld-mips-elf/tls-multi-got-1.got: Update.
-       * testsuite/ld-mips-elf/tls-multi-got-1.r: Update.
-       * testsuite/ld-mips-elf/tlsdyn-pie-o32.d: Update.
-       * testsuite/ld-mips-elf/tlsdyn-pie-o32.got: Update.
-       * testsuite/ld-mips-elf/tlslib-o32-hidden.got: Update.
-       * testsuite/ld-mips-elf/tlslib-o32-ver.got: Update.
-       * testsuite/ld-mips-elf/tlslib-o32.got: Update.
-       * testsuite/ld-s390/tlspic.rd: Update.
-       * testsuite/ld-s390/tlspic_64.rd: Update.
-       * testsuite/ld-sparc/tlssunnopic32.rd: Update.
-       * testsuite/ld-sparc/tlssunnopic64.rd: Update.
-       * testsuite/ld-sparc/tlssunpic32.rd: Update.
-       * testsuite/ld-sparc/tlssunpic64.rd: Update.
-
-2019-07-13  Alan Modra  <amodra@gmail.com>
-
-       PR 24786
-       * ldlang.h (enum section_type): Add first_overlay_section.
-       * ldlang.c (lang_add_section): Adjust switch statement.
-       (map_input_to_output_sections): Likewise.
-       (lang_size_sections_1): Always set last_os for first overlay section.
-       (lang_leave_overlay): Set sectype to first_overlay_section.
-
-2019-07-08  Alan Modra  <amodra@gmail.com>
-
-       * testsuite/ld-powerpc/callstub-1.d: Pass -melf64ppc to ld.
-       * testsuite/ld-powerpc/callstub-2.d: Likewise.
-
-2019-07-04  Jan Beulich  <jbeulich@suse.com>
-
-       * testsuite/ld-elf/group9.s: Correct argument of .type.
-
-2019-07-02  Nick Clifton  <nickc@redhat.com>
+2020-05-01  Wilco Dijkstra  <wdijkstr@arm.com>
 
-       PR 24753
-       * emultempl/aarch64elf.em (_aarch64_add_stub_section): Include the
-       LINKER_CREATED section flag when creating the stub section.
+       PR ld/25665
+       * testsuite/ld-aarch64/farcall-group.s: New large group test.
+       * testsuite/ld-aarch64/farcall-group.d: New test driver.
+       * testsuite/ld-aarch64/aarch64-elf.exp: Run the new test.
 
-2019-07-02  Srinath Parvathaneni  <srinath.parvathaneni@arm.com>
+2020-05-01  Alan Modra  <amodra@gmail.com>
 
-       * testsuite/ld-arm/arm-elf.exp: Add tests.
-       * testsuite/ld-arm/cmse_main.s: New test.
-       * testsuite/ld-arm/cmse_main_sec_debug.d: Likewise.
-       * testsuite/ld-arm/cmse_sec_debug.s: Likewise.
+       PR 25882
+       * ldlang.c (lang_check): Call bfd_merge_private_bfd_data for
+       shared libraries.
 
-2019-07-01  Nick Clifton  <nickc@redhat.com>
+2020-05-01  Alan Modra  <amodra@gmail.com>
 
-       PR 23839
-       * testsuite/ld-arm/unwind-4.d: Adjust for corrected calculation of
-       exidx relocs.
+       * po/BLD-POTFILES.in: Regenerate.
 
-2019-06-28  Alan Modra  <amodra@gmail.com>
+2020-04-30  Alex Coplan  <alex.coplan@arm.com>
+
+       * testsuite/ld-aarch64/erratum843419_tls_ie.d: Use udf in disassembly.
+       * testsuite/ld-aarch64/farcall-b-section.d: Likewise.
+       * testsuite/ld-aarch64/farcall-back.d: Likewise.
+       * testsuite/ld-aarch64/farcall-bl-section.d: Likewise.
+
+2020-04-30  Nick Clifton  <nickc@redhat.com>
+
+       * testsuite/ld-elf/compress1c.d: XFAIL if thet target linker does
+       not support the -shared command line option.
+       * /ld-elf/compressed1c.d: Likewise.
+       * /ld-elf/compressed1e.d: Likewise.
+       * /ld-elf/dynamic1.d: Likewise.
+       * /ld-elf/dynsym1.d: Likewise.
+       * /ld-elf/ehdr_start-shared.d: Likewise.
+       * /ld-elf/exclude3b.d: Likewise.
+       * /ld-elf/global1.d: Likewise.
+       * /ld-elf/hash.d: Likewise.
+       * /ld-elf/local1.d: Likewise.
+       * /ld-elf/mbind1b.d: Likewise.
+       * /ld-elf/now-1.d: Likewise.
+       * /ld-elf/now-2.d: Likewise.
+       * /ld-elf/now-3.d: Likewise.
+       * /ld-elf/now-4.d: Likewise.
+       * /ld-elf/pr12975.d: Likewise.
+       * /ld-elf/pr13177.d: Likewise.
+       * /ld-elf/pr13195.d: Likewise.
+       * /ld-elf/pr16322.d: Likewise.
+       * /ld-elf/pr16498a.d: Likewise.
+       * /ld-elf/pr16498b.d: Likewise.
+       * /ld-elf/pr17615.d: Likewise.
+       * /ld-elf/pr19162.d: Likewise.
+       * /ld-elf/pr19698.d: Likewise.
+       * /ld-elf/pr20513c.d: Likewise.
+       * /ld-elf/pr20513d.d: Likewise.
+       * /ld-elf/pr21389a.d: Likewise.
+       * /ld-elf/pr21389b.d: Likewise.
+       * /ld-elf/pr21389c.d: Likewise.
+       * /ld-elf/pr21562a.d: Likewise.
+       * /ld-elf/pr21562b.d: Likewise.
+       * /ld-elf/pr21562c.d: Likewise.
+       * /ld-elf/pr21562d.d: Likewise.
+       * /ld-elf/pr21562e.d: Likewise.
+       * /ld-elf/pr21562f.d: Likewise.
+       * /ld-elf/pr21562g.d: Likewise.
+       * /ld-elf/pr21562h.d: Likewise.
+       * /ld-elf/pr21562i.d: Likewise.
+       * /ld-elf/pr21562j.d: Likewise.
+       * /ld-elf/pr21562k.d: Likewise.
+       * /ld-elf/pr21562l.d: Likewise.
+       * /ld-elf/pr21562m.d: Likewise.
+       * /ld-elf/pr21562n.d: Likewise.
+       * /ld-elf/pr21903a.d: Likewise.
+       * /ld-elf/pr21903b.d: Likewise.
+       * /ld-elf/pr22269b.d: Likewise.
+       * /ld-elf/pr22393-1a.d: Likewise.
+       * /ld-elf/pr22393-1b.d: Likewise.
+       * /ld-elf/pr23658-1c.d: Likewise.
+       * /ld-elf/pr25708.d: Likewise.
+       * /ld-elf/rpath-1.d: Likewise.
+       * /ld-elf/rpath-2.d: Likewise.
+       * /ld-elf/runpath-1.d: Likewise.
+       * /ld-elf/runpath-2.d: Likewise.
+       * /ld-elf/sizeofb.d: Likewise.
+       * /ld-elf/startofb.d: Likewise.
+       * /ld-elf/strtab.d: Likewise.
+       * /ld-elf/textaddr2.d: Likewise.
+       * /ld-elf/textaddr5.d: Likewise.
+       * /ld-elf/textaddr6.d: Likewise.
+       * /ld-elf/unknown2.d: Likewise.
+       * /ld-undefined/entry-3.d: Likewise.
+       * /ld-undefined/entry-4.d: Likewise.
+       * /ld-elf/mbind1c.d: XFAIL if the target linker does not support
+       the -pie option.
+       * /ld-elf/pie.d: Likewise.
+       * /ld-elf/pr19539.d: Likewise.
+       * /ld-elf/pr21903d.d: Likewise.
+       * /ld-elf/pr22269a.d: Likewise.
+       * /ld-elf/pr22393-1c.d: Likewise.
+       * /ld-elf/pr22393-1d.d: Likewise.
+       * /ld-elf/pr22423.d: Likewise.
+       * /ld-elf/loadaddr1.d: Expect to fail on the rx-linux target.
+       * /ld-elf/loadaddr2.d: Likewise.
+       * /ld-elf/pr22393-1e.d: Likewise.
+       * /ld-elf/pr22393-1f.d: Likewise.
+       * /ld-elf/textaddr1.d: Likewise.
+       * /ld-elf/textaddr4.d: Likewise.
+
+2020-04-30  Yoshinori Sato <ysato@users.sourceforge.jp>
+
+       * emulparams/elf32rx_linux.sh: New rx-linux emulation.
+       * emultempl/rxlinux.em: New.
+       * configure.tgt: Add rx-linux.
+       * Makefile.am: Add eelf32rx_linux.c
+       * Makefile.in: Regenerate.
 
-       * testsuite/ld-powerpc/callstub-1.d,
-       * testsuite/ld-powerpc/callstub-1.s: New test.
-       * testsuite/ld-powerpc/callstub-2.d,
-       * testsuite/ld-powerpc/callstub-2.s: New test.
-       * testsuite/ld-powerpc/powerpc.exp: Run them.
+2020-04-29  Max Filippov  <jcmvbkbc@gmail.com>
+
+       * testsuite/ld-xtensa/relax-diff1.d: New test definition.
+       * testsuite/ld-xtensa/relax-diff1.s: New test source.
+       * testsuite/ld-xtensa/relax-ndiff.d: New test definition.
+       * testsuite/ld-xtensa/relax-ndiff.s: New test source.
+       * testsuite/ld-xtensa/xtensa.exp: (relax-diff1)
+       (relax-ndiff): New tests.
+
+2020-04-29  Stephen Casner  <casner@acm.org>
+
+       PR 25829
+       * testsuite/ld-scripts/default-script.exp: Add --image-base=0 to
+       LDFLAGS for targets *-*-mingw64 x86_64-*-cygwin.
+       * testsuite/ld-scripts/default-script1.d: No longer have to skip
+       test for those targets.
+       * testsuite/ld-scripts/default-script2.d: Likewise.
+       * testsuite/ld-scripts/default-script3.d: Likewise.
+       * testsuite/ld-scripts/default-script4.d: Likewise.
+
+2020-04-27  Tamar Christina  <tamar.christina@arm.com>
+
+       * pe-dll.c (pe_detail_list):  Add pe-bigobj-i386.
+
+2020-04-22  Max Filippov  <jcmvbkbc@gmail.com>
+
+       PR ld/25861
+       * testsuite/ld-xtensa/relax-loc.d: New test definition.
+       * testsuite/ld-xtensa/relax-loc.s: New test source.
+       * testsuite/ld-xtensa/xtensa.exp (relax-loc): New test.
+
+2020-04-22  Fangrui Song <maskray@google.com>
+
+       PR ld/25806
+       * ldlang.h (struct lang_input_statement_struct): Add extra_search_path.
+       * ldlang.c (current_input_file): New.
+       (ldirname): New.
+       (new_afile): Add from_filename parameter.  Set extra_search_path.
+       (lang_add_input_file): Pass current_input_file to new_afile.
+       (load_symbols): Set current_input_file.
+       * ldfile.c (ldfile_open_file): If extra_search_path has been set
+       then scan it for the file that needs to be opened.
+       * ld.texi: Document the new behaviour.
+       * NEWS: Mention the new feature.
+
+2020-04-22  Alan Modra  <amodra@gmail.com>
+
+       * testsuite/ld-scripts/default-script1.d: Correct mingw skip.
+       * testsuite/ld-scripts/default-script2.d: Likewise.
+       * testsuite/ld-scripts/default-script3.d: Likewise.
+       * testsuite/ld-scripts/default-script4.d: Likewise.
+
+2020-04-21  Stephen Casner  <casner@acm.org>
+
+       PR 25829
+       * testsuite/ld-scripts/script.exp (check_script)
+       (extract_symbol_test): Make test addresses fit in 16 bits.
+       * testsuite/ld-scripts/memory.t: Likewise.
+       * testsuite/ld-scripts/memory_sym.t (TXT_LENGTH): Likewise.
+       * testsuite/ld-scripts/default-script.t (_START): Likewise.
+       * testsuite/ld-scripts/default-script1.d: Likewise.
+       * testsuite/ld-scripts/default-script2.d: Likewise.
+       * testsuite/ld-scripts/default-script3.d: Likewise.
+       * testsuite/ld-scripts/default-script4.d: Likewise.
+       * testsuite/ld-scripts/empty-address-1.t: Likewise.
+       * testsuite/ld-scripts/empty-address-1.d: Likewise.
+       * testsuite/ld-scripts/empty-address-2a.d: Likewise.
+       * testsuite/ld-scripts/empty-address-2b.d: Likewise.
+       * testsuite/ld-misc/start.s: .long -> .dc.a to allow relocation to
+       fit target address size.
+       * testsuite/ld-scripts/empty-address-1.s: Likewise.
+       * testsuite/ld-scripts/empty-address-2.s: Likewise.
+
+2020-04-21  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR ld/25849
+       * ldelfgen.c (ldelf_map_segments): Call
+       elf_backend_strip_zero_sized_dynamic_sections.
+       * testsuite/ld-alpha/tlsbinr.rd: Updated.
+
+2020-04-20  Alan Modra  <amodra@gmail.com>
+
+       * testsuite/ld-powerpc/tlsopt5.s: Rename foo to aaaaa.
+       * testsuite/ld-powerpc/tlsopt5.d: Adjust to suit.
+       * testsuite/ld-powerpc/tlsopt6.d: Likewise.
+
+2020-04-18  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
+
+       * testsuite/ld-elf/warn1.d: Don't xfail on 64-bit Solaris/SPARC.
+       * testsuite/ld-elf/warn2.d: Likewise.
 
-2019-06-25  Jan Beulich  <jbeulich@suse.com>
+2020-04-18  H.J. Lu  <hongjiu.lu@intel.com>
 
-       * plugin.c (get_lto_kind, get_lto_resolution,
-       get_lto_visibility): Rename "index" to "idx".
+       * testsuite/ld-elf/elf.exp (ASFLAGS): Add "--defsym NO_SET=1" for
+       alpha target.
+       * testsuite/ld-elf/pr19789.s: Use "=" if NO_SET is defined.
 
-2019-06-24  H.J. Lu  <hongjiu.lu@intel.com>
+2020-04-16  Stephen Casner  <casner@acm.org>
 
-       PR ld/24721
-       * testsuite/ld-x86-64/x86-64.exp: Run PR ld/24721 tests.
-       * testsuite/ld-x86-64/pr24721-x32.d: New file.
-       * testsuite/ld-x86-64/pr24721.d: Likewise.
-       * testsuite/ld-x86-64/pr24721.map: Likewise.
-       * testsuite/ld-x86-64/pr24721a.s: Likewise.
-       * testsuite/ld-x86-64/pr24721b.s: Likewise.
+       PR 18963
+       * testsuite/ld-scripts/pr18963.t: Reduce section sizes to fit in
+       16-bit address space.
+       * testsuite/ld-scripts/pr18963.d: Likewise.
 
-2019-06-23  Alan Modra  <amodra@gmail.com>
+2020-04-17  Juan Manuel Guerrero  <juan.guerrero@gmx.de>
+            Jan W. Jagersma  <jwjagersma@gmail.com>
 
-       PR 24704
-       * testsuite/ld-powerpc/elfv2exe.d: Update.
-       * testsuite/ld-powerpc/elfv2so.d: Update.
+       * scripttempl/i386go32.sc: Provide symbol _environ.  Link in
+       .ctors and .dtors.  Discard LTO sections.
 
-2019-06-14  Szabolcs Nagy  <szabolcs.nagy@arm.com>
+2020-04-17  Nick Clifton  <nickc@redhat.com>
 
-       * testsuite/ld-aarch64/aarch64-elf.exp: Add emit-relocs-22 and -23.
-       * testsuite/ld-aarch64/emit-relocs-22.d: New test.
-       * testsuite/ld-aarch64/emit-relocs-22.s: New test.
-       * testsuite/ld-aarch64/emit-relocs-23.d: New test.
-       * testsuite/ld-aarch64/emit-relocs-23.s: New test.
+       * testsuite/config/default.exp: If not already set then create the
+       CCC_OVERRIDE_OPTIONS environment variable to help when running the
+       testsuite with clang.
+       * testsuite/ld-elf/pr22269-1.c: Add a missing return statement.
+       * testsuite/ld-elfvers/vers.exp: Add checks to detect if files
+       were built before attempting to copy them.
 
-2019-06-14  Alan Modra  <amodra@gmail.com>
+2020-04-15  Fangrui Song <maskray@google.com>
 
-       * Makefile.in: Regenerate.
-       * configure: Regenerate.
+       PR binutils/24613
+       * lexsup.c (parse_args): Change RM_GENERATE_WARNING and
+       RM_GENERATE_ERROR to RM_DIAGNOSE.
+       * emultempl/aix.em (ld_${EMULATION_NAME}_emulation): Change
+       RM_GENERATE_ERROR to RM_DIAGNOSE.
+       * emultempl/elf.em (ld_${EMULATION_NAME}_emulation): Likewise.
 
-2019-06-14  Alan Modra  <amodra@gmail.com>
-
-       PR 24662
-       * testsuite/ld-alpha/tlsbin.rd: Update.
-       * testsuite/ld-alpha/tlsbinr.rd: Update.
-       * testsuite/ld-alpha/tlspic.rd: Update.
-
-2019-06-07  Maciej W. Rozycki  <macro@wdc.com>
-
-       * ld.texi (Options): Also document `-rpath' option restrictions
-       in the description of the option itself.
-
-2019-06-06  Sudakshina Das  <sudi.das@arm.com>
-
-       * testsuite/ld-aarch64/aarch64-elf.exp: Add new tests.
-       * testsuite/ld-aarch64/property-bti-pac4-a.d: New test.
-       * testsuite/ld-aarch64/property-bti-pac4-b.d: New test.
-       * testsuite/ld-aarch64/property-bti-pac4.s: New test.
-
-2019-06-06  Sudakshina Das  <sudi.das@arm.com>
-
-       * NEWS: Update options names.
-       * emultempl/aarch64elf.em (OPTION_FORCE_BTI, OPTION_PAC_PLT): Remove.
-       (PARSE_AND_LIST_LONGOPTS): Remove force-bti and pac-plt.
-       (PARSE_AND_LIST_OPTIONS): Update to -z.
-       (PARSE_AND_LIST_ARGS_CASE_Z_AARCH64): New.
-       (PARSE_AND_LIST_ARGS_CASE_Z): Add PARSE_AND_LIST_ARGS_CASE_Z_AARCH64.
-       (PARSE_AND_LIST_ARGS_CASES): Move cases for these options.
-       * testsuite/ld-aarch64/bti-pac-plt-1.d: Update option.
-       * testsuite/ld-aarch64/bti-pac-plt-2.d: Likewise.
-       * testsuite/ld-aarch64/bti-plt-1.d: Likewise.
-       * testsuite/ld-aarch64/bti-plt-2.d: Likewise.
-       * testsuite/ld-aarch64/bti-plt-3.d: Likewise.
-       * testsuite/ld-aarch64/bti-plt-4.d: Likewise.
-       * testsuite/ld-aarch64/bti-plt-6.d: Likewise.
-       * testsuite/ld-aarch64/bti-plt-7.d: Likewise.
-       * testsuite/ld-aarch64/bti-warn.d: Likewise.
-       * testsuite/ld-aarch64/pac-plt-1.d: Likewise.
-       * testsuite/ld-aarch64/pac-plt-2.d: Likewise.
-
-2019-05-30  Nick Clifton  <nickc@redhat.com>
-
-       PR 24627
-       * testsuite/ld-elf/ver_def.vd: Update expected output.
-
-2019-05-30  Alan Modra  <amodra@gmail.com>
-
-       PR 24596
-       * emulparams/m9s12zelf.sh (TEMPLATE_NAME): Set to generic.
-       (EXTRA_EM_FILE): Define to genelf.
-       * testsuite/lib/ld-lib.exp (uses_genelf): Add s12z.
-
-2019-05-30  Alan Modra  <amodra@gmail.com>
-
-       * testsuite/lib/ld-lib.exp (run_ld_link_tests): Support procedure
-       calls in optional "xfail" args.
-       (run_ld_link_exec_tests): Likewise.
-       (is_generic): New.
-       (uses_genelf): Rename from is_generic_elf.  Delete bogus semicolons.
-       * testsuite/ld-scripts/align.exp: Rename is_generic_elf call.
-       * testsuite/ld-elf/elf.exp: Use is_generic and uses_genelf.  Delete
-       xfail_implib var.
-       * testsuite/ld-elf/sec64k.exp: Use is_generic.
-       * testsuite/ld-elf/shared.exp: Likewise.
-       * testsuite/ld-discard/extern.d: Use is_generic in xfail.
-       * testsuite/ld-discard/start.d: Likewise.
-       * testsuite/ld-discard/static.d: Likewise.
-       * testsuite/ld-elf/attributes.d: Likewise.
-       * testsuite/ld-elf/group1.d: Likewise.
-       * testsuite/ld-elf/group3b.d: Likewise.
-       * testsuite/ld-elf/group8a.d: Likewise.
-       * testsuite/ld-elf/group8b.d: Likewise.
-       * testsuite/ld-elf/group9a.d: Likewise.
-       * testsuite/ld-elf/group9b.d: Likewise.
-       * testsuite/ld-elf/linkonce2.d: Likewise.
-       * testsuite/ld-elf/merge2.d: Likewise.
-       * testsuite/ld-elf/merge3.d: Likewise.
-       * testsuite/ld-elf/pr12851.d: Likewise.
+2020-04-14  Stephen Casner  <casner@acm.org>
+
+       PR ld/25677
+       * emulparams/pdp11.sh (SCRIPT_NAME): Change to pdp11.
+       (EXTRA_EM_FILE): New, add emulation file pdp11.
+       * scripttempl/pdp11.sc: New, derived from aout.sc without
+       irrelevant input sections.
+       * emultempl/pdp11.em (_add_options, _handle_option)
+       (_list_options): New. Add options -z, --imagic for pdp11-aout.
+       (_before_parse): Make --omagic be default instead of --nmagic.
+       (_get_script): Modify special-case linker script for --imagic.
+       * lexsup.c (parse_args): Explictly set config.text_read_only for -n.
+       * ld.texi (Options): Add documentation of PDP11-specific options.
+       (Options): Fix unrelated typo to --no-compact-branches.
+       * gen-doc.texi: @set PDP11.
+       * testsuite/ld-pdp11/pdp11.exp: New, start pdp11 testing.
+       * testsuite/ld-pdp11/sections.s: New, source for options tests.
+       * testsuite/ld-pdp11/imagic.d: New, test --imagic format.
+       * testsuite/ld-pdp11/imagicz.d: New, test -z (imagic) format.
+       * testsuite/ld-pdp11/nmagic.d: New, test --nmagic format.
+       * testsuite/ld-pdp11/omagic.d: New, test --omagic format.
+
+2020-04-14  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR binutils/25707
+       * testsuite/ld-arm/armthumb-lib.sym: Updated.
+       * testsuite/ld-arm/farcall-mixed-app.sym: Likewise.
+       * testsuite/ld-arm/farcall-mixed-app2.sym: Likewise.
+       * testsuite/ld-arm/fdpic-main-m.sym: Likewise.
+       * testsuite/ld-arm/fdpic-main.sym: Likewise.
+       * testsuite/ld-arm/fdpic-shared-m.sym: Likewise.
+       * testsuite/ld-arm/fdpic-shared.sym: Likewise.
+       * testsuite/ld-arm/mixed-app.sym: Likewise.
+       * testsuite/ld-arm/mixed-lib.sym: Likewise.
+       * testsuite/ld-arm/preempt-app.sym: Likewise.
+       * testsuite/ld-elf/hash.d: Likewise.
+       * testsuite/ld-elf/pr13195.d: Likewise.
+       * testsuite/ld-elfvsb/hidden2.d: Likewise.
+       * testsuite/ld-mips-elf/hash2.d: Likewise.
+
+2020-04-10  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
+
+       * testsuite/ld-shared/shared.exp: Remove dangling comments.
+       xfail shared non PIC tests on Solaris.
+
+2020-04-09  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
+
+       * testsuite/ld-elf/shared.exp: Add -Av9 to AFLAGS_PIC on sparc*-*-*.
+
+2020-04-02  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * testsuite/config/default.exp (NOCF_PROTECTION_CFLAGS): Replace
+       nopie with available.
+
+2020-04-02  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * testsuite/config/default.exp (NOCF_PROTECTION_CFLAGS): New.
+       Set to "-fcf-protection=none" if target compiler supports it.
+       * testsuite/ld-srec/srec.exp: Add $NOCF_PROTECTION_CFLAGS to
+       CC and CXX.
+       * testsuite/ld-x86-64/x86-64.exp: Add $NOCF_PROTECTION_CFLAGS
+       to PLT BND tests.
+
+2020-04-02  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * testsuite/ld-elf/linux-x86.exp (check_pr25749a): Compile with
+       -I../bfd.
+       (check_pr25749b): Likewise.
+
+2020-04-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
+
+       * testsuite/ld-ifunc/ifunc-10-i386.d: Remove *-*-solaris2* from
+       notarget.
+       * ifunc-11-i386.d: Likewise.
+       * ifunc-12-i386.d: Likewise.
+       * ifunc-13-i386.d: Likewise.
+       * ifunc-14a-i386.d: Likewise.
+       * ifunc-14b-i386.d: Likewise.
+       * ifunc-14c-i386.d: Likewise.
+       * ifunc-14d-i386.d: Likewise.
+       * ifunc-14e-i386.d: Likewise.
+       * ifunc-14f-i386.d: Likewise.
+       * ifunc-15-i386.d: Likewise.
+       * ifunc-16-i386-now.d: Likewise.
+       * ifunc-16-i386.d: Likewise.
+       * ifunc-17a-i386.d: Likewise.
+       * ifunc-17b-i386.d: Likewise.
+       * ifunc-18a-i386.d: Likewise.
+       * ifunc-18b-i386.d: Likewise.
+       * ifunc-19a-i386.d: Likewise.
+       * ifunc-19b-i386.d: Likewise.
+       * ifunc-2-i386-now.d: Likewise.
+       * ifunc-2-i386.d: Likewise.
+       * ifunc-2-local-i386-now.d: Likewise.
+       * ifunc-2-local-i386.d: Likewise.
+       * ifunc-20-i386.d: Likewise.
+       * ifunc-21-i386.d: Likewise.
+       * ifunc-22-i386.d: Likewise.
+       * ifunc-5a-i386.d: Likewise.
+       * ifunc-5a-local-i386.d: Likewise.
+       * ifunc-5b-i386.d: Likewise.
+       * ifunc-5b-local-i386.d: Likewise.
+       * ifunc-5r-local-i386.d: Likewise.
+       * ifunc-6a-i386.d: Likewise.
+       * ifunc-6b-i386.d: Likewise.
+       * ifunc-7a-i386.d: Likewise.
+       * ifunc-7b-i386.d: Likewise.
+       * ifunc-8-i386.d: Likewise.
+       * ifunc-9-i386.d: Likewise.
+       * pr17154-i386-now.d: Likewise.
+       * pr17154-i386.d: Likewise.
+
+       * ifunc-23a-x86.d: Remove notarget.
+       * ifunc-24a-x86.d: Likewise.
+       * ifunc-25a-x86.d: Likewise.
+
+2020-04-02  Nick Clifton  <nickc@redhat.com>
+
+       PR ld/25747
+       * ldfile.c (ldfile_open_file): Fix typo in warning message.
+
+2020-04-01  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR ld/25749
+       PR ld/25754
+       * testsuite/ld-elf/linux-x86.exp: Run ld/25749 tests.
+       * testsuite/ld-elf/pr25749-1.c: New file.
+       * testsuite/ld-elf/pr25749-1a.c: Likewise.
+       * testsuite/ld-elf/pr25749-1b.c: Likewise.
+       * testsuite/ld-elf/pr25749-1b.err: Likewise.
+       * testsuite/ld-elf/pr25749-1c.c: Likewise.
+       * testsuite/ld-elf/pr25749-1d.c: Likewise.
+       * testsuite/ld-elf/pr25749-2.c: Likewise.
+       * testsuite/ld-elf/pr25749-2a.s: Likewise.
+       * testsuite/ld-elf/pr25749-2b.s: Likewise.
+       * testsuite/ld-elf/pr25749.rd: Likewise.
+       * testsuite/ld-elf/pr25754-1a.c: Likewise.
+       * testsuite/ld-elf/pr25754-1b.s: Likewise.
+       * testsuite/ld-elf/pr25754-2a.c: Likewise.
+       * testsuite/ld-elf/pr25754-2b.err: Likewise.
+       * testsuite/ld-elf/pr25754-2b.s: Likewise.
+       * testsuite/ld-elf/pr25754-3a.c: Likewise.
+       * testsuite/ld-elf/pr25754-3b.s: Likewise.
+       * testsuite/ld-elf/pr25754-4a.c: Likewise.
+       * testsuite/ld-elf/pr25754-4b.s: Likewise.
+       * testsuite/ld-elf/pr25754-4c.s: Likewise.
+       * testsuite/ld-elf/pr25754-5a.c: Likewise.
+       * testsuite/ld-elf/pr25754-5b.s: Likewise.
+       * testsuite/ld-elf/pr25754-5c.s: Likewise.
+       * testsuite/ld-elf/pr25754-6a.c: Likewise.
+       * testsuite/ld-elf/pr25754-6b.s: Likewise.
+       * testsuite/ld-x86-64/pr19609-6a.d: Don't expect linker error.
+
+2020-04-01  Tamar Christina  <tamar.christina@arm.com>
+
+       PR ld/16017
+       * testsuite/ld-arm/arm-elf.exp (thumb-plt, thumb-plt-got): Skip for NaCL.
+
+2020-04-01  Nick Clifton  <nickc@redhat.com>
+
+       PR ld/25747
+       * ldfile.c (ldfile_open_file): If a search for a library fails,
+       but there is a file that would match if it had a "lib" prefix to
+       its name, then tell the user.
+
+2020-04-01  Tamar Christina  <tamar.christina@arm.com>
+
+       PR ld/16017
+       * testsuite/ld-arm/arm-elf.exp (thumb-plt-got): New.
+       * testsuite/ld-arm/thumb-plt-got.d: New test.
+
+2020-04-01  Tamar Christina  <tamar.christina@arm.com>
+
+       * testsuite/ld-arm/arm-elf.exp (thumb-plt): New.
+       * testsuite/ld-arm/thumb-plt.d: New test.
+       * testsuite/ld-arm/thumb-plt.s: New test.
+
+2020-04-01  Hans-Peter Nilsson  <hp@bitrange.com>
+
+       * testsuite/ld-scripts/defined4.d: Don't xfail mmix-*-*.
+
+2020-03-30  Nick Clifton  <nickc@redhat.com>
+
+       PR binutils/25662
+       * emultempl/pe.em (after_open): Replace initialisation of the
+       insert_timestamp field in the pe_data structure with an
+       initialisation of the timestamp field.
+       * emultemp/pep.em: Likewise.
+       * pe-dll.c (fill_edata): Use the timestamp field in the pe_data
+       structure instead of the insert_timestamp field.
+
+2020-03-28  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR 25732
+       * emulparams/elf_i386_ldso.sh (COMMONPAGESIZE): New.
+       * testsuite/ld-elf/shared.exp:Don't xfail pr20995-2 tests for
+       Solaris.
+
+2020-03-27  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR 25732
+       * testsuite/ld-elf/shared.exp: Xfail pr20995-2 tests for Solaris.
+
+2020-03-27  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR 25732
+       * testsuite/ld-ifunc/ifunc-23a-x86.d: Add notarget for Solaris.
+       * testsuite/ld-ifunc/ifunc-24a-x86.d: Likewise.
+       * testsuite/ld-ifunc/ifunc-25a-x86.d: Likewise.
+
+2020-03-25  Alan Modra  <amodra@gmail.com>
+
+       * testsuite/ld-elf/compress1c.d: xfail h8300.
+       * testsuite/ld-elf/compressed1c.d: Likewise.
+       * testsuite/ld-elf/compressed1e.d: Likewise.
+       * testsuite/ld-elf/dynamic1.d: Likewise.
+       * testsuite/ld-elf/dynsym1.d: Likewise.
+       * testsuite/ld-elf/ehdr_start-shared.d: Likewise.
+       * testsuite/ld-elf/exclude3b.d: Likewise.
+       * testsuite/ld-elf/export-class.exp: Don't run without -shared support.
+       * testsuite/ld-elf/global1.d: xfail h8300.
+       * testsuite/ld-elf/hash.d: Likewise.
+       * testsuite/ld-elf/loadaddr1.d: Likewise.
+       * testsuite/ld-elf/loadaddr2.d: Likewise.
+       * testsuite/ld-elf/local1.d: Likewise.
+       * testsuite/ld-elf/mbind1b.d: Likewise.
+       * testsuite/ld-elf/mbind1c.d: Likewise.
+       * testsuite/ld-elf/now-1.d: Likewise.
+       * testsuite/ld-elf/now-2.d: Likewise.
+       * testsuite/ld-elf/now-3.d: Likewise.
+       * testsuite/ld-elf/now-4.d: Likewise.
+       * testsuite/ld-elf/pie.d: Likewise.
        * testsuite/ld-elf/pr12975.d: Likewise.
        * testsuite/ld-elf/pr13177.d: Likewise.
        * testsuite/ld-elf/pr13195.d: Likewise.
-       * testsuite/ld-elf/pr17550c.d: Likewise.
-       * testsuite/ld-elf/pr17550d.d: Likewise.
+       * testsuite/ld-elf/pr16322.d: Likewise.
+       * testsuite/ld-elf/pr16498a.d: Likewise.
+       * testsuite/ld-elf/pr16498b.d: Likewise.
        * testsuite/ld-elf/pr17615.d: Likewise.
+       * testsuite/ld-elf/pr19162.d: Likewise.
+       * testsuite/ld-elf/pr19539.d: Likewise.
+       * testsuite/ld-elf/pr19617a.d: Likewise.
+       * testsuite/ld-elf/pr19698.d: Likewise.
+       * testsuite/ld-elf/pr20513c.d: Likewise.
+       * testsuite/ld-elf/pr20513d.d: Likewise.
+       * testsuite/ld-elf/pr21389a.d: Likewise.
+       * testsuite/ld-elf/pr21389b.d: Likewise.
+       * testsuite/ld-elf/pr21389c.d: Likewise.
        * testsuite/ld-elf/pr21562a.d: Likewise.
        * testsuite/ld-elf/pr21562b.d: Likewise.
        * testsuite/ld-elf/pr21562c.d: Likewise.
        * testsuite/ld-elf/pr21562d.d: Likewise.
+       * testsuite/ld-elf/pr21562e.d: Likewise.
+       * testsuite/ld-elf/pr21562f.d: Likewise.
+       * testsuite/ld-elf/pr21562g.d: Likewise.
+       * testsuite/ld-elf/pr21562h.d: Likewise.
        * testsuite/ld-elf/pr21562i.d: Likewise.
        * testsuite/ld-elf/pr21562j.d: Likewise.
        * testsuite/ld-elf/pr21562k.d: Likewise.
        * testsuite/ld-elf/pr21562l.d: Likewise.
        * testsuite/ld-elf/pr21562m.d: Likewise.
        * testsuite/ld-elf/pr21562n.d: Likewise.
-       * testsuite/ld-elf/pr22677.d: Likewise.
-       * testsuite/ld-elf/pr22836-1a.d: Likewise.
-       * testsuite/ld-elf/pr22836-1b.d: Likewise.
-       * testsuite/ld-elf/warn3.d: Likewise.
-       * testsuite/ld-elf/warn1.d: Likewise and xfail sparc solaris
-       targets rather than notarget.
-       * testsuite/ld-elf/compressed1d.d: Use uses_genelf in xfail.
-       * testsuite/ld-elf/orphan-10.d: Likewise.
-       * testsuite/ld-elf/orphan-9.d: Likewise.
-       * testsuite/ld-elf/orphan-region.d: Likewise.
-       * testsuite/ld-elf/orphan.d: Likewise.
-       * testsuite/ld-elf/orphan3.d: Likewise.
-       * testsuite/ld-elf/pr20528a.d: Likewise.
-       * testsuite/ld-elf/pr20528b.d: Likewise.
-       * testsuite/ld-elf/pr23658-1a.d: Likewise.
-       * testsuite/ld-elf/pr23658-1b.d: Likewise.
-       * testsuite/ld-elf/pr349.d: Likewise.
-       * testsuite/ld-elf/warn2.d: Likewise and xfail sparc solaris
-       targets rather than notarget.
-       * testsuite/ld-elf/merge.d: Correct ms1-*-* to mt-*-*.
-
-2019-05-28  Faraz Shahbazker  <fshahbazker@wavecomp.com>
-
-       * testsuite/ld-mips-elf/undefweak-overflow.s: Remove test case
-       for pcrel_hi/pcrel_lo.
-       * testsuite/ld-mips-elf/undefweak-overflow.d: Update to match.
-       * testsuite/ld-mips-elf/reloc-pcrel-r6.s: New test source.
-       * testsuite/ld-mips-elf/reloc-pcrel-r6.d: New test linker script.
-       * testsuite/ld-mips-elf/reloc-pcrel-r6.ld: New test.
-       * testsuite/ld-mips-elf/mips-elf.exp: Run the new test.
-
-2019-05-28  Alan Modra  <amodra@gmail.com>
-
-       PR 24596
-       * emultempl/pe.em (gld_${EMULATION_NAME}_after_open): Check that
-       the output is coff before accessing coff tdata.
-       * emultempl/pep.em (gld_${EMULATION_NAME}_after_open): Likewise.
+       * testsuite/ld-elf/pr21903a.d: Likewise.
+       * testsuite/ld-elf/pr21903b.d: Likewise.
+       * testsuite/ld-elf/pr21903d.d: Likewise.
+       * testsuite/ld-elf/pr22269a.d: Likewise.
+       * testsuite/ld-elf/pr22269b.d: Likewise.
+       * testsuite/ld-elf/pr22393-1a.d: Likewise.
+       * testsuite/ld-elf/pr22393-1b.d: Likewise.
+       * testsuite/ld-elf/pr22393-1c.d: Likewise.
+       * testsuite/ld-elf/pr22393-1d.d: Likewise.
+       * testsuite/ld-elf/pr22393-1e.d: Likewise.
+       * testsuite/ld-elf/pr22393-1f.d: Likewise.
+       * testsuite/ld-elf/pr22423.d: Likewise.
+       * testsuite/ld-elf/pr22450.d: xfail avr, crx, h8300, ip2k, m68hc11,
+       and xc16x.
+       * testsuite/ld-elf/pr23658-1c.d: xfail h8300.
+       * testsuite/ld-elf/pr25708.d: xfail h8300 and hppa64.
+       * testsuite/ld-elf/rpath-1.d: xfail h8300.
+       * testsuite/ld-elf/rpath-2.d: Likewise.
+       * testsuite/ld-elf/runpath-1.d: Likewise.
+       * testsuite/ld-elf/runpath-2.d: Likewise.
+       * testsuite/ld-elf/sizeofb.d: Likewise.
+       * testsuite/ld-elf/startofb.d: Likewise.
+       * testsuite/ld-elf/strtab.d: Likewise.
+       * testsuite/ld-elf/textaddr1.d: Likewise.
+       * testsuite/ld-elf/textaddr2.d: Likewise.
+       * testsuite/ld-elf/textaddr4.d: Likewise.
+       * testsuite/ld-elf/textaddr5.d: Likewise.
+       * testsuite/ld-elf/textaddr6.d: Likewise.
+       * testsuite/ld-elf/unknown2.d: Likewise.
+       * testsuite/ld-undefined/entry-3.d: Likewise.
+       * testsuite/ld-undefined/entry-4.d: Likewise.
+       * testsuite/ld-h8300/h8300.exp: Pass appropriate ld -m option.
+       * testsuite/ld-h8300/gcsection.d: Remove ld -m option and relax
+       file format match.
+       * testsuite/ld-h8300/relax-2.d: Likewise.
+       * testsuite/ld-h8300/relax-3.d: Likewise.
+       * testsuite/ld-h8300/relax-4.d: Likewise.
+       * testsuite/ld-h8300/relax-5.d: Likewise.
+       * testsuite/ld-h8300/relax-6.d: Likewise.
+       * testsuite/ld-h8300/relax-7.d: Likewise.
+       * testsuite/ld-h8300/relax.d: Relax file format match.
+
+2020-03-24  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR binutils/25708
+       * testsuite/ld-elf/pr25708.d: New file.
+
+2020-03-23  Alan Modra  <amodra@gmail.com>
+
+       * Makefile.am (ALL_EMULATION_SOURCES): Reinstate ei386aout.c.
+       Include ei386aout dep file.
+       * Makefile.in: Regenerate.
+       * po/BLD-POTFILES.in: Regenerate.
 
-2019-05-28  Szabolcs Nagy  <szabolcs.nagy@arm.com>
+2020-03-20  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * testsuite/ld-plugin/lto.exp (lto_link_tests): Run PR ld/25355
+       test only for GCC 10 or newer.
+
+2020-03-20  Alan Modra  <amodra@gmail.com>
+
+       * testplug.c (parse_symdefstr): Use %hhi to read sym->def, and
+       clear new fields.
+       * testplug2.c (parse_symdefstr): Likewise.
+       * testplug3.c (parse_symdefstr): Likewise.
+       * testplug4.c (parse_symdefstr): Likewise.
+
+2020-03-18  Christophe Lyon  <christophe.lyon@linaro.org>
+
+       * testsuite/ld-arm/non-contiguous-arm4.d: Fix expected output.
+       * testsuite/ld-powerpc/non-contiguous-powerpc.d: Likewise.
+
+2020-03-18  Christophe Lyon  <christophe.lyon@linaro.org>
+
+       * emultempl/xtensaelf.em: Emit a fatal error message
+       instead of calling abort.
+       * ldlang.c: Likewise.
+
+2020-03-14  Alan Modra  <amodra@gmail.com>
+
+       * testsuite/ld-elf/non-contiguous.d: Don't xfail generic ELF
+       targets.  Don't skip xtensa, xfail instead.
+
+2020-03-13  Christophe Lyon  <christophe.lyon@linaro.org>
+
+       * ldlang.c (lang_add_section): Add support for
+       non_contiguous_regions.
+       (size_input_section): Likewise.
+       (lang_size_sections_1): Likewise.
+       (process_insert_statements): Likewise.
+       * ldlex.h (option_values): Add OPTION_NON_CONTIGUOUS_REGIONS and
+       OPTION_NON_CONTIGUOUS_REGIONS_WARNINGS.
+       * lexsup.c (ld_options): Add entries for
+       --enable-non-contiguous-regions and
+       --enable-non-contiguous-regions-warnings.
+       (parse_args): Handle it.
+       * NEWS: Add --enable-non-contiguous-regions and
+       --enable-non-contiguous-regions-warnings.
+       * ld.texi: Add --enable-non-contiguous-regions and
+       --enable-non-contiguous-regions-warnings documentation.
+       * emultempl/armelf.em (elf32_arm_add_stub_section): Add
+       SEC_LINKER_CREATED flag.
+       * emultempl/xtensaelf.em (ld_build_required_section_dependence):
+       Emit an error when --enable-non-contiguous-regions is used.
+       * testsuite/ld-elf/non-contiguous.d: New.
+       * testsuite/ld-elf/non-contiguous.ld: New.
+       * testsuite/ld-elf/non-contiguous.s: New.
+       * testsuite/ld-arm/arm-elf.exp: Run the new tests.
+       * testsuite/ld-arm/arm-elf/non-contiguous-arm.s: New.
+       * testsuite/ld-arm/arm-elf/non-contiguous-arm.d: New.
+       * testsuite/ld-arm/arm-elf/non-contiguous-arm.ld: New.
+       * testsuite/ld-arm/arm-elf/non-contiguous-arm2.d: New.
+       * testsuite/ld-arm/arm-elf/non-contiguous-arm3.ld: New.
+       * testsuite/ld-arm/arm-elf/non-contiguous-arm3.d: New.
+       * testsuite/ld-arm/arm-elf/non-contiguous-arm3.ld: New.
+       * testsuite/ld-arm/arm-elf/non-contiguous-arm4.d: New.
+       * testsuite/ld-arm/arm-elf/non-contiguous-arm4.ld: New.
+       * testsuite/ld-arm/arm-elf/non-contiguous-arm5.d: New.
+       * testsuite/ld-arm/arm-elf/non-contiguous-arm5.ld: New.
+       * testsuite/ld-arm/arm-elf/non-contiguous-arm6.d: New.
+       * testsuite/ld-arm/arm-elf/non-contiguous-arm6.ld: New.
+       * testsuite/ld-powerpc/powerpc.exp: Run new tests.
+       * testsuite/ld-powerpc/non-contiguous-powerpc.d: New.
+       * testsuite/ld-powerpc/non-contiguous-powerpc.ld: New.
+       * testsuite/ld-powerpc/non-contiguous-powerpc.sd: New.
+       * testsuite/ld-powerpc/non-contiguous-powerpc64.d: New.
+
+2020-03-13  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR ld/24920
+       * emulparams/elf32_x86_64.sh: Use static.sh.
+       * emulparams/elf_i386.sh: Likewise.
+       * emulparams/elf_x86_64.sh: Likewise.
+       * emulparams/static.sh: New file.
+       * emultempl/elf-x86.em: Include "ldlex.h".
+       * testsuite/ld-elf/pr24920.err: New file.
+       * testsuite/ld-elf/linux-x86.exp: Run ld/24920 tests.
 
-       * testsuite/ld-aarch64/variant_pcs-now.d: Use --hash-style=sysv.
-       * testsuite/ld-aarch64/variant_pcs-shared.d: Likewise.
+2020-03-13  Christian Eggers  <ceggers@gmx.de>
 
-2019-05-27  Alan Modra  <amodra@gmail.com>
+       * ldexp.c (fold_name): Return SIZEOF_HEADERS in bytes.
 
-       PR 24596
-       * emultempl/genelf.em (gld${EMULATION_NAME}_after_open): Set
-       BFS_KEEP on group signature symbol.
+2020-03-11  Alan Modra  <amodra@gmail.com>
 
-2019-04-24  Szabolcs Nagy  <szabolcs.nagy@arm.com>
+       * ldelf.c (elf_orphan_compatible): Return false when two sections
+       have differing SHF_MASKPROC or SHF_MASKOS flags.
 
-       * testsuite/ld-aarch64/aarch64-elf.exp: Add new tests.
-       * testsuite/ld-aarch64/variant_pcs-1.s: New asm for tests.
-       * testsuite/ld-aarch64/variant_pcs-2.s: New asm for tests.
-       * testsuite/ld-aarch64/variant_pcs-now.d: New test.
-       * testsuite/ld-aarch64/variant_pcs-r.d: New test.
-       * testsuite/ld-aarch64/variant_pcs-shared.d: New test.
-       * testsuite/ld-aarch64/variant_pcs.ld: New linker script for tests.
+2020-03-05  Alan Modra  <amodra@gmail.com>
 
-2019-05-24  Alan Modra  <amodra@gmail.com>
+       PR 25570
+       * ldlang.c (lang_size_sections_1): Don't report changes on
+       second and subsequent iterations that make no change in
+       alignment from that already reported.
 
-       * po/BLD-POTFILES.in: Regenerate.
+2020-03-05  Alan Modra  <amodra@gmail.com>
 
-2019-05-24  Alan Modra  <amodra@gmail.com>
-
-       * testsuite/ld-powerpc/notoc2.d,
-       * testsuite/ld-powerpc/notoc2.s: New test.
-       * testsuite/ld-powerpc/powerpc.exp: Run it.
-
-2019-05-24  Alan Modra  <amodra@gmail.com>
-
-       * testsuite/ld-powerpc/pcrelopt.s,
-       * testsuite/ld-powerpc/pcrelopt.d,
-       * testsuite/ld-powerpc/pcrelopt.sec: New test.
-       * testsuite/ld-powerpc/powerpc.exp: Run it.
-
-2019-05-23  Jose E. Marchesi  <jose.marchesi@oracle.com>
-
-       * Makefile.am (ALL_64_EMULATION_SOURCES): Add eelf64bpf.c.
-       * Makefile.in (prefix): Regenerate.
-       * configure.tgt (targ_extra_ofiles): Add case for bpf-*-* targets.
-       * emulparams/elf64bpf.sh: New file.
-       * testsuite/lib/ld-lib.exp (check_gc_sections_available): Add
-       bpf-*-* to the list of targets not supporting gc-sections.
-       * testsuite/ld-bpf/bar.s: New file.
-       * testsuite/ld-bpf/jump-1.d: Likewise.
-       * testsuite/ld-bpf/foo.s: Likewise.
-       * testsuite/ld-bpf/call-1.d: Likewise.
-       * testsuite/ld-bpf/bpf.exp: Likewise.
-       * testsuite/ld-bpf/baz.s: Likewise.
-
-2019-05-23  Alan Modra  <amodra@gmail.com>
-
-       PR 24576
-       * ldfile.c (enum script_open_style): New.
-       (struct script_name_list): New.
-       (ldfile_open_command_file_1): Take a script_open_style param
-       rather than booleans.  Adjust callers.  Only fail when -T or
-       default -T script is invoked twice.
-       (ldfile_try_open_bfd): Revert last change.
-
-2019-05-22  Julius Werner  <jwerner@chromium.org>
-           Nick Clifton  <nickc@redhat.com>
+       PR 25570
+       * ldlang.c (lang_sizing_iteration): New static var.
+       (lang_size_sections_1): Warn about no memory region only on first
+       iteration.  Warn about changing start address on first iteration
+       then any delta from that on subsequent iterations.  Report a signed
+       delta.
+       (one_lang_size_sections_pass): Increment lang_sizing_iteration.
 
-       PR 24576
-       * ld/ldfile.c: (ldfile_open_command_file_1): Add new parameter -
-       is_script.  If true check that the file has not already been
-       parsed as a linker script.
-       (ldfile_open_script_file): New function.
-       (ldfile_try_open_bfd): Use the new function in place of
-       ldfile_open_command_line.
-       * ldmain.c (main): Likewise.
-       * lexsup.c (parse_args): Use the new function for opening linker
-       scripts with the -T option.
-       * ldfile.h (ldfile_open_script_file): Add prototype.
-
-2019-05-21  Faraz Shahbazker  <fshahbazker@wavecomp.com>
-
-       * testsuite/ld-mips-elf/pic-reloc-5.s: Add tests for
-       %tprel_hi and %tprel_lo relocations.
-       * testsuite/ld-mips-elf/pic-reloc-6.s: Likewise.
-       * testsuite/ld-mips-elf/pic-reloc-5.d: Update accordingly.
-       * testsuite/ld-mips-elf/pic-reloc-6.d: Likewise.
-       * testsuite/ld-mips-elf/pic-reloc-tls.ld: New test linker
-       script file.
-
-2019-05-21  Faraz Shahbazker  <fshahbazker@wavecomp.com>
-
-       * testsuite/ld-mips-elf/pic-reloc-5.d: New test.
-       * testsuite/ld-mips-elf/pic-reloc-6.d: New test.
-       * testsuite/ld-mips-elf/pic-reloc-7.d: New test.
-       * testsuite/ld-mips-elf/pic-reloc-5.s: New test source.
-       * testsuite/ld-mips-elf/pic-reloc-6.s: New test source.
-       * testsuite/ld-mips-elf/pic-reloc-7.s: New test source.
-       * testsuite/ld-mips-elf/mips-elf.exp: Run the new tests.
-
-2019-05-21  Matthew Fortune  <matthew.fortune@mips.com>
-           Faraz Shahbazker  <fshahbazker@wavecomp.com>
-
-       * emultempl/mipself.em (compact_branches): New static variable.
-       (mips_create_output_section_statements): Call
-       _bfd_mips_elf_compact_branches.
-       (PARSE_AND_LIST_PROLOGUE): Add OPTION_COMPACT_BRANCHES and
-       OPTION_NO_COMPACT_BRANCHES.
-       (PARSE_AND_LIST_LONGOPTS): Add compact-branches,
-       no-compact-branches.
-       (PARSE_AND_LIST_OPTIONS): Add --compact-branches,
-       --no-compact-branches.
-       (PARSE_AND_LIST_ARGS_CASES): Handle the above.
-       * ld.texinfo: Document --compact-branches, --no-compact-branches.
-       * testsuite/ld-mips-elf/pic-and-nonpic-1-r6.dd: New test.
-       * testsuite/ld-mips-elf/pic-and-nonpic-1-r6.nd: New test.
-       * testsuite/ld-mips-elf/pic-and-nonpic-3a-r6.dd: New test.
-       * testsuite/ld-mips-elf/pic-and-nonpic-3a-r6.gd: New test.
-       * testsuite/ld-mips-elf/pic-and-nonpic-1a-r6.s: New test source.
-       * testsuite/ld-mips-elf/pic-and-nonpic-3a-r6.s: New test source.
-       * testsuite/ld-mips-elf/mips-elf.exp: Run the new tests.
-
-2019-05-21  Andre Vieira  <andre.simoesdiasvieira@arm.com>
-
-       * testsuite/ld-arm/arm-elf.exp: Add tests
-       * testsuite/ld-arm/bfs-0.s: New test.
-       * testsuite/ld-arm/bfs-1.s: New test.
-       * testsuite/ld-arm/branch-futures.d: New test.
-
-2019-05-21  Tamar Christina  <tamar.christina@arm.com>
-
-       PR ld/24373
-       * emultempl/aarch64elf.em (PARSE_AND_LIST_LONGOPTS): Add optional args
-       to flags.
-       * NEWS: Add changes to flag.
-       (PARSE_AND_LIST_OPTIONS): Update help descriptions.
-       (PARSE_AND_LIST_ARGS_CASES): Add new options to parser.
-       * testsuite/ld-aarch64/aarch64-elf.exp: Add new run_dump_tests.
-       * testsuite/ld-aarch64/erratum843419-adr.d: New test.
-       * testsuite/ld-aarch64/erratum843419-adrp.d: New test.
-       * testsuite/ld-aarch64/erratum843419-far-adr.d: New test.
-       * testsuite/ld-aarch64/erratum843419-far-full.d: New test.
-       * testsuite/ld-aarch64/erratum843419-far.s: New test.
-       * testsuite/ld-aarch64/erratum843419-full.d: New test.
-       * testsuite/ld-aarch64/erratum843419-near.s: New test.
-       * testsuite/ld-aarch64/erratum843419-no-args.d: New test.
-
-2019-05-21  Senthil Kumar Selvaraj  <senthilkumar.selvaraj@microchip.com>
-
-       PR ld/24571
-       * ld/testsuite/ld-avr/relax-insn-at-range-boundary.d: New test.
-       * ld/testsuite/ld-avr/relax-insn-at-range-boundary.s: New test.
-
-2019-05-21  Senthil Kumar Selvaraj  <senthilkumar.selvaraj@microchip.com>
-
-       PR ld/24564
-       * testsuite/ld-avr/wraparound-range-boundary.d: New test.
-       * testsuite/ld-avr/wraparound-range-boundary.s: New test.
-
-2019-05-20  Faraz Shahbazker  <fshahbazker@wavecomp.com>
-
-       PR 14798
-       * testsuite/ld-mips-elf/reloc-6a.s: Specify .text section for
-       global code symbols.
-       * testsuite/ld-mips-elf/reloc-6b.s: Likewise.
-
-2019-05-17  Alan Modra  <amodra@gmail.com>
-
-       PR 24567
-       * plugin.c (plugin_notice): Do not let a common symbol override
-       a non-common definition in IR.
-
-2019-05-09  Dimitar Dimitrov  <dimitar@dinux.eu>
-
-       * scripttempl/pru.sc (__init_array_begin, __init_array_begin):
-       Rename.
-
-2019-05-08  Pekka Seppänen  <pexu@sourceware.mail.kapsi.fi>
-
-       PR 24536
-       * ldbuildid.c (generate_build_id): Cast return value from
-       GetProcAddress in order to avoid a compile time warning.
-
-2019-05-06  Alan Modra  <amodra@gmail.com>
-
-       * testsuite/ld-undefined/weak-undef.exp: Don't xfail pj.
-
-2019-05-04  Alan Modra  <amodra@gmail.com>
+2020-03-03  Nick Clifton  <nickc@redhat.com>
 
-       * testsuite/ld-scripts/fill.d: Don't xfail m32c
-       * testsuite/ld-scripts/fill16.d: Likewise.
+       PR 25588
+       * ld.texi (Options): Update the description of the --rpath-link
+       option.
 
-2019-05-04  Alan Modra  <amodra@gmail.com>
+2020-03-02  Alan Modra  <amodra@gmail.com>
 
-       PR 24511
-       * testsuite/ld-elf/pr14156a.d: Allow for .init/.fini being a
-       data section on hppa64.
-       * testsuite/ld-elf/pr14156b.d: Likewise.
-       * testsuite/ld-scripts/pr18963.t: Map standard sections to set
-       output section flags.
-       * testsuite/ld-scripts/sane1.t: Likewise.
-       * testsuite/ld-elf/init-fini-arrays.s: Reference __init_array_start
-       and __fini_array_start.  Define __start et al.
-       * testsuite/ld-elf/pr24511.d: New test.
-
-2019-04-30  Alan Modra  <amodra@gmail.com>
-
-       * testsuite/ld-powerpc/elfv2exe.d: Update.
-       * testsuite/ld-powerpc/elfv2so.d: Update.
-       * testsuite/ld-powerpc/tocopt.d: Update.
-       * testsuite/ld-powerpc/tocopt.s: Update.
-       * testsuite/ld-powerpc/tocopt5.d: Update.
-       * testsuite/ld-powerpc/tocopt5.s: Update.
-       * testsuite/ld-powerpc/tocopt7.d: Update.
-       * testsuite/ld-powerpc/tocopt7.s: Update.
-       * testsuite/ld-powerpc/tocopt8.d: Update.
-       * testsuite/ld-powerpc/tocopt8.s: Update.
-
-2019-04-30  Alan Modra  <amodra@gmail.com>
-
-       * ld.texi (How GNU properties are merged): Avoid pod2man error.
-       Correct example.
-
-2019-04-26  H.J. Lu  <hongjiu.lu@intel.com>
-
-       PR ld/24486
-       * testsuite/ld-plugin/lto.exp: Run PR ld/24486 tests.
-       * testsuite/ld-plugin/pr24486a.c: New file.
-       * testsuite/ld-plugin/pr24486b.c: Likewise.
-       * testsuite/ld-plugin/pr24486c.c: Likewise.
-
-2019-04-26  Nick Clifton  <nickc@redhat.com>
-
-       * po/ru.po: Updated Russian translation.
-
-2019-04-26  Christopher Yeleighton  <giecrilj@stegny.2a.pl>
-
-       * ld.texi: Properly hyphenate the word "specific".
-
-2019-04-25  H.J. Lu  <hongjiu.lu@intel.com>
-
-       PR ld/24406
-       * ld.texi: Remove LTO warning from --wrap.
-       * plugin.c (get_symbols): Update resolution for wrapper and
-       wrapped symbols.
-       * testsuite/ld-plugin/lto.exp: Run ld/24406 tests.
-       * testsuite/ld-plugin/pr24406-1.c: New file.
-       * testsuite/ld-plugin/pr24406-2a.c: Likewise.
-       * testsuite/ld-plugin/pr24406-2b.c: Likewise.
-
-2019-04-25  Sudakshina Das  <sudi.das@arm.com>
-
-       * testsuite/ld-aarch64/bti-pac-plt-1.d: Update.
-       * testsuite/ld-aarch64/bti-pac-plt-2.d: Update.
-       * testsuite/ld-aarch64/bti-plt-1.d: Update.
-       * testsuite/ld-aarch64/bti-plt-3.d: Update.
-       * testsuite/ld-aarch64/bti-plt-5.d: Update.
-       * testsuite/ld-aarch64/pac-plt-1.d: Update.
-       * testsuite/ld-aarch64/pac-plt-2.d: Update.
-
-2019-04-24  Sandra Loosemore  <sandra@codesourcery.com>
-
-       * testsuite/config/default.exp: Use [check_compiler_available]
-       instead of [which $CC].
-       * testsuite/ld-auto-import/auto-import.exp: Likewise.
-       * testsuite/ld-cygwin/exe-export.exp: Likewise.
-       * testsuite/ld-elf/audit.exp: Likewise.
-       * testsuite/ld-elf/compress.exp: Likewise.
-       * testsuite/ld-elf/dwarf.exp: Likewise.
-       * testsuite/ld-elf/elf.exp: Likewise.
-       * testsuite/ld-elf/indirect.exp: Likewise.
-       * testsuite/ld-elf/linux-x86.exp: Likewise.
-       * testsuite/ld-elf/shared.exp: Likewise.
-       * testsuite/ld-elf/tls.exp: Likewise.
-       * testsuite/ld-elf/wrap.exp: Likewise.
-       * testsuite/ld-elfcomm/elfcomm.exp: Likewise.
-       * testsuite/ld-elfvers/vers.exp: Likewise.
-       * testsuite/ld-elfvsb/elfvsb.exp: Likewise.
-       * testsuite/ld-elfweak/elfweak.exp: Likewise.
-       * testsuite/ld-gc/gc.exp: Likewise.
-       * testsuite/ld-i386/i386.exp: Likewise.
-       * testsuite/ld-i386/no-plt.exp: Likewise.
-       * testsuite/ld-i386/tls.exp: Likewise.
-       * testsuite/ld-ifunc/ifunc.exp: Likewise.
-       * testsuite/ld-mn10300/mn10300.exp: Likewise.
-       * testsuite/ld-pe/pe-compile.exp: Likewise.
-       * testsuite/ld-pe/pe-run.exp: Likewise.
-       * testsuite/ld-pe/pe-run2.exp: Likewise.
-       * testsuite/ld-pie/pie.exp: Likewise.
-       * testsuite/ld-plugin/lto.exp: Likewise.
-       * testsuite/ld-plugin/plugin.exp: Likewise.
-       * testsuite/ld-scripts/crossref.exp: Likewise.
-       * testsuite/ld-sh/sh.exp: Likewise.
-       * testsuite/ld-shared/shared.exp: Likewise.
-       * testsuite/ld-size/size.exp: Likewise.
-       * testsuite/ld-srec/srec.exp: Likewise.
-       * testsuite/ld-undefined/undefined.exp: Likewise.
-       * testsuite/ld-unique/unique.exp: Likewise.
-       * testsuite/ld-x86-64/mpx.exp: Likewise.
-       * testsuite/ld-x86-64/no-plt.exp: Likewise.
-       * testsuite/ld-x86-64/tls.exp: Likewise.
-       * testsuite/ld-x86-64/x86-64.exp: Likewise.
-       * testsuite/lib/ld-lib.exp (run_ld_link_exec_tests): Call
-       check_compiler_available before trying to use the compiler.
-       (run_cc_link_tests): Likewise.
-       (check_compiler_available): New.  Use it instead of [which $CC].
-
-2019-04-23  Alan Modra  <amodra@gmail.com>
+       * plugin.c (plugin_object_p): Return a bfd_cleanup.
+       (plugin_cleanup): New function.
 
-       * Makefile.am (GENDEPDIR): New var, used..
-       (GENSCRIPTS): ..here.
-       * Makefile.in: Regenerate.
-       * genscripts.sh: Test for $DEPDIR set before every use.
+2020-03-01  H.J. Lu  <hongjiu.lu@intel.com>
 
-2019-04-22  Matthew Fortune  <matthew.fortune@mips.com>
+       PR ld/25618
+       * plugin.c (plugin_object_p): Copy the no_export field to the IR
+       dummy object.
+       * testsuite/ld-plugin/lto.exp (lto_link_elf_tests): Add
+       PR ld/25618 tests.
+       * testsuite/ld-plugin/pr25618.d: New file.
+       * testsuite/ld-plugin/pr25618a.cc: Likewise.
+       * testsuite/ld-plugin/pr25618a.h: Likewise.
+       * testsuite/ld-plugin/pr25618b.cc: Likewise.
+       * testsuite/ld-plugin/pr25618b.h: Likewise.
 
-       * testsuite/ld-mips-elf/mips-elf-flags.exp: Fix expected ASEs
-       for M5100.
+2020-02-27  Alan Modra  <amodra@gmail.com>
 
-2019-04-19  Alan Modra  <amodra@gmail.com>
+       PR 24511
+       * testsuite/ld-mmix/b-fixo2.d: Adjust for .data change.
+       * testsuite/ld-mmix/sec-2.d: Likewise.
+       * testsuite/ld-mmix/sec-3.d: Likewise.
+       * testsuite/ld-mmix/sec-4.d: Likewise.
+       * testsuite/ld-mmix/spec802.d: Likewise.
+       * testsuite/ld-mmix/spec803.d: Likewise.
+       * testsuite/ld-mmix/spec804.d: Likewise.
+       * testsuite/ld-mmix/spec805.d: Likewise.
+       * testsuite/ld-mmix/spec806.d: Likewise.
+       * testsuite/ld-mmix/spec807.d: Likewise.
+       * testsuite/ld-mmix/spec808.d: Likewise.
+
+2020-02-26  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR ld/25593
+       * testsuite/ld-plugin/lto.exp: Run PR ld/25593 tests.
+       * testsuite/ld-plugin/pr25593.d: New file.
+       * testsuite/ld-plugin/pr25593a-1.c: Likewise.
+       * testsuite/ld-plugin/pr25593a-2.c: Likewise.
+       * testsuite/ld-plugin/pr25593b.c: Likewise.
+       * testsuite/ld-plugin/pr25593c.c: Likewise.
+       * testsuite/ld-plugin/pr25593d.c: Likewise.
+       * testsuite/ld-plugin/pr25593e.c: Likewise.
+
+2020-02-26  Alan Modra  <amodra@gmail.com>
+
+       * emultempl/cskyelf.em: Indent labels correctly.
+       * ldfile.c: Likewise.
+       * ldlang.c: Likewise.
+       * plugin.c: Likewise.
 
-       * testsuite/ld-gc/skip-map-discarded.s: Add section attributes.
-       * testsuite/lib/ld-lib.exp (check_gc_sections_available): Add
-       s12z to list of targets not supporting --gc-sections.
+2020-02-26  Alan Modra  <amodra@gmail.com>
 
-2019-04-17  H.J. Lu  <hongjiu.lu@intel.com>
+       PR 25593
+       * ldelf.c (ldelf_try_needed): Add DT_NEEDED lib to input_bfds.
+       (ldelf_after_open): Save state of input_bfds list before loading
+       DT_NEEDED libs.  Traverse input_bfds list adding DT_NEEDED tags.
+       Restore input_bfds list.
+       * testsuite/ld-cris/gotplt1.d: Adjust for changed .dynstr order.
 
-       * testsuite/ld-i386/i386.exp: Run pr18801a and pr18801b instead
-       of pr18801.
-       * testsuite/ld-x86-64/x86-64.exp: Likewise.
-       * testsuite/ld-i386/pr18801.d: Removed.
-       * testsuite/ld-x86-64/pr18801.d: Likewise.
-       * testsuite/ld-i386/pr18801a.d: New file.
-       * testsuite/ld-i386/pr18801b.d: Likewise.
-       * testsuite/ld-x86-64/pr18801a.d: Likewise.
-       * testsuite/ld-x86-64/pr18801b.d: Likewise.
-       * testsuite/ld-x86-64/pie2.d: Suggest -fPIE instead of -fPIC.
-       * testsuite/ld-x86-64/pie2.d: Likewise.
-       * testsuite/ld-x86-64/pr19719.d: Likewise.
-       * testsuite/ld-x86-64/pr19807-2a.d: Likewise.
-       * testsuite/ld-x86-64/pr19969.d: Likewise.
-       * testsuite/ld-x86-64/pr21997-1a.err: Likewise.
-       * testsuite/ld-x86-64/pr21997-1b.err: Likewise.
-       * testsuite/ld-x86-64/pr22001-1a.err: Likewise.
-       * testsuite/ld-x86-64/pr22001-1b.err: Likewise.
-       * testsuite/ld-x86-64/pr22791-1.err: Likewise.
-
-2019-04-17  H.J. Lu  <hongjiu.lu@intel.com>
-
-       PR ld/24458
-       * testsuite/ld-x86-64/x86-64.exp: Run PR ld/24458 tests.
-       * testsuite/ld-x86-64/pr24458.s: New file.
-       * testsuite/ld-x86-64/pr24458a-x32.d: Likewise.
-       * testsuite/ld-x86-64/pr24458a.d: Likewise.
-       * testsuite/ld-x86-64/pr24458b-x32.d: Likewise.
-       * testsuite/ld-x86-64/pr24458b.d: Likewise.
-       * testsuite/ld-x86-64/pr24458c-x32.d: Likewise.
-       * testsuite/ld-x86-64/pr24458c.d: Likewise.
-
-2019-04-17  Jozef Lawrynowicz  <jozef.l@mittosystems.com>
-
-       * config/tc-msp430.c (msp430_make_init_symbols): Define __crt0_init_bss
-       symbol when .lower.bss or .either.bss sections exist.
-       Define __crt0_movedata when .lower.data or .either.data sections exist.
-       * testsuite/gas/msp430/either-data-bss-sym.d: New test.
-       * testsuite/gas/msp430/low-data-bss-sym.d: New test.
-       * testsuite/gas/msp430/either-data-bss-sym.s: New test source.
-       * testsuite/gas/msp430/low-data-bss-sym.s: New test source.
-       * testsuite/gas/msp430/msp430.exp: Run new tests.
-       Enable large code model when running -mdata-region={upper,either}
-       tests.
-
-2019-04-16  Alan Modra  <amodra@gmail.com>
-
-       * testsuite/ld-scripts/pr20302.d: Don't run for ns32k-*-*.
-       * testsuite/ld-scripts/section-match-1.d: Likewise.
-       * testsuite/ld-undefined/require-defined.exp: Likewise.
-
-2019-04-15  Faraz Shahbazker  <fshahbazker@wavecomp.com>
-
-       * testsuite/ld-gc/gc.exp: Skip print-map-discarded test for non-ELF
-       targets.
-
-2019-04-15  Sudakshina Das  <sudi.das@arm.com>
-
-       * testsuite/ld-arm/bfcsel.s: New.
-       * testsuite/ld-arm/bfcsel.d: New.
-       * testsuite/ld-arm/arm-elf.exp: Add above test.
-
-2019-04-15  Sudakshina Das  <sudi.das@arm.com>
-
-       * testsuite/ld-arm/bfl.s: New.
-       * testsuite/ld-arm/bfl.d: New.
-       * testsuite/ld-arm/arm-elf.exp: Add above test.
-
-2019-04-15  Sudakshina Das  <sudi.das@arm.com>
-
-       * testsuite/ld-arm/bf.s: New.
-       * testsuite/ld-arm/bf.d: New.
-       * testsuite/ld-arm/arm-elf.exp: Add above test.
-
-2019-04-15  Thomas Preud'homme  <thomas.preudhomme@arm.com>
-
-       * testsuite/ld-arm/attr-merge-13.attr: New test.
-       * testsuite/ld-arm/attr-merge-13a.s: New test.
-       * testsuite/ld-arm/attr-merge-13b.s: New test.
-
-2019-04-13  Alan Modra  <amodra@gmail.com>
-
-       * Makefile.am (GENSCRIPTS): Pass LIB_PATH as a parameter.  Add
-       DEPDIR parameter.
-       (ELF_DEPS, ELF_GEN_DEPS, ELF_X86_DEPS): Delete.
-       (ALL_EMULATION_SOURCES, ALL_64_EMULATION_SOURCES): Depend on
-       $GEN_DEPENDS.
-       (e*.c): Delete all dependencies, instead include dependencies
-       from $DEPDIR/*.Pc.
-       * Makefile.in: Regenerate.
-       * configure.ac (source_sh): Define and use function.
-       * configure: Regenerate.
-       * emulparams/aarch64cloudabib.sh, * emulparams/aarch64elf32b.sh,
-       * emulparams/aarch64elfb.sh, * emulparams/aarch64fbsdb.sh,
-       * emulparams/aarch64linux32b.sh, * emulparams/aarch64linuxb.sh,
-       * emulparams/arcelf.sh, * emulparams/arcelf_prof.sh,
-       * emulparams/arclinux.sh, * emulparams/arclinux_nps.sh,
-       * emulparams/arclinux_prof.sh, * emulparams/arcv2elf.sh,
-       * emulparams/arcv2elfx.sh, * emulparams/armelf_fbsd.sh,
-       * emulparams/armelf_linux_eabi.sh,
-       * emulparams/armelf_linux_fdpiceabi.sh,
-       * emulparams/armelf_nacl.sh, * emulparams/armelf_nbsd.sh,
-       * emulparams/armelf_vxworks.sh, * emulparams/armelfb.sh,
-       * emulparams/armelfb_fbsd.sh, * emulparams/armelfb_fuchsia.sh,
-       * emulparams/armelfb_linux.sh, * emulparams/armelfb_linux_eabi.sh,
-       * emulparams/armelfb_linux_fdpiceabi.sh,
-       * emulparams/armelfb_nacl.sh, * emulparams/armelfb_nbsd.sh,
-       * emulparams/armsymbian.sh, * emulparams/cskyelf_linux.sh,
-       * emulparams/elf32_sparc_sol2.sh,
-       * emulparams/elf32_sparc_vxworks.sh, * emulparams/elf32_tic6x_be.sh,
-       * emulparams/elf32_tic6x_elf_be.sh,
-       * emulparams/elf32_tic6x_elf_le.sh,
-       * emulparams/elf32_tic6x_linux_be.sh,
-       * emulparams/elf32_tic6x_linux_le.sh,
-       * emulparams/elf32_x86_64.sh, * emulparams/elf32_x86_64_nacl.sh,
-       * emulparams/elf32b4300.sh, * emulparams/elf32bfinfd.sh,
-       * emulparams/elf32bmipn32.sh, * emulparams/elf32bsmip.sh,
-       * emulparams/elf32btsmip.sh, * emulparams/elf32btsmip_fbsd.sh,
-       * emulparams/elf32btsmipn32.sh, * emulparams/elf32btsmipn32_fbsd.sh,
-       * emulparams/elf32ebmip.sh, * emulparams/elf32ebmipvxworks.sh,
-       * emulparams/elf32elmip.sh, * emulparams/elf32elmipvxworks.sh,
-       * emulparams/elf32frvfd.sh, * emulparams/elf32l4300.sh,
-       * emulparams/elf32lm32fd.sh, * emulparams/elf32lmip.sh,
-       * emulparams/elf32lppc.sh, * emulparams/elf32lppclinux.sh,
-       * emulparams/elf32lppcnto.sh, * emulparams/elf32lppcsim.sh,
-       * emulparams/elf32lr5900.sh, * emulparams/elf32lr5900n32.sh,
-       * emulparams/elf32lriscv.sh, * emulparams/elf32lriscv_ilp32.sh,
-       * emulparams/elf32lriscv_ilp32f.sh, * emulparams/elf32lsmip.sh,
-       * emulparams/elf32ltsmip.sh, * emulparams/elf32ltsmip_fbsd.sh,
-       * emulparams/elf32ltsmipn32.sh, * emulparams/elf32ltsmipn32_fbsd.sh,
-       * emulparams/elf32microblazeel.sh, * emulparams/elf32or1k_linux.sh,
-       * emulparams/elf32ppc.sh, * emulparams/elf32ppc_fbsd.sh,
-       * emulparams/elf32ppccommon.sh, * emulparams/elf32ppclinux.sh,
-       * emulparams/elf32ppcnto.sh, * emulparams/elf32ppcsim.sh,
-       * emulparams/elf32ppcvxworks.sh, * emulparams/elf32ppcwindiss.sh,
-       * emulparams/elf32tilegx_be.sh, * emulparams/elf64_ia64_fbsd.sh,
-       * emulparams/elf64_sparc_fbsd.sh, * emulparams/elf64_sparc_sol2.sh,
-       * emulparams/elf64alpha_fbsd.sh, * emulparams/elf64alpha_nbsd.sh,
-       * emulparams/elf64bmip-defs.sh, * emulparams/elf64bmip.sh,
-       * emulparams/elf64btsmip.sh, * emulparams/elf64btsmip_fbsd.sh,
-       * emulparams/elf64lppc.sh, * emulparams/elf64lriscv-defs.sh,
-       * emulparams/elf64lriscv.sh, * emulparams/elf64lriscv_lp64.sh,
-       * emulparams/elf64lriscv_lp64f.sh, * emulparams/elf64ltsmip.sh,
-       * emulparams/elf64ltsmip_fbsd.sh, * emulparams/elf64ppc.sh,
-       * emulparams/elf64ppc_fbsd.sh, * emulparams/elf64rdos.sh,
-       * emulparams/elf64tilegx_be.sh, * emulparams/elf_i386.sh,
-       * emulparams/elf_i386_be.sh, * emulparams/elf_i386_fbsd.sh,
-       * emulparams/elf_i386_ldso.sh, * emulparams/elf_i386_nacl.sh,
-       * emulparams/elf_i386_sol2.sh, * emulparams/elf_i386_vxworks.sh,
-       * emulparams/elf_iamcu.sh, * emulparams/elf_k1om.sh,
-       * emulparams/elf_k1om_fbsd.sh, * emulparams/elf_l1om.sh,
-       * emulparams/elf_l1om_fbsd.sh, * emulparams/elf_x86_64.sh,
-       * emulparams/elf_x86_64_cloudabi.sh,
-       * emulparams/elf_x86_64_fbsd.sh, * emulparams/elf_x86_64_nacl.sh,
-       * emulparams/elf_x86_64_sol2.sh, * emulparams/h8300helf.sh,
-       * emulparams/h8300helf_linux.sh, * emulparams/h8300hnelf.sh,
-       * emulparams/h8300self.sh, * emulparams/h8300self_linux.sh,
-       * emulparams/h8300snelf.sh, * emulparams/h8300sxelf.sh,
-       * emulparams/h8300sxelf_linux.sh, * emulparams/h8300sxnelf.sh,
-       * emulparams/hppanbsd.sh, * emulparams/hppaobsd.sh,
-       * emulparams/m32rlelf.sh, * emulparams/m32rlelf_linux.sh,
-       * emulparams/m68kelfnbsd.sh, * emulparams/mn10300.sh,
-       * emulparams/msp430X.sh, * emulparams/nds32belf.sh,
-       * emulparams/nds32belf16m.sh, * emulparams/nds32belf_linux.sh,
-       * emulparams/pjlelf.sh, * emulparams/ppclynx.sh,
-       * emulparams/score7_elf.sh, * emulparams/shelf_fd.sh,
-       * emulparams/shelf_linux.sh, * emulparams/shelf_nbsd.sh,
-       * emulparams/shelf_uclinux.sh, * emulparams/shelf_vxworks.sh,
-       * emulparams/shl.sh, * emulparams/shlelf.sh,
-       * emulparams/shlelf_fd.sh, * emulparams/shlelf_nbsd.sh,
-       * emulparams/shlelf_vxworks.sh: Use source_sh.
-       * genscripts.sh: Adjust for changed parameters.  Emit dependencies
-       for e*.c to .deps/*.Pc.
-       (source_sh): New function, use it throughout to source scripts.
-       * genscrba.sh (source_em): Use source_sh.
-
-2019-04-13  Alan Modra  <amodra@gmail.com>
-
-       * configure.ac (TDIRS): Build up tdirs in this variable and
-       AC_SUBST, also using AM_SUBST_NOTMAKE.
-       * configure: Regenerate.
-       * Makefile.am (DISTCLEANFILES): Remove tdirs.
-       * Makefile.in: Regenerate.
+2020-02-24  Nick Clifton  <nickc@redhat.com>
 
-2019-04-12  Nick Clifton  <nickc@redhat.com>
-
-       PR 24450
-       * ld.texi (Output Section Attributes): Add ALIGN_WITH_INPUT to
-       example of section attributes.
-
-2019-04-11  Faraz Shahbazker  <fshahbazker@wavecomp.com>
-
-       * NEWS: Mention new option --no-print-map-discarded.
-       * ld.h (ld_config_type) <print_map_discarded>: New field.
-       * ldlang.c (lang_map): Conditionally output discarded sections
-       in map files based on configuration option.
-       * ldlex.h (option_values) <OPTION_PRINT_MAP_DISCARDED,
-       OPTION_NO_PRINT_MAP_DISCARDED>: New.
-       * ldmain.c (main): Enabled print_map_discarded by default.
-       * lexsup.c (ld_options): Add new command-line options.
-       (parse_args) <OPTION_NO_PRINT_MAP_DISCARDED,
-       OPTION_PRINT_MAP_DISCARDED>: New cases.
-       * ld.texi: Document new options.
-       * testsuite/ld-gc/gc.exp: Add new test.
-       * testsuite/ld-gc/skip-map-discarded.s: New file.
-       * testsuite/ld-gc/skip-map-discarded.d: New file.
-       * testsuite/ld-gc/skip-map-discarded.map: New file.
-
-2019-04-11  H.J. Lu  <hongjiu.lu@intel.com>
-
-       * ld.texi: Document -z cet-report=[none|warning|error].
-       * emulparams/cet.sh: Add -z cet-report=[none|warning|error].
-       * testsuite/ld-i386/i386.exp: Run -z cet-report=[warning|error]
-       tests.
-       * testsuite/ld-x86-64/x86-64.exp: Likewise.
-       * testsuite/ld-i386/property-x86-cet1.d: New file.
-       * testsuite/ld-i386/property-x86-cet2a.d: Likewise.
-       * testsuite/ld-i386/property-x86-cet2b.d: Likewise.
-       * testsuite/ld-i386/property-x86-cet3a.d: Likewise.
-       * testsuite/ld-i386/property-x86-cet3b.d: Likewise.
-       * testsuite/ld-i386/property-x86-cet4a.d: Likewise.
-       * testsuite/ld-i386/property-x86-cet4b.d: Likewise.
-       * testsuite/ld-i386/property-x86-cet5a.d: Likewise.
-       * testsuite/ld-i386/property-x86-cet5b.d: Likewise.
-       * testsuite/ld-i386/property-x86-cet6.d: Likewise.
-       * testsuite/ld-x86-64/property-x86-cet.s: Likewise.
-       * testsuite/ld-x86-64/property-x86-cet1-x32.d: Likewise.
-       * testsuite/ld-x86-64/property-x86-cet1.d: Likewise.
-       * testsuite/ld-x86-64/property-x86-cet2a-x32.d: Likewise.
-       * testsuite/ld-x86-64/property-x86-cet2a.d: Likewise.
-       * testsuite/ld-x86-64/property-x86-cet2b-x32.d: Likewise.
-       * testsuite/ld-x86-64/property-x86-cet2b.d: Likewise.
-       * testsuite/ld-x86-64/property-x86-cet3a-x32.d: Likewise.
-       * testsuite/ld-x86-64/property-x86-cet3a.d: Likewise.
-       * testsuite/ld-x86-64/property-x86-cet3b-x32.d: Likewise.
-       * testsuite/ld-x86-64/property-x86-cet3b.d: Likewise.
-       * testsuite/ld-x86-64/property-x86-cet4a-x32.d: Likewise.
-       * testsuite/ld-x86-64/property-x86-cet4a.d: Likewise.
-       * testsuite/ld-x86-64/property-x86-cet4b-x32.d: Likewise.
-       * testsuite/ld-x86-64/property-x86-cet4b.d: Likewise.
-       * testsuite/ld-x86-64/property-x86-cet5a-x32.d: Likewise.
-       * testsuite/ld-x86-64/property-x86-cet5a.d: Likewise.
-       * testsuite/ld-x86-64/property-x86-cet5b-x32.d: Likewise.
-       * testsuite/ld-x86-64/property-x86-cet5b.d: Likewise.
-       * testsuite/ld-x86-64/property-x86-cet6-x32.d: Likewise.
-       * testsuite/ld-x86-64/property-x86-cet6.d: Likewise.
-
-2019-04-11  H.J. Lu  <hongjiu.lu@intel.com>
-
-       * testsuite/config/default.exp (STATIC_PIE_LDFLAGS): New.  Set
-       to "-static-pie" if target compiler supports it.
-       * testsuite/ld-elf/elf.exp: Run -static-pie tests if
-       $STATIC_PIE_LDFLAGS isn't empty.
-       * testsuite/ld-ifunc/ifunc.exp: Likewise.
+       * po/fr.po: Update French translation.
 
-2019-04-11  Tamar Christina  <tamar.christina@arm.com>
+2020-02-22  Alan Modra  <amodra@gmail.com>
 
-       PR ld/24302
-       * testsuite/ld-aarch64/aarch64-elf.exp: Add new test.
-       * testsuite/ld-aarch64/tls-relax-gdesc-le-now.d: New test.
+       PR 25585
+       * NEWS: Mention better "PHDR segment not covered by LOAD segment"
+       checking.
 
-2019-04-10  H.J. Lu  <hongjiu.lu@intel.com>
+2020-02-19  Sergey Belyashov  <sergey.belyashov@gmail.com>
 
-       * scripttempl/elf.sc (CREATE_PIC): New.  Set for CREATE_SHLIB or
-       CREATE_PIE.
-       (__rel_iplt_start): Don't define for CREATE_PIC.
-       (__rel_iplt_end): Likewise.
-       (__rela_iplt_start): Likewise.
-       (__rela_iplt_end): Likewise.
+       PR 25537
+       * emultempl/z80.em: Remove machine compatability checking.
 
-2019-04-10  Alan Modra  <amodra@gmail.com>
+2020-02-19  Sergey Belyashov  <sergey.belyashov@gmail.com>
 
-       * testsuite/ld-elf/shared.exp: Don't xfail PR ld/20995 for
-       powerpc-nto.
+       PR 25517
+       * testsuite/ld-z80/arch_ez80_adl.d: Update command line.
+       * testsuite/ld-z80/arch_ez80_z80.d: Likewise.
+       * testsuite/ld-z80/arch_r800.d: Likewise.
+       * testsuite/ld-z80/arch_z180.d: Likewise.
+       * testsuite/ld-z80/arch_z80n.d: Likewise.
+       * testsuite/ld-z80/comb_arch_ez80_z80.d: Likewise.
+       * testsuite/ld-z80/comb_arch_z180_z80.d: Likewise.
+       * testsuite/ld-z80/comb_arch_z80_ez80.d: Likewise.
+       * testsuite/ld-z80/comb_arch_z80_z180.d: Likewise.
+       * testsuite/ld-z80/comb_arch_z80_z80n.d: Likewise.
+       * testsuite/ld-z80/relocs_b_ez80.d: Likewise.
+       * testsuite/ld-z80/relocs_b_z80.d: Likewise.
+       * testsuite/ld-z80/relocs_f_ez80.d: Likewise.
+       * testsuite/ld-z80/relocs_f_z80.d: Likewise.
+       * testsuite/ld-z80/relocs_f_z80n.d: Likewise.
 
-2019-04-10  Alan Modra  <amodra@gmail.com>
+2020-02-19  Alan Modra  <amodra@gmail.com>
 
-       * emultempl/cskyelf.em (csk_elf_before_parse): New function,
-       setting use_branch_stub false for linux.
-       (csky_elf_create_output_section_statements): Do emit this
-       function and all others in the file for linux, plus the branch
-       option control.  Disable branch stubs when non-ELF.
+       * testsuite/ld-plugin/pr25355.d: Allow alpha-linux nm result.
 
-2019-04-10  Alan Modra  <amodra@gmail.com>
+2020-02-10  H.J. Lu  <hongjiu.lu@intel.com>
 
-       * Makefile.am (eskyelf.c, eskyelf_linux.c): Depend on cskyelf.em.
-       (ecskyelf_linux.c): Depend on cskyelf.sh.
-       (eelf32microblazeel.c): Depend on elf32microblaze.sh.
-       * Makefile.in: Regenerate.
-       * emulparams/cskyelf.sh: Comment regarding cskelf_linux.sh.
-       (PAGE_SIZE): Don't define.
-       * emulparams/cskyelf_linux.sh: Source sckyelf.sh, leaving just
-       the differing variable defs/undefs.
-       * emulparams/elf32mcore.sh (PAGE_SIZE): Don't define.
-       * emulparams/elf32microblaze.sh: Comment re. elf32microblazeel.sh.
-       (OUTPUT_FORMAT): Use BIG_OUTPUT_FORMAT.
-       (PAGE_SIZE): Don't define.
-       * emulparams/elf32microblazeel.sh: Source elf32microblaze.sh,
-       leaving just the differing OUTPUT_FORMAT.
-
-2019-04-10  Alan Modra  <amodra@gmail.com>
+       PR binutils/25355
+       * testsuite/ld-plugin/lto.exp: Run PR binutils/25355 test.
+       * testsuite/ld-plugin/pr25355.c: New file.
+       * testsuite/ld-plugin/pr25355.d: Likewise.
+       * testsuite/lib/ld-lib.exp (run_cc_link_tests): Support compile
+       only dump.
 
-       * po/BLD-POTFILES.in: Regenerate.
+2020-02-07  H.J. Lu  <hongjiu.lu@intel.com>
 
-2019-04-08  H.J. Lu  <hongjiu.lu@intel.com>
+       * testsuite/ld-unique/unique.exp (contains_unique_symbol): Updated.
 
-       * testsuite/ld-elf/shared.exp: XFAIL PR ld/20995 tests for
-       lynxos and nto targets.
+2020-02-07  Sergey Belyashov  <sergey.belyashov@gmail.com>
 
-2019-04-08  H.J. Lu  <hongjiu.lu@intel.com>
+       PR 25469
+       * emulparams/elf32z80.sh: Use z80 emulation.
+       * emultempl/z80.em: Make generic to both COFF and ELF Z80 emulations.
+       * emultempl/z80elf.em: Delete.
+       * testsuite/ld-elf/pr22450.d: Expect to fail for the Z80.
+       * testsuite/ld-elf/sec64k.exp: Fix Z80 assembly.
+       * testsuite/ld-unique/pr21529.s: Avoid register name conflict.
+       * testsuite/ld-unique/unique.s: Likewise.
+       * testsuite/ld-unique/unique_empty.s: Likewise.
+       * testsuite/ld-unique/unique_shared.s: Likewise.
+       * testsuite/ld-unique/unique.d: Updated expected output.
+       * testsuite/ld-z80/arch_z80n.d: New file.
+       * testsuite/ld-z80/comb_arch_z80_z80n.d: New file.
+       * testsuite/ld-z80/labels.s: Add more labels.
+       * testsuite/ld-z80/relocs.s: Add more reloc tests.
+       * testsuite/ld-z80/relocs_f_z80n.d: New file
 
-       * Makefile.am (ALL_EMULATION_SOURCES): Remove eelf_i386_chaos.c.
-       (eelf_i386_chaos.c): Removed.
-       * Makefile.in: Regenerated.
-       * configure.tgt: Remove i[3-7]86-*-kaos*.
-       * emulparams/elf_i386_chaos.sh: Removed.
+2020-02-07  H.J. Lu  <hongjiu.lu@intel.com>
 
-2019-04-08  H.J. Lu  <hongjiu.lu@intel.com>
+       PR ld/25022
+       * testsuite/ld-elf/pr25022.d: Xfail more targets which don't use
+       ldelf_before_place_orphans.
 
-       * emulparams/elf_i386_be.sh (EXTRA_EM_FILE): New.
-       * emulparams/i386moss.sh (EXTRA_EM_FILE): Likewise.
+2020-02-06  H.J. Lu  <hongjiu.lu@intel.com>
 
-2019-04-08  Alan Modra  <amodra@gmail.com>
+       PR ld/25022
+       * emultempl/aix.em (ld_${EMULATION_NAME}_emulation): Add
+       before_place_orphans_default.
+       * emultempl/armcoff.em (ld_${EMULATION_NAME}_emulation): Likewise.
+       * emultempl/beos.em (ld_${EMULATION_NAME}_emulation): Likewise.
+       * emultempl/generic.em (ld_${EMULATION_NAME}_emulation): Likewise.
+       * emultempl/linux.em (ld_${EMULATION_NAME}_emulation): Likewise.
+       * emultempl/msp430.em (ld_${EMULATION_NAME}_emulation): Likewise.
+       * emultempl/pe.em (ld_${EMULATION_NAME}_emulation): Likewise.
+       * emultempl/pep.em (ld_${EMULATION_NAME}_emulation): Likewise.
+       * emultempl/ticoff.em (ld_${EMULATION_NAME}_emulation): Likewise.
+       * emultempl/vanilla.em (ld_${EMULATION_NAME}_emulation): Likewise.
+       * emultempl/elf.em (ld_${EMULATION_NAME}_emulation): Use
+       ldelf_before_place_orphans.
+       * ldelf.c (ldelf_before_place_orphans): New.
+       * ldelf.h (ldelf_before_place_orphans): Likewise.
+       * ldemul.c (ldemul_before_place_orphans): Likewise.
+       (before_place_orphans_default): Likewise.
+       * ldemul.h (ldemul_before_place_orphans): Likewise.
+       (before_place_orphans_default): Likewise.
+       (ld_emulation_xfer_struct): Add before_place_orphans.
+       * ldlang.c (lang_process): Call ldemul_before_place_orphans
+       before lang_place_orphans.
+       * testsuite/ld-elf/pr25022.d: New file.
+       * testsuite/ld-elf/pr25022.s: Likewise.
+       * testsuite/ld-elf/pr25022.t: Likewise.
+
+2020-02-06  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR ld/25490
+       * testsuite/ld-elf/pr25490-1.d: New file.
+       * testsuite/ld-elf/pr25490-1.s: Likewise.
+
+2020-02-06  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR ld/24526
+       PR ld/25021
+       PR ld/25490
+       * testsuite/ld-elf/elf.exp: Run PR ld/25490 tests.
+       * testsuite/ld-elf/pr24526.d: New file.
+       * testsuite/ld-elf/pr24526.s: Likewise.
+       * testsuite/ld-elf/pr25021.d: Likewise.
+       * testsuite/ld-elf/pr25021.s: Likewise.
+       * testsuite/ld-elf/pr25490-2-16.rd: Likewise.
+       * testsuite/ld-elf/pr25490-2-32.rd: Likewise.
+       * testsuite/ld-elf/pr25490-2-64.rd: Likewise.
+       * testsuite/ld-elf/pr25490-2.s: Likewise.
+       * testsuite/ld-elf/pr25490-3-16.rd: Likewise.
+       * testsuite/ld-elf/pr25490-3-32.rd: Likewise.
+       * testsuite/ld-elf/pr25490-3-64.rd: Likewise.
+       * testsuite/ld-elf/pr25490-3.s: Likewise.
+       * testsuite/ld-elf/pr25490-4-16.rd: Likewise.
+       * testsuite/ld-elf/pr25490-4-32.rd: Likewise.
+       * testsuite/ld-elf/pr25490-4-64.rd: Likewise.
+       * testsuite/ld-elf/pr25490-4.s: Likewise.
+       * testsuite/ld-elf/pr25490-5-16.rd: Likewise.
+       * testsuite/ld-elf/pr25490-5-32.rd: Likewise.
+       * testsuite/ld-elf/pr25490-5-64.rd: Likewise.
+       * testsuite/ld-elf/pr25490-5.s: Likewise.
+       * testsuite/ld-elf/pr25490-6-16.rd: Likewise.
+       * testsuite/ld-elf/pr25490-6-32.rd: Likewise.
+       * testsuite/ld-elf/pr25490-6-64.rd: Likewise.
+       * testsuite/ld-elf/pr25490-6.s: Likewise.
+
+2020-02-06  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * testsuite/lib/ld-lib.exp (check_gc_sections_available): Mark
+       z80 as not supported.
+
+2020-02-06  Alan Modra  <amodra@gmail.com>
+
+       * testsuite/ld-ifunc/ifunc.exp: Enable for more targets, specifying
+       targets that don't support ifunc rather than ones that do.
+       (contains_irelative_reloc): Match R_PARISC_IPLT.
+       * testsuite/ld-ifunc/lib.c: Don't use .set in asm.
+       * testsuite/ld-ifunc/ifunc-23-x86.s,
+       * testsuite/ld-ifunc/ifunc-24-x86.s,
+       * testsuite/ld-ifunc/ifunc-25-x86.s,
+       * testsuite/ld-ifunc/ifunc-4-local-x86.s,
+       * testsuite/ld-ifunc/ifunc-4-x86.s: Define _main.
+       * testsuite/ld-ifunc/ifunc-10-i386.d,
+       * testsuite/ld-ifunc/ifunc-11-i386.d,
+       * testsuite/ld-ifunc/ifunc-12-i386.d,
+       * testsuite/ld-ifunc/ifunc-13-i386.d,
+       * testsuite/ld-ifunc/ifunc-14a-i386.d,
+       * testsuite/ld-ifunc/ifunc-14b-i386.d,
+       * testsuite/ld-ifunc/ifunc-14c-i386.d,
+       * testsuite/ld-ifunc/ifunc-14d-i386.d,
+       * testsuite/ld-ifunc/ifunc-14e-i386.d,
+       * testsuite/ld-ifunc/ifunc-14f-i386.d,
+       * testsuite/ld-ifunc/ifunc-15-i386.d,
+       * testsuite/ld-ifunc/ifunc-16-i386-now.d,
+       * testsuite/ld-ifunc/ifunc-16-i386.d,
+       * testsuite/ld-ifunc/ifunc-17a-i386.d,
+       * testsuite/ld-ifunc/ifunc-17b-i386.d,
+       * testsuite/ld-ifunc/ifunc-18a-i386.d,
+       * testsuite/ld-ifunc/ifunc-18b-i386.d,
+       * testsuite/ld-ifunc/ifunc-19a-i386.d,
+       * testsuite/ld-ifunc/ifunc-19b-i386.d,
+       * testsuite/ld-ifunc/ifunc-2-i386-now.d,
+       * testsuite/ld-ifunc/ifunc-2-i386.d,
+       * testsuite/ld-ifunc/ifunc-2-local-i386-now.d,
+       * testsuite/ld-ifunc/ifunc-2-local-i386.d,
+       * testsuite/ld-ifunc/ifunc-20-i386.d,
+       * testsuite/ld-ifunc/ifunc-21-i386.d,
+       * testsuite/ld-ifunc/ifunc-22-i386.d,
+       * testsuite/ld-ifunc/ifunc-26.d,
+       * testsuite/ld-ifunc/ifunc-5a-i386.d,
+       * testsuite/ld-ifunc/ifunc-5a-local-i386.d,
+       * testsuite/ld-ifunc/ifunc-5b-i386.d,
+       * testsuite/ld-ifunc/ifunc-5b-local-i386.d,
+       * testsuite/ld-ifunc/ifunc-5r-local-i386.d,
+       * testsuite/ld-ifunc/ifunc-6a-i386.d,
+       * testsuite/ld-ifunc/ifunc-6b-i386.d,
+       * testsuite/ld-ifunc/ifunc-7a-i386.d,
+       * testsuite/ld-ifunc/ifunc-7b-i386.d,
+       * testsuite/ld-ifunc/ifunc-8-i386.d,
+       * testsuite/ld-ifunc/ifunc-9-i386.d,
+       * testsuite/ld-ifunc/pr17154-i386-now.d,
+       * testsuite/ld-ifunc/pr17154-i386.d: xfail lynxos, nto, and solaris.
+
+2020-02-06  Alan Modra  <amodra@gmail.com>
+
+       * testsuite/lib/ld-lib.exp (is_generic): Delete.
+       * testsuite/ld-unique/unique.exp: Exclude tic6x.
+
+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.
 
-       * emulparams/elf64rdos.sh (EXTRA_EM_FILE): Define.
-       * emulparams/i386lynx.sh (EXTRA_EM_FILE): Define.
-       * emulparams/i386nto.sh (EXTRA_EM_FILE): Define.
+2020-01-28  Alan Modra  <amodra@gmail.com>
 
-2019-04-06  H.J. Lu  <hongjiu.lu@intel.com>
+       * ldexp.c (fold_name): Don't print bfd_link_hash_lookup failed
+       in first phase.
 
-       * Makefile.am (ELF_X86_DEPS): Add $(srcdir)/emultempl/elf-x86.em.
-       (eelf_i386_sol2.c): Also depend on
-       $(srcdir)/emultempl/solaris2-x86.em.
-       (eelf_x86_64_sol2.c): Likewise.
-       * Makefile.in: Regenerated.
-       * emulparams/call_nop.sh: Set x86-specific linker options via
-       params.
-       * emulparams/cet.sh: Likewise.
-       * emulparams/reloc_overflow.sh: Likewise.
-       * emulparams/elf32_x86_64.sh (EXTRA_EM_FILE): New.  Set to
-       "elf-x86".
-       * emulparams/elf_i386.sh: Likewise.
-       * emulparams/elf_i386_be.sh: Likewise.
-       * emulparams/elf_i386_chaos.sh: Likewise.
-       * emulparams/elf_i386_ldso.sh: Likewise.
-       * emulparams/elf_i386_vxworks.sh: Likewise.
-       * emulparams/elf_iamcu.sh: Likewise.
-       * emulparams/elf_k1om.sh: Likewise.
-       * emulparams/elf_l1om.sh: Likewise.
-       * emulparams/elf_x86_64.sh: Likewise.
-       * emulparams/elf_i386_sol2.sh (EXTRA_EM_FILE): Changed to
-       "solaris2-x86".
-       * emulparams/elf_x86_64_sol2.sh: Likewise.
-       * emultempl/elf-x86.em: New file.
-       * emultempl/solaris2-x86.em: Likewise.
-       * emultempl/elf32.em (gld${EMULATION_NAME}_before_parse): Don't
-       set link_info.call_nop_byte.
+2020-01-27  Alan Modra  <amodra@gmail.com>
 
-2019-04-05  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.
 
-       * testsuite/ld-powerpc/tlsexe32.d: Remove trailing spaces.
-       * testsuite/ld-powerpc/tlsopt5.d: Likewise.
-       * testsuite/ld-powerpc/tlsopt5_32.d: Likewise.
-
-2019-04-03  Alan Modra  <amodra@gmail.com>
-
-       PR 24411
-       ldlex.l (SYMBOLNAMECHAR1): Don't match '/'.
-       (<EXPRESSION>"/DISCARD/"): New.
-
-2019-04-03  Alan Modra  <amodra@gmail.com>
-
-       * ldlex.l: Formatting.
-       (CMDFILENAMECHAR, CMDFILENAMECHAR1): Delete.
-       (FILENAMECHAR1, SYMBOLNAMECHAR1, FILENAMECHAR, WILDCHAR),
-       (NOCFILENAMECHAR): Remove duplicate chars.  Reorder.
-       (SYMBOLCHARN): Likewise.  Rename to SYMBOLNAMECHAR.
-       (<INPUTLIST>"$SYSROOT"..): Delete rule.
-
-2019-03-29  Max Filippov  <jcmvbkbc@gmail.com>
-
-       * testsuite/ld-xtensa/relax-undef-weak-pie-export-dynamic.d: New
-       test definition.
-       * testsuite/ld-xtensa/xtensa.exp
-       (relax-undef-weak-pie-export-dynamic): Add new test.
-
-2019-03-26  Martin Liska  <mliska@suse.cz>
-
-       * plugin.c (get_symbols): Add lto_kind_str, lto_resolution_str,
-       lto_visibility_str and use then to inform about plugin-symbols.
-       * testsuite/ld-plugin/plugin-12.d: Adjust expected pattern.
-
-2019-03-25  Tamar Christina  <tamar.christina@arm.com>
-
-       * testsuite/ld-arm/jump-reloc-veneers-cond-long.d: Update disassembly.
-       * testsuite/ld-arm/jump-reloc-veneers-long.d: Update disassembly.
-
-2019-03-21  Sudakshina Das  <sudi.das@arm.com>
-
-       * testsuite/ld-aarch64/aarch64-elf.exp: Add new test.
-       * testsuite/ld-aarch64/bti-plt-1.s: Add .ifdef for PAC note section.
-       * testsuite/ld-aarch64/bti-plt-6.d: Update warning.
-       * testsuite/ld-aarch64/bti-plt-7.d: Likewise.
-       * testsuite/ld-aarch64/bti-warn.d: New test.
-
-2019-03-21  Alan Modra  <amodra@gmail.com>
-
-       * testsuite/ld-elf/fini2.s: Reduce alignment.
-       * testsuite/ld-elf/fini3.s: Likewise.
-       * testsuite/ld-elf/finin.s: Likewise.
-       * testsuite/ld-elf/init2.s: Likewise.
-       * testsuite/ld-elf/init3.s: Likewise.
-       * testsuite/ld-elf/initn.s: Likewise.
-       * testsuite/ld-elf/pr14156a.d: Don't xfail m68hc1*-* or xgate-*.
-       * testsuite/ld-elf/pr14156b.d: Don't xfail xgate-*.
-
-2019-03-21  Alan Modra  <amodra@gmail.com>
-
-       * scripttempl/alpha.sc, * scripttempl/armbpabi.sc,
-       * scripttempl/crisaout.sc, * scripttempl/elf32cr16.sc,
-       * scripttempl/elf32crx.sc, * scripttempl/elf32xc16x.sc,
-       * scripttempl/elf32xc16xl.sc, * scripttempl/elf32xc16xs.sc,
-       * scripttempl/elf64hppa.sc, * scripttempl/elf_chaos.sc,
-       * scripttempl/elfarc.sc, * scripttempl/elfarcv2.sc,
-       * scripttempl/elfd30v.sc, * scripttempl/elfm68hc11.sc,
-       * scripttempl/elfm68hc12.sc, * scripttempl/elfm9s12z.sc,
-       * scripttempl/elfmicroblaze.sc, * scripttempl/elfxgate.sc,
-       * scripttempl/elfxtensa.sc, * scripttempl/epiphany_4x4.sc,
-       * scripttempl/ft32.sc, * scripttempl/i386beos.sc,
-       * scripttempl/iq2000.sc, * scripttempl/mcorepe.sc,
-       * scripttempl/mep.sc, * scripttempl/mips.sc, * scripttempl/moxie.sc,
-       * scripttempl/pe.sc, * scripttempl/pep.sc, * scripttempl/ppcpe.sc,
-       * scripttempl/tic4xcoff.sc, * scripttempl/tic80coff.sc,
-       * scripttempl/v850.sc, * scripttempl/v850_rh850.sc,
-       * scripttempl/visium.sc, * scripttempl/xstormy16.sc: Add KEEP and
-       SORT_NONE to .init and .fini wildcards.
-       * scripttempl/elf32xc16x.sc,
-       * scripttempl/elf32xc16xl.sc,
-       * scripttempl/elf32xc16xs.sc: Add .fini wildcard.
-       * scripttempl/elf_chaos.sc: Add .init output section.
-       * scripttempl/elfd30v.sc: Remove duplicate .init.
-       * scripttempl/elfm68hc11.sc, * scripttempl/elfm68hc12.sc,
-       * scripttempl/elfm9s12z.sc, * scripttempl/elfxgate.sc: Remove
-       duplicate .init, and add .fini wildcard.
-       * scripttempl/ppcpe.sc (INIT, FINI): Delete.
-       * ldlang.c (update_wild_statements): Special case .init and
-       .fini in the wildcard, not the output section.
-
-2019-03-21  Alan Modra  <amodra@gmail.com>
-
-       * emulparams/elf32lm32fd.sh (DYNAMIC_LINK): Undef.
-
-2019-03-21  Alan Modra  <amodra@gmail.com>
-
-       * ldlang.c (lang_size_sections_1): Set SEC_KEEP on
-       create_object_symbols_section.
-       * testsuite/ld-elf/pr22319.d: Don't xfail dlx.
-
-2019-03-18  Alan Modra  <amodra@gmail.com>
-
-       * testsuite/ld-elf/merge.d: Remove csky from xfails, add moxie.
-       * testsuite/ld-elf/pr21884.d: Remove csky from xfails.
-       * testsuite/ld-elf/shared.exp: Add csky to list not xfailing pr22374.
-       * testsuite/ld-unique/pr21529.d: Remove csky from xfails
-
-2019-03-15  Nick Clifton  <nickc@redhat.com>
-
-       PR 24262
-       * ld.texi (-plugin): Correct the path used to locate linker
-       plugins.
-
-2019-03-13  Sudakshina Das  <sudi.das@arm.com>
-
-       * NEWS: Document --pac-plt.
-       * emultempl/aarch64elf.em (OPTION_PAC_PLT): New.
-       (PARSE_AND_LIST_LONGOPTS, PARSE_AND_LIST_OPTIONS): Add pac-plt.
-       (PARSE_AND_LIST_ARGS_CASES): Handle OPTION_PAC_PLT.
-       * testsuite/ld-aarch64/aarch64-elf.exp: Add the following tests.
-       * testsuite/ld-aarch64/bti-pac-plt-1.d: New test.
-       * testsuite/ld-aarch64/bti-pac-plt-2.d: New test.
-       * testsuite/ld-aarch64/pac-plt-1.d: New test.
-       * testsuite/ld-aarch64/pac-plt-2.d: New test.
-       * testsuite/ld-aarch64/bti-plt-1.s: Add .ifndef directive.
-
-2019-03-13  Sudakshina Das  <sudi.das@arm.com>
-           Szabolcs Nagy  <szabolcs.nagy@arm.com>
-
-       * NEWS: Document --force-bti.
-       * emultempl/aarch64elf.em (plt_type, bti_type, OPTION_FORCE_BTI): New.
-       (PARSE_AND_LIST_SHORTOPTS, PARSE_AND_LIST_OPTIONS): Add force-bti.
-       (PARSE_AND_LIST_ARGS_CASES): Handle OPTION_FORCE_BTI.
-       * testsuite/ld-aarch64/aarch64-elf.exp: Add all the tests below.
-       * testsuite/ld-aarch64/bti-plt-1.d: New test.
-       * testsuite/ld-aarch64/bti-plt-1.s: New test.
-       * testsuite/ld-aarch64/bti-plt-2.d: New test.
-       * testsuite/ld-aarch64/bti-plt-3.d: New test.
-       * testsuite/ld-aarch64/bti-plt-4.d: New test.
-       * testsuite/ld-aarch64/bti-plt-5.d: New test.
-       * testsuite/ld-aarch64/bti-plt-6.d: New test.
-       * testsuite/ld-aarch64/bti-plt-7.d: New test.
-       * testsuite/ld-aarch64/bti-plt-so.s: New test.
-       * testsuite/ld-aarch64/bti-plt.ld: New test.
-
-2019-03-13  Sudakshina Das  <sudi.das@arm.com>
-
-       * NEWS: Document GNU_PROPERTY_AARCH64_FEATURE_1_BTI and
-       GNU_PROPERTY_AARCH64_FEATURE_1_PAC.
-       * testsuite/ld-aarch64/aarch64-elf.exp: Add run commands for new tests.
-       * testsuite/ld-aarch64/property-bti-pac1.d: New test.
-       * testsuite/ld-aarch64/property-bti-pac1.s: New test.
-       * testsuite/ld-aarch64/property-bti-pac2.d: New test.
-       * testsuite/ld-aarch64/property-bti-pac2.s: New test.
-       * testsuite/ld-aarch64/property-bti-pac3.d: New test.
-
-2019-03-13  H.J. Lu  <hongjiu.lu@intel.com>
-
-       PR ld/24322
-       * testsuite/ld-i386/i386.exp: Run PR ld/24322 tests.
-       * testsuite/ld-x86-64/x86-64.exp: Likewise.
-       * testsuite/ld-i386/pr24322a.d: New file.
-       * testsuite/ld-i386/pr24322b.d: Likewise.
-       * testsuite/ld-x86-64/pr24322a-x32.d: Likewise.
-       * testsuite/ld-x86-64/pr24322a.d: Likewise.
-       * testsuite/ld-x86-64/pr24322b-x32.d: Likewise.
-       * testsuite/ld-x86-64/pr24322b.d: Likewise.
-       * testsuite/ld-x86-64/pr24322a.s: Likewise.
-       * testsuite/ld-x86-64/pr24322b.s: Likewise.
-       * testsuite/ld-x86-64/pr24322c.s: Likewise.
-
-2019-03-06  Nick Bowler  <nbowler@draconx.ca>
-
-       PR 24289
-       * ldexp.c (fold_name): Allow lookups of the LENGTH and ORIGIN
-       attributes during the first phase.
-
-2019-03-01  Andreas Krebbel  <krebbel@linux.ibm.com>
-
-       This reverts commit 5a12586d44fa8d5dfc74cbca4f2f36a273a16335.
-       2019-01-14  Maamoun Tarsha  <maamountk@hotmail.com>
-
-       PR 20113
-       * emulparams/elf64_s390.sh (SEPARATE_GOTPLT): Define.
-       * emulparams/elf_s390.sh (SEPARATE_GOTPLT): Define.
-       * testsuite/ld-s390/gotreloc_31-1.dd: Update expected output.
-       * testsuite/ld-s390/tlsbin.dd: Likewise.
-       * testsuite/ld-s390/tlsbin.rd: Likewise.
-       * testsuite/ld-s390/tlsbin.sd: Likewise.
-       * testsuite/ld-s390/tlsbin_64.dd: Likewise.
-       * testsuite/ld-s390/tlsbin_64.rd: Likewise.
-       * testsuite/ld-s390/tlsbin_64.sd: Likewise.
-       * testsuite/ld-s390/tlspic.dd: Likewise.
-       * testsuite/ld-s390/tlspic.rd: Likewise.
-       * testsuite/ld-s390/tlspic.sd: Likewise.
-       * testsuite/ld-s390/tlspic_64.dd: Likewise.
-       * testsuite/ld-s390/tlspic_64.rd: Likewise.
-       * testsuite/ld-s390/tlspic_64.sd: Likewise.
-       * testsuite/ld-s390/s390.exp: Skip s390 tests for tpf targets.
-
-2019-02-27  H.J. Lu  <hongjiu.lu@intel.com>
-
-       PR ld/24276
-       * testsuite/ld-i386/i386.exp: Run PR ld/24276 test.
-       * testsuite/ld-x86-64/x86-64.exp: Likewise.
-       * testsuite/ld-i386/pr24276.dso: New file.
-       * testsuite/ld-i386/pr24276.warn: Likewise.
-       * testsuite/ld-x86-64/pr24276.dso: Likewise.
-       * testsuite/ld-x86-64/pr24276.warn: Likewise.
+2020-01-27  H.J. Lu  <hongjiu.lu@intel.com>
+           Alan Modra  <amodra@gmail.com>
 
-2019-02-20  Eric Tsai  <erictsai@cadence.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.
 
-       * testsuite/ld-xtensa/call_overflow.d: New test definition.
-       * testsuite/ld-xtensa/call_overflow1.s: New test source.
-       * testsuite/ld-xtensa/call_overflow2.s: New test source.
-       * testsuite/ld-xtensa/call_overflow3.s: New test source.
-       * testsuite/ld-xtensa/xtensa.exp: Add call_overflow test.
+2020-01-22  H.J. Lu  <hongjiu.lu@intel.com>
 
-2019-02-14  Thomas Schwinge  <thomas@codesourcery.com>
+       PR ld/25416
+       * testsuite/ld-x86-64/tls.exp: Skip GNU2 TLS tests only without
+       compiler support.
 
-       * testsuite/ld-elf/elf.exp: Remove Hurd XFAILs.
+2020-01-22  Alan Modra  <amodra@gmail.com>
 
-2019-02-12  Nick Clifton  <nickc@redhat.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.
 
-       * po/fr.po: Updated French translation.
+2020-01-22  Alan Modra  <amodra@gmail.com>
 
-2019-02-09  Vineet Gupta  <vgupta@synopsys.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.
 
-       * emultempl/arclinux.em: Delete special INIT/FINI handling.
+2020-01-22  Yuri Chornoivan  <yurchor@mageia.org>
 
-2019-02-07  Nick Clifton  <nickc@redhat.com>
+       PR 25417
+       * ldlang.c (ldlang_open_ctf): Fix error message typo.
+       * emultempl/z80elf.em (z80_elf_after_open): Likewise.
 
-       PR 24175
-       * ld.texi (Options): Add missing word to the description of the
-       --start-group option.
+2020-01-21  H.J. Lu  <hongjiu.lu@intel.com>
 
-2019-02-06  Alan Modra  <amodra@gmail.com>
+       * testsuite/ld-elf/pr23900-1.d: Adjusted.
 
-       PR ld/24008
-       * testsuite/ld-scripts/pr24008.d: Pass with extra target
-       defined symbols.
+2020-01-21  H.J. Lu  <hongjiu.lu@intel.com>
 
-2019-02-05  H.J. Lu  <hongjiu.lu@intel.com>
+       * testsuite/ld-elf/pr23900-1.d: Also pass -l to readelf.
 
-       PR ld/24151
-       * testsuite/ld-x86-64/pr24151a-x32.d: New file.
-       * testsuite/ld-x86-64/pr24151a.d: Likewise.
-       * testsuite/ld-x86-64/pr24151a.s: Likewise.
-       * testsuite/ld-x86-64/x86-64.exp: Run pr24151a and pr24151a-x32.
+2020-01-20  Nick Clifton  <nickc@redhat.com>
 
-2019-01-31  Alan Modra  <amodra@gmail.com>
+       * po/pt_BR.po: Updated Brazilian Portuguese translation.
+       * po/uk.po: Updated Ukranian translation.
 
-       * NEWS: Mention -t change.
-       * ld.texi (--trace/-t): Expand documentation a little.
+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.
 
-2019-01-29  H.J. Lu  <hongjiu.lu@intel.com>
+2020-01-18  Roland McGrath  <mcgrathr@google.com>
 
-       PR ld/24008
-       * testsuite/ld-scripts/defined.exp: Run pr24008.
-       * testsuite/ld-scripts/pr24008.d: New file.
-       * testsuite/ld-scripts/pr24008.map: Likewise.
-       * testsuite/ld-scripts/pr24008.s: Likewise.
-       * testsuite/ld-scripts/pr24008.t: Likewise.
+       * 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.
 
-2019-01-29  Eric Botcazou  <ebotcazou@adacore.com>
+2020-01-18  Nick Clifton  <nickc@redhat.com>
 
-       * testsuite/ld-ifunc/ifunc.exp: Skip pr23169 on SPARC.
+       * configure: Regenerate.
+       * po/ld.pot: Regenerate.
 
-2019-01-28  Alan Modra  <amodra@gmail.com>
+2020-01-18  Nick Clifton  <nickc@redhat.com>
 
-       PR 24008
-       * ldexp.h (lang_phase_type): Add lang_fixed_phase_enum.
-       * ldexp.c (fold_name): Move expld.assign_name check later to
-       avoid an extra lookup.
-       (exp_fold_tree_1): When lang_fixed_phase_enum, don't change symbol
-       values, and don't clear expld.assign_name.
-       * ldlang.c (lang_map): Set expld.phase to lang_fixed_phase_enum.
-       (print_assignment): Resolve entire assignment expression.
-       Don't access symbol u.def unless symbol is defined.
+       Binutils 2.34 branch created.
 
-2019-01-25  Nick Clifton  <nickc@redhat.com>
+2020-01-16  Jozef Lawrynowicz  <jozef.l@mittosystems.com>
 
-       * po/bg.po: Updated Bulgarian translation.
+       * scripttempl/elf32msp430_3.sc: Remove.
 
-2019-01-23  Sebastian Huber  <sebastian.huber@embedded-brains.de>
+2020-01-16  Jozef Lawrynowicz  <jozef.l@mittosystems.com>
 
-       * ld.texi (--wrap): Add warning that LTO may make this feature
-       ineffective.
+       * 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.
 
-2019-01-21  Nick Clifton  <nickc@redhat.com>
+2020-01-15  Lars Brinkhoff  <lars@nocrew.org>
 
-       * po/uk.po: Updated Ukranian translation.
-       * po/pr_BR.po: Updated Brazilian Portuguese translation.
+       PR 20694
+       * temulparams/pdp11.sh (TARGET_PAGE_SIZE): Set to 8192.
 
-2019-01-21  Nick Clifton  <nickc@redhat.com>
+2020-01-15  Jozef Lawrynowicz  <jozef.l@mittosystems.com>
 
-       PR 24108
-       * testsuite/ld-riscv-elf/attr-merge-arch-failed-01.d: Update
-       expected error message.
+       * testsuite/ld-msp430-elf/msp430-elf.exp: Run new test.
+       * testsuite/ld-msp430-elf/reloc-lo-430x.s: New test.
 
-2019-01-19  Nick Clifton  <nickc@redhat.com>
+2020-01-15  Alan Modra  <amodra@gmail.com>
 
-       * configure: Regenerate.
-       * po/ld.pot: Regenerate.
+       * 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.
 
-2018-06-24  Nick Clifton  <nickc@redhat.com>
+2020-01-14  Lili Cui <lili.cui@intel.com>
 
-       2.32 branch created.
+       * testsuite/ld-i386/align-branch-1.d: Updated for i686-pc-elf.
 
-2019-01-16  Kito Cheng  <kito@andestech.com>
+2020-01-13  Alan Modra  <amodra@gmail.com>
 
-       * testsuite/ld-elf/orphan-region.d: XFAIL for RISC-V, because add new
-       section.
-       * testsuite/ld-riscv-elf/ld-riscv-elf.exp: Add new tests.
-       * testsuite/ld-riscv-elf/attr-merge-arch-01.d: New test.
-       * testsuite/ld-riscv-elf/attr-merge-arch-01a.s: Likewise.
-       * testsuite/ld-riscv-elf/attr-merge-arch-01b.s: Likewise.
-       * testsuite/ld-riscv-elf/attr-merge-arch-02.d: Likewise.
-       * testsuite/ld-riscv-elf/attr-merge-arch-02a.s: Likewise.
-       * testsuite/ld-riscv-elf/attr-merge-arch-02b.s: Likewise.
-       * testsuite/ld-riscv-elf/attr-merge-arch-03.d: Likewise.
-       * testsuite/ld-riscv-elf/attr-merge-arch-03a.s: Likewise.
-       * testsuite/ld-riscv-elf/attr-merge-arch-03b.s: Likewise.
-       * testsuite/ld-riscv-elf/attr-merge-arch-failed-01.d: Likewise.
-       * testsuite/ld-riscv-elf/attr-merge-arch-failed-01a.s: Likewise.
-       * testsuite/ld-riscv-elf/attr-merge-arch-failed-01b.s: Likewise.
-       * testsuite/ld-riscv-elf/attr-merge-priv-spec-a.s: Likewise.
-       * testsuite/ld-riscv-elf/attr-merge-priv-spec-b.s: Likewise.
-       * testsuite/ld-riscv-elf/attr-merge-priv-spec.d: Likewise.
-       * testsuite/ld-riscv-elf/attr-merge-stack-align-a.s: Likewise.
-       * testsuite/ld-riscv-elf/attr-merge-stack-align-b.s: Likewise.
-       * testsuite/ld-riscv-elf/attr-merge-stack-align-failed-a.s: Likewise.
-       * testsuite/ld-riscv-elf/attr-merge-stack-align-failed-b.s: Likewise.
-       * testsuite/ld-riscv-elf/attr-merge-stack-align-failed.d: Likewise.
-       * testsuite/ld-riscv-elf/attr-merge-stack-align.d: Likewise.
-       * testsuite/ld-riscv-elf/attr-merge-strict-align-01.d: Likewise.
-       * testsuite/ld-riscv-elf/attr-merge-strict-align-01a.s: Likewise.
-       * testsuite/ld-riscv-elf/attr-merge-strict-align-01b.s: Likewise.
-       * testsuite/ld-riscv-elf/attr-merge-strict-align-02.d: Likewise.
-       * testsuite/ld-riscv-elf/attr-merge-strict-align-02a.s: Likewise.
-       * testsuite/ld-riscv-elf/attr-merge-strict-align-02b.s: Likewise.
-       * testsuite/ld-riscv-elf/attr-merge-strict-align-03.d: Likewise.
-       * testsuite/ld-riscv-elf/attr-merge-strict-align-03a.s: Likewise.
-       * testsuite/ld-riscv-elf/attr-merge-strict-align-03b.s: Likewise.
-       * testsuite/ld-riscv-elf/attr-merge-strict-align-04.d: Likewise.
-       * testsuite/ld-riscv-elf/attr-merge-strict-align-04a.s: Likewise.
-       * testsuite/ld-riscv-elf/attr-merge-strict-align-04b.s: Likewise.
-       * testsuite/ld-riscv-elf/attr-merge-strict-align-05.d: Likewise.
-       * testsuite/ld-riscv-elf/attr-merge-strict-align-05a.s: Likewise.
-       * testsuite/ld-riscv-elf/attr-merge-strict-align-05b.s: Likewise.
-
-2019-01-14  Maamoun Tarsha  <maamountk@hotmail.com>
-
-       PR 20113
-       * emulparams/elf64_s390.sh (SEPARATE_GOTPLT): Define.
-       * emulparams/elf_s390.sh (SEPARATE_GOTPLT): Define.
-       * testsuite/ld-s390/gotreloc_31-1.dd: Update expected output.
-       * testsuite/ld-s390/tlsbin.dd: Likewise.
-       * testsuite/ld-s390/tlsbin.rd: Likewise.
-       * testsuite/ld-s390/tlsbin.sd: Likewise.
-       * testsuite/ld-s390/tlsbin_64.dd: Likewise.
-       * testsuite/ld-s390/tlsbin_64.rd: Likewise.
-       * testsuite/ld-s390/tlsbin_64.sd: Likewise.
-       * testsuite/ld-s390/tlspic.dd: Likewise.
-       * testsuite/ld-s390/tlspic.rd: Likewise.
-       * testsuite/ld-s390/tlspic.sd: Likewise.
-       * testsuite/ld-s390/tlspic_64.dd: Likewise.
-       * testsuite/ld-s390/tlspic_64.rd: Likewise.
-       * testsuite/ld-s390/tlspic_64.sd: Likewise.
-       * testsuite/ld-s390/s390.exp: Skip s390 tests for tpf targets.
-
-2019-01-14  Sebastian Huber  <sebastian.huber@embedded-brains.de>
-
-       * ld.texi (--wrap): Add example to emphasise that only undefined
-       references are replaced by the linker.
-
-2019-01-09  Nick Clifton  <nickc@redhat.com>
+       * po/BLD-POTFILES.in: Regenerate.
 
-       * po/es.po: Updated Spanish translation.
+2020-01-13  Claudiu Zissulescu  <claziss@gmail.com>
 
-2019-01-09  Andrew Paprocki  <andrew@ishiboo.com>
+       * testsuite/ld-arc/relax-local-pic.d: Improve matching patterns.
 
-       * configure: Regenerate.
+2020-01-13  Claudiu Zissulescu  <claziss@gmail.com>
 
-2019-01-08  Alan Modra  <amodra@gmail.com>
+       * Makefile.am: Remove earcelf_prof.c and earclinux_prof.c
+       emulations.
+       * configure.tgt: Likewise.
+       * Makefile.in: Regenerate.
+       * emulparams/arcelf_prof.sh: Remove file.
+       * emulparams/arclinux_prof.sh: Likewise.
 
-       * testsuite/ld-elf/sec64k.exp: Use . rather than $objdir in
-       generated source file names.
-       * testsuite/ld-m68k/m68k-got.exp: Likewise.
+2020-01-13  Claudiu Zissulescu  <claziss@gmail.com>
+
+       * scripttempl/elfarcv2.sc : Allow interrupt vector table to be
+       located at an arbitrary address.  Use DWARF.sc file.
+       * scripttempl/elfarc.sc: Use DWARF.sc file.
+
+2020-01-07  Alan Modra  <amodra@gmail.com>
+
+       * testsuite/ld-mips-elf/eh-frame5.s,
+       * testsuite/ld-mips-elf/ehdr_start-new.s,
+       * testsuite/ld-mips-elf/ehdr_start-o32.s,
+       * testsuite/ld-mips-elf/mips16-call-global-1.s,
+       * testsuite/ld-mips-elf/mips16-intermix-1.s,
+       * testsuite/ld-mips-elf/mips16-pic-1b.s,
+       * testsuite/ld-mips-elf/mips16-pic-4c.s,
+       * testsuite/ld-mips-elf/no-shared-1-n64.s,
+       * testsuite/ld-mips-elf/no-shared-1-o32.s,
+       * testsuite/ld-mips-elf/pic-and-nonpic-1b-micromips.s,
+       * testsuite/ld-mips-elf/pic-and-nonpic-1b.s,
+       * testsuite/ld-mips-elf/pic-and-nonpic-2a.s,
+       * testsuite/ld-mips-elf/pic-and-nonpic-3b.s,
+       * testsuite/ld-mips-elf/pic-and-nonpic-4b.s,
+       * testsuite/ld-mips-elf/pic-and-nonpic-5a.s,
+       * testsuite/ld-mips-elf/pic-and-nonpic-6-n32c.s,
+       * testsuite/ld-mips-elf/pic-and-nonpic-6-n64c.s,
+       * testsuite/ld-mips-elf/pic-and-nonpic-6-o32c.s,
+       * testsuite/ld-mips-elf/pie.s,
+       * testsuite/ld-mips-elf/relax-jalr.s: Revert 2019-12-17 change.
+
+2020-01-06  Nick Clifton  <nickc@redhat.com>
+
+       PR 25327
+       * testsuite/ld-elf/shared.exp: Add -fcommon option to compiler
+       command line when building libcomm1.o and pr13250 tests.
+       * testsuite/ld-plugin/lto.exp: Likewise for pr20267 tests.
+
+2020-01-06  Nick Clifton  <nickc@redhat.com>
+
+       PR 25326
+       * testsuite/ld-elf/shared.exp: Add -fcommon option to compiler
+       command line when building pr19579 binaries.
+
+2020-01-03  Hannes Domani  <ssbssa@yahoo.de>
+
+       * emultempl/pe.em: Add new option --enable-reloc-section.
+       * emultempl/pep.em: Likewise.
+       * ld.texi: Document --enable-reloc-section.
+       * pe-dll.c (pe_dll_build_sections): Use pe_dll_enable_reloc_section.
+       (pe_dll_fill_sections): Simplify by calling pe_exe_fill_sections.
+       * pe-dll.h: Add extern declaration of option flag.
+       * pep-dll.c (pe_dll_enable_reloc_section):
+       Add alias define for pep_dll_enable_reloc_section.
+       * pep-dll.h: Add extern declaration of option flag.
+
+2020-01-02  Sergey Belyashov  <sergey.belyashov@gmail.com>
+
+       * Makefile.am: Add new target z80-elf
+       * configure.tgt: Likewise.
+       * Makefile.in: Regenerate.
+       * emultempl/z80.em: Add support for eZ80 and Z180 architectures.
+       * emulparams/elf32z80.sh: New file.
+       * emultempl/z80elf.em: Likewise.
+       * testsuite/ld-elf/comm-data4.s: Fix for Z80.
+       * testsuite/ld-elf/comm-data5.s: Fix for Z80.
+       * testsuite/ld-scripts/fill16.d: Fix for Z80.
+       * testsuite/ld-z80/arch_ez80_adl.d: Likewise.
+       * testsuite/ld-z80/arch_ez80_z80.d: Likewise.
+       * testsuite/ld-z80/arch_r800.d: Likewise.
+       * testsuite/ld-z80/arch_z180.d: Likewise.
+       * testsuite/ld-z80/arch_z80.d: Likewise.
+       * testsuite/ld-z80/comb_arch_ez80_z80.d: Likewise.
+       * testsuite/ld-z80/comb_arch_z180.d: Likewise.
+       * testsuite/ld-z80/labels.s: Likewise.
+       * testsuite/ld-z80/relocs.s: Likewise.
+       * testsuite/ld-z80/relocs_b_ez80.d: Likewise.
+       * testsuite/ld-z80/relocs_b_z80.d: Likewise.
+       * testsuite/ld-z80/relocs_f_z80.d: Likewise.
+       * testsuite/ld-z80/z80.exp: Likewise.
+       * NEWS: Mention the new support.
+
+2020-01-02  Tamar Christina  <tamar.christina@arm.com>
+
+       PR 25210
+       PR 24753
+       * emultempl/aarch64elf.em (elf${ELFSIZE}_aarch64_add_stub_section):
+       Remove SEC_LINKER_CREATED.
+       * testsuite/ld-aarch64/aarch64-elf.exp: Add erratum835769-843419.
+       * testsuite/ld-aarch64/erratum835769-843419.d: New test.
 
-2019-01-01  Alan Modra  <amodra@gmail.com>
+2020-01-01  Alan Modra  <amodra@gmail.com>
 
        Update year range in copyright notice of all files.
 
-For older changes see ChangeLog-2018
+For older changes see ChangeLog-2019
 \f
-Copyright (C) 2019 Free Software Foundation, Inc.
+Copyright (C) 2020 Free Software Foundation, Inc.
 
 Copying and distribution of this file, with or without modification,
 are permitted in any medium without royalty provided the copyright
This page took 0.067319 seconds and 4 git commands to generate.