CSKY: Support attribute section.
[deliverable/binutils-gdb.git] / ld / ChangeLog
index 1a06dc9624bd8224b09becdf54dde5436da410b1..16274e8327eba70386f536239687bfbebe92dd69 100644 (file)
+2020-08-28  Cooper Qu  <cooper.qu@linux.alibaba.com>
+
+       * emulparams/cskyelf.sh: Support attribute section.
+       * testsuite/ld-csky/tls-le-v1.d: Match .csky.attributes section.
+       * ld/testsuite/ld-csky/tls-le.d: Likewise.
+       * testsuite/ld-elf/non-contiguous.ld: Ignore .csky.attributes
+       section.
+
+2020-08-28  Nick Clifton  <nickc@redhat.com>
+
+       PR 19011
+       * testsuite/lib/ld-lib.exp (ld_link_defsyms): For PE based targets
+       define the __main and ___main symbols in terms of the main symbol.
+
+2020-08-28  Alan Modra  <amodra@gmail.com>
+
+       PR 19011
+       * testsuite/ld-plugin/plugin.exp: Use modified CFLAGS throughout
+       file.  Add --image-base for pecoff.
+
+2020-08-28  Nelson Chu  <nelson.chu@sifive.com>
+
+       testsuite/ld-riscv-elf/lib-nopic-01a.s: Use R_RISCV_JAL rather
+       than R_RISCV_CALL.
+       testsuite/ld-riscv-elf/lib-nopic-01b.d: Likewise.
+       testsuite/ld-riscv-elf/lib-nopic-01b.s: Likewise.
+
+2020-08-27  Jozef Lawrynowicz  <jozef.l@mittosystems.com>
+
+       * emultempl/msp430.em: Remove unused variable "buf".
+
+2020-08-27  Nick Alcock  <nick.alcock@oracle.com>
+
+       * ldlang.c (dump_ctf_errs): Unquote CTF error messages.
+       (ldlang_open_ctf): Likewise.
+       (lang_merge_ctf): Likewise.
+       (lang_write_ctf): Likewise.
+       * testsuite/ld-ctf/diag-ctf-version-f.d: Adjust.
+       * testsuite/ld-ctf/diag-cttname-invalid.d: Adjust.
+       * testsuite/ld-ctf/diag-decompression-failure.d: Adjust.
+       * testsuite/ld-ctf/diag-parname.d: Adjust.
+       * testsuite/ld-ctf/diag-unsupported-flag.d: Adjust.
+       * testsuite/ld-ctf/diag-wrong-magic-number-mixed.d: Adjust.
+       * testsuite/ld-ctf/diag-wrong-magic-number.d: Adjust.
+
+2020-08-27  Nick Alcock  <nick.alcock@oracle.com>
+
+       * ldlang.c (lang_ctf_errs_warnings): Support calls with NULL fp.
+       Adjust for new err parameter to ctf_errwarning_next.  Only
+       check for assertion failures when fp is non-NULL.
+       (ldlang_open_ctf): Call it on open errors.
+       * testsuite/ld-ctf/ctf.exp: Always use the C locale to avoid
+       breaking the diags tests.
+
+2020-08-27  Jeremy Drake  <sourceware-bugzilla@jdrake.com>
+
+       PR 19011
+       * emultempl/pe.em (DEFAULT_DLL_CHARACTERISTICS): Define.
+       (pe_dll_characteristics): Initialise to DEFAULT_DLL_CHARACTERISTICS.
+       (add_options): Add options to disable DLL characteristics.
+       (list_options): List the new options.
+       (handle_options): Handle the new options.
+       * emultempl/pep.em: Similar changes to above.
+       (NT_EXE_IMAGE_BASE): Default to an address above 4G.
+       (NT_DLL_IMAGE_BASE, NT_DLL_AUTO_IMAGE_BASE,
+       (NT_DLL_AUTO_IMAGE_MASK): Likewise.
+       * ld.texi: Document the new options.
+       * pe-dll.c (pe_dll_enable_reloc_section): Change to default to
+       true.
+       (generate_reloc): Do nothing if there is no reloc section.
+       (pe_exe_fill_sections): Only assign the reloc section contents if
+       the section exists.
+       * testsuite/ld-pe/pe.exp: Add the --disable-reloc-section flag to
+       the .secrel32 tests.
+       * testsuite/ld-scripts/provide-8.d: Expect for fail on PE targets.
+       * NEWS: Mention the change in DLL generation.
+
+2020-08-26  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * testsuite/ld-elf/indirect.exp: Append $NOSANTIZE_CFLAGS to CC.
+       * testsuite/ld-elf/shared.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-plugin/lto.exp: Likewise.
+       * testsuite/ld-plugin/plugin.exp: Likewise.
+       * testsuite/ld-scripts/crossref.exp: Likewise.
+
+2020-08-26  Alan Modra  <amodra@gmail.com>
+
+       PR 26499
+       * emultempl/spuelf.em (spu_elf_relink): Check for NULL tmp_file_list.
+
+2020-08-26  Alan Modra  <amodra@gmail.com>
+
+       PR 26431
+       * pe-dll.c (auto_export): Don't call bsearch with zero count.
+
+2020-08-25  Alan Modra  <amodra@gmail.com>
+
+       * testsuite/ld-libs/libs.exp: Don't run on sh-pe, tic30 or tic54x.
+       * testsuite/ld-scripts/data.d: xfail tic4x and tic54x.
+       * testsuite/ld-scripts/empty-address-2a.d: xfail tic54x.
+       * testsuite/ld-scripts/empty-address-2b.d: Likewise.
+       * testsuite/ld-scripts/include-1.d: xfail tic4x and tic54x.
+       * testsuite/ld-scripts/provide-1.d: xfail tic54x.
+       * testsuite/ld-scripts/provide-2.d: Likewise.
+       * testsuite/ld-scripts/provide-4.d: Likewise.
+
+2020-08-24  Alan Modra  <amodra@gmail.com>
+
+       * testsuite/ld-sparc/tlssunbin32.rd: Update for new readelf output.
+       * testsuite/ld-sparc/tlssunbin64.rd: Likewise.
+
+2020-08-24  Alan Modra  <amodra@gmail.com>
+
+       * testsuite/ld-powerpc/tls32.d: Update for TPREL_HA/LO optimisation.
+       * testsuite/ld-powerpc/tlsexe32.d: Likewise.
+       * testsuite/ld-powerpc/tlsldopt32.d: Likewise.
+       * testsuite/ld-powerpc/tlsmark32.d: Likewise.
+       * testsuite/ld-powerpc/tlsopt4_32.d: Likewise.
+       * testsuite/ld-powerpc/tprel.s,
+       * testsuite/ld-powerpc/tprel.d,
+       * testsuite/ld-powerpc/tprel32.d: New tests.
+       * testsuite/ld-powerpc/tprelbad.s,
+       * testsuite/ld-powerpc/tprelbad.d: New test.
+       * testsuite/ld-powerpc/powerpc.exp: Run them.
+
+2020-08-22  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR ld/26382
+       * testsuite/ld-elf/pr26302.nd: Updated.
+       * testsuite/ld-elf/pr26302.rd: New file.
+       * testsuite/ld-elf/shared.exp: Add a test for readelf -sW.
+
+2020-08-20  Nick Clifton  <nickc@redhat.com>
+
+       PR 26428
+       * testsuite/ld-elf/zlibbegin.rS: Update expected output.
+       * testsuite/ld-elf/zlibnormal.rS: Likewise.
+
+2020-08-16  Alan Modra  <amodra@gmail.com>
+
+       * testsuite/ld-powerpc/inline.s,
+       * testsuite/ld-powerpc/inline-1.d,
+       * testsuite/ld-powerpc/inline-2.d,
+       * testsuite/ld-powerpc/inline-3.d,
+       * testsuite/ld-powerpc/inline-4.d,
+       * testsuite/ld-powerpc/inlinepcrel.s,
+       * testsuite/ld-powerpc/inlinepcrel-1.d,
+       * testsuite/ld-powerpc/inlinepcrel-2.d,
+       * testsuite/ld-powerpc/inlinepcrel-3.d: New tests.
+       * testsuite/ld-powerpc/powerpc.exp: Run them.
+
+2020-08-16  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR binutils/26389
+       * testsuite/ld-plugin/lto.exp: Run PR binutils/26389 test.
+       * testsuite/ld-plugin/pr26389.c: New file.
+       * testsuite/ld-plugin/pr26389.d: Likewise.
+
+2020-08-14  Tamar Christina  <tamar.christina@arm.com>
+
+       * testsuite/ld-arm/thumb-plt-got.d: Relax regexpr.
+       * testsuite/ld-arm/thumb-plt.d: Likewise.
+
+2020-08-13  Alan Modra  <amodra@gmail.com>
+
+       * emultempl/ppc64elf.em (params): Init new field.
+       (enum ppc64_opt): Add OPTION_NO_PCREL_OPT.
+       (PARSE_AND_LIST_LONGOPTS, PARSE_AND_LIST_OPTIONS),
+       (PARSE_AND_LIST_ARGS_CASES): Support --no-pcrel-optimize.
+
+2020-08-10  Nick Clifton  <nickc@redhat.com>
+
+       PR ld/21351
+       * ld.texi: Clarify the behaviour of the --relax and --no-relax
+       options on systems that do not support them.
+
+2020-08-10  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR binutils/26302
+       * testsuite/ld-elf/pr26302.nd: New file.
+       * testsuite/ld-elf/pr26302.ver: Likewise.
+       * testsuite/ld-elf/pr26302a.c: Likewise.
+       * testsuite/ld-elf/pr26302b.c: Likewise.
+       * testsuite/ld-elf/shared.exp: Run binutils/26302 tests.
+
+2020-08-07  David Faust  <david.faust@oracle.com>
+
+       * testsuite/ld-bpf/call-3.s: New file.
+       * testsuite/ld-bpf/call-3.d: Likewise.
+
+2020-08-05  David Faust  <david.faust@oracle.com>
+
+       * testsuite/ld-bpf/call-2.s: New file.
+       * testsuite/ld-bpf/call-2.d: Likewise.
+       * testsuite/ld-bpf/reloc-data-be.d: Likewise.
+       * testsuite/ld-bpf/reloc-data-le.d: Likewise.
+       * testsuite/ld-bpf/reloc-data.s: Likewise.
+       * testsuite/ld-bpf/reloc-insn-external-be.d: Likewise.
+       * testsuite/ld-bpf/reloc-insn-external-le.d: Likewise.
+       * testsuite/ld-bpf/reloc-insn-external.s: Likewise.
+       * testsuite/ld-bpf/reloc-insn32-be.d: Likewise.
+       * testsuite/ld-bpf/reloc-insn32-le.d: Likewise.
+       * testsuite/ld-bpf/reloc-insn32.s: Likewise.
+       * testsuite/ld-bpf/reloc-insn64-be.d: Likewise.
+       * testsuite/ld-bpf/reloc-insn64-le.d: Likewise.
+       * testsuite/ld-bpf/reloc-insn64.s: Likewise.
+
+2020-08-06  Jozef Lawrynowicz  <jozef.l@mittosystems.com>
+
+       * emultempl/msp430.em (change_output_section): Update the tail
+       of the output section statement list when moving the original
+       tail to a different output section.
+       (eval_upper_either_sections): Don't move sections from the upper
+       region to the lower region unless the upper region is
+       overflowing.
+
+2020-08-03  Alan Modra  <amodra@gmail.com>
+
+       * ldlex.l (yy_create_string_buffer): Use xmalloc rather than malloc.
+       * lexsup.c (parse_args): Likewise.
+
+2020-08-03  Alan Modra  <amodra@gmail.com>
+
+       PR 26328
+       * configure.ac: AC_CHECK_DECLS asprintf.
+       * configure: Regenerate.
+       * config.in: Regenerate.
+
+2020-08-03  Alan Modra  <amodra@gmail.com>
+
+       * testsuite/ld-elfvers/vers.exp (objdump_symstuff): Remove unused
+       variable.  Init list_a and list_b to empty.
+       (objdump_dynsymstuff): Likewise, and remove undefined list_a
+       handling.
+       * testsuite/ld-elfweak/elfweak.exp (objdump_symstuff): Similarly.
+       (objdump_dynsymstuff): Similarly.
+
+2020-07-31  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * testsuite/ld-elf/indirect.exp: Append -fno-lto to CC.
+       * testsuite/ld-elfvers/vers.exp: Likewise.
+       * testsuite/ld-elfweak/elfweak.exp: Likewise.
+       * testsuite/ld-ifunc/ifunc.exp: Likewise.
+       * testsuite/ld-plugin/lto.exp (no_lto): New.
+       Add $no_lto to build pr15146c.so.
+       * testsuite/lib/ld-lib.exp (at_least_gcc_version): Filter out
+       -Wl,xxx options.
+       (check_gcc_plugin_enabled): Likewise.
+       (run_ld_link_exec_tests): Prepend -fno-lto to $cflags.
+       (run_cc_link_tests): Likewise.
+
+2020-07-31  Shahab Vahedi  <shahab@synopsys.com>
+
+       * scripttempl/elfarc.sc (.init_array): Keep ".init_array.*".
+       (.fini_array): Keep ".fini_array.*".
+
+2020-07-30  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
+
+       * Makefile.am (AM_CPPFLAGS): Add LARGEFILE_CPPFLAGS.
+       * Makefile.in: Regenerate.
+       * configure: Regenerate.
+
+2020-07-29  Maciej W. Rozycki  <macro@linux-mips.org>
+
+       * testsuite/ld-elf/sec64k.exp: Also accept a section symbol with
+       a name.
+       * testsuite/ld-mips-elf/global-local-symtab-sort-o32.d: New
+       test.
+       * testsuite/ld-mips-elf/global-local-symtab-sort-o32t.d: New
+       test.
+       * testsuite/ld-mips-elf/global-local-symtab-sort-n32.d: New
+       test.
+       * testsuite/ld-mips-elf/global-local-symtab-sort-n32t.d: New
+       test.
+       * testsuite/ld-mips-elf/global-local-symtab-sort-n64.d: New
+       test.
+       * testsuite/ld-mips-elf/global-local-symtab-sort-n64t.d: New
+       test.
+       * testsuite/ld-mips-elf/global-local-symtab-final-o32.d: New
+       test.
+       * testsuite/ld-mips-elf/global-local-symtab-final-n32.d: New
+       test.
+       * testsuite/ld-mips-elf/global-local-symtab-final-n64.d: New
+       test.
+       * testsuite/ld-mips-elf/mips-elf.exp: Run the new tests.
+
+2020-07-29  Maciej W. Rozycki  <macro@linux-mips.org>
+
+       * testsuite/ld-mips-elf/global-local-symtab-o32.d: New test.
+       * testsuite/ld-mips-elf/global-local-symtab-o32t.d: New test.
+       * testsuite/ld-mips-elf/global-local-symtab-n32.d: New test.
+       * testsuite/ld-mips-elf/global-local-symtab-n32t.d: New test.
+       * testsuite/ld-mips-elf/global-local-symtab-n64.d: New test.
+       * testsuite/ld-mips-elf/global-local-symtab.ld: New test linker
+       script.
+       * testsuite/ld-mips-elf/mips-elf.exp: Run the new tests.
+
+2020-07-29  Alan Modra  <amodra@gmail.com>
+
+       * ldelf.c (ldelf_before_place_orphans): Set SEC_EXCLUDE for
+       discarded sections.
+
+2020-07-28  Alan Modra  <amodra@gmail.com>
+
+       * ldlang.c (lang_check): Don't complain about relocs or merge
+       attributes from --just-symbols input.
+       * testsuite/ld-misc/just-symbols.exp: Just dump .data section.
+       Don't run test on a number of targets.
+
+2020-07-28  Alan Modra  <amodra@gmail.com>
+
+       * testsuite/ld-misc/just-symbols-1.dd: Revert last change.
+
+2020-07-27  Alan Modra  <amodra@gmail.com>
+
+       * testsuite/ld-misc/just-symbols.exp: Run for x86_64 PE too.
+       Set LDFLAGS for PE and XCOFF.
+       * testsuite/ld-misc/just-symbols.ld: Accept XCOFF mapped .data.
+       * testsuite/ld-misc/just-symbols-1.dd: Don't check format or
+       "Contents of section" lines.
+
+2020-07-27  Alan Modra  <amodra@gmail.com>
+
+       * testsuite/lib/ld-lib.exp (check_ctf_available): Check first that
+       target compiler is available.
+
+2020-07-23  Maciej W. Rozycki  <macro@wdc.com>
+
+       PR ld/26288
+       * ldelf.c (ldelf_after_open): Do not reject ET_EXEC input
+       supplied with `--just-symbols'.
+       * testsuite/ld-misc/just-symbols.exp: New test script.
+       * testsuite/ld-misc/just-symbols-1.dd: New test dump.
+       * testsuite/ld-misc/just-symbols.ld: New test linker script.
+       * testsuite/ld-misc/just-symbols-0.s: New test source.
+       * testsuite/ld-misc/just-symbols-1.s: New test source.
+
+2020-07-23  Maciej W. Rozycki  <macro@wdc.com>
+
+       PR ld/26288
+
+       Revert:
+       PR 26047
+       * ldelf.c (ldelf_after_open): Fail if attempting to link one
+       executable into another.
+
+2020-07-22  Nick Alcock  <nick.alcock@oracle.com>
+
+       * testsuite/ld-ctf/ctf.exp: Skip on non-ELF for now.
+
+2020-07-22  Nick Alcock  <nick.alcock@oracle.com>
+
+       * ldlang.c (ldlang_open_ctf): Set SEC_EXCLUDE on all but the
+       first input .ctf section.
+
+2020-07-22  Nick Alcock  <nick.alcock@oracle.com>
+
+       * configure.ac (enable_libctf): Substitute it.
+       * Makefile.am (enablings.exp): New.
+       (EXTRA_DEJAGNU_SITE_CONFIG): Add it.
+       (DISTCLEANFILES): Likewise.
+       * Makefile.in: Regenerate.
+       * configure: Likewise.
+       * testsuite/lib/ld-lib.exp (compile_one_cc): New.
+       (check_ctf_available): Likewise.
+       (skip_ctf_tests): Likewise.
+       * testsuite/ld-ctf/ctf.exp: Call skip_ctf_tests.
+
+2020-07-22  Egeyar Bagcioglu  <egeyar.bagcioglu@oracle.com>
+
+       * testsuite/ld-ctf/ctf.exp: New file.
+       * testsuite/ld-ctf/A-2.c: New file.
+       * testsuite/ld-ctf/A.c: New file.
+       * testsuite/ld-ctf/B-2.c: New file.
+       * testsuite/ld-ctf/B.c: New file.
+       * testsuite/ld-ctf/C-2.c: New file.
+       * testsuite/ld-ctf/C.c: New file.
+       * testsuite/ld-ctf/array-char.c: New file.
+       * testsuite/ld-ctf/array-int.c: New file.
+       * testsuite/ld-ctf/array.d: New file.
+       * testsuite/ld-ctf/child-float.c: New file.
+       * testsuite/ld-ctf/child-int.c: New file.
+       * testsuite/ld-ctf/conflicting-cycle-1.B-1.d: New file.
+       * testsuite/ld-ctf/conflicting-cycle-1.B-2.d: New file.
+       * testsuite/ld-ctf/conflicting-cycle-1.parent.d: New file.
+       * testsuite/ld-ctf/conflicting-cycle-2.A-1.d: New file.
+       * testsuite/ld-ctf/conflicting-cycle-2.A-2.d: New file.
+       * testsuite/ld-ctf/conflicting-cycle-2.parent.d: New file.
+       * testsuite/ld-ctf/conflicting-cycle-3.C-1.d: New file.
+       * testsuite/ld-ctf/conflicting-cycle-3.C-2.d: New file.
+       * testsuite/ld-ctf/conflicting-cycle-3.parent.d: New file.
+       * testsuite/ld-ctf/conflicting-enums.d: New file.
+       * testsuite/ld-ctf/conflicting-typedefs.d: New file.
+       * testsuite/ld-ctf/cross-tu-1.c: New file.
+       * testsuite/ld-ctf/cross-tu-2.c: New file.
+       * testsuite/ld-ctf/cross-tu-conflicting-2.c: New file.
+       * testsuite/ld-ctf/cross-tu-cyclic-1.c: New file.
+       * testsuite/ld-ctf/cross-tu-cyclic-2.c: New file.
+       * testsuite/ld-ctf/cross-tu-cyclic-3.c: New file.
+       * testsuite/ld-ctf/cross-tu-cyclic-4.c: New file.
+       * testsuite/ld-ctf/cross-tu-cyclic-conflicting.d: New file.
+       * testsuite/ld-ctf/cross-tu-cyclic-nonconflicting.d: New file.
+       * testsuite/ld-ctf/cross-tu-into-cycle.d: New file.
+       * testsuite/ld-ctf/cross-tu-noncyclic.d: New file.
+       * testsuite/ld-ctf/cycle-1.c: New file.
+       * testsuite/ld-ctf/cycle-1.d: New file.
+       * testsuite/ld-ctf/cycle-2.A.d: New file.
+       * testsuite/ld-ctf/cycle-2.B.d: New file.
+       * testsuite/ld-ctf/cycle-2.C.d: New file.
+       * testsuite/ld-ctf/diag-ctf-version-0.d: New file.
+       * testsuite/ld-ctf/diag-ctf-version-0.s: New file.
+       * testsuite/ld-ctf/diag-ctf-version-2-unsupported-feature.d: New file.
+       * testsuite/ld-ctf/diag-ctf-version-2-unsupported-feature.s: New file.
+       * testsuite/ld-ctf/diag-ctf-version-f.d: New file.
+       * testsuite/ld-ctf/diag-ctf-version-f.s: New file.
+       * testsuite/ld-ctf/diag-cttname-invalid.d: New file.
+       * testsuite/ld-ctf/diag-cttname-invalid.s: New file.
+       * testsuite/ld-ctf/diag-cttname-null.d: New file.
+       * testsuite/ld-ctf/diag-cttname-null.s: New file.
+       * testsuite/ld-ctf/diag-cuname.d: New file.
+       * testsuite/ld-ctf/diag-cuname.s: New file.
+       * testsuite/ld-ctf/diag-decompression-failure.d: New file.
+       * testsuite/ld-ctf/diag-decompression-failure.s: New file.
+       * testsuite/ld-ctf/diag-parlabel.d: New file.
+       * testsuite/ld-ctf/diag-parlabel.s: New file.
+       * testsuite/ld-ctf/diag-parname.d: New file.
+       * testsuite/ld-ctf/diag-parname.s: New file.
+       * testsuite/ld-ctf/diag-unsupported-flag.d: New file.
+       * testsuite/ld-ctf/diag-unsupported-flag.s: New file.
+       * testsuite/ld-ctf/diag-wrong-magic-number-mixed.d: New file.
+       * testsuite/ld-ctf/diag-wrong-magic-number.d: New file.
+       * testsuite/ld-ctf/diag-wrong-magic-number.s: New file.
+       * testsuite/ld-ctf/enum-2.c: New file.
+       * testsuite/ld-ctf/enum.c: New file.
+       * testsuite/ld-ctf/function.c: New file.
+       * testsuite/ld-ctf/function.d: New file.
+       * testsuite/ld-ctf/slice.c: New file.
+       * testsuite/ld-ctf/slice.d: New file.
+       * testsuite/ld-ctf/super-sub-cycles.c: New file.
+       * testsuite/ld-ctf/super-sub-cycles.d: New file.
+       * testsuite/ld-ctf/typedef-int.c: New file.
+       * testsuite/ld-ctf/typedef-long.c: New file.
+       * testsuite/ld-ctf/union-1.c: New file.
+
+2020-07-22  Nick Alcock  <nick.alcock@oracle.com>
+
+       * ldlex.h (option_values) <OPTION_CTF_VARIABLES,
+       OPTION_NO_CTF_VARIABLES, OPTION_CTF_SHARE_TYPES>: New.
+       * ld.h (ld_config_type) <ctf_variables, ctf_share_duplicated>:
+       New fields.
+       * ldlang.c (lang_merge_ctf): Use them.
+       * lexsup.c (ld_options): Add ctf-variables, no-ctf-variables,
+       ctf-share-types.
+       (parse_args) <OPTION_CTF_VARIABLES, OPTION_NO_CTF_VARIABLES,
+       OPTION_CTF_SHARE_TYPES>: New cases.
+       * ld.texi: Document new options.
+       * NEWS: Likewise.
+
+2020-07-22  Egeyar Bagcioglu  <egeyar.bagcioglu@oracle.com>
+
+       * ldlang.c (lang_merge_ctf): Turn errors into warnings.
+       Fix a comment typo.
+       (lang_write_ctf): Turn an error into a warning.
+       (ldlang_open_ctf): Reformat warnings. Fix printing file names.
+
+2020-07-22  Nick Alcock  <nick.alcock@oracle.com>
+
+       * ldlang.c (lang_ctf_errs_warnings): New, print CTF errors
+       and warnings.  Assert when libctf asserts.
+       (lang_merge_ctf): Call it.
+       (land_write_ctf): Likewise.
+
+2020-07-22  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR ld/26262
+       PR ld/26267
+       * ldlang.c (lang_process): Set lto_all_symbols_read after all
+       LTO IR symbols have been read.
+       * plugin.c (plugin_notice): Override the IR definition only if
+       all LTO IR symbols have been read or the new definition is
+       non-weak and the the IR definition is weak
+       * testsuite/ld-plugin/lto.exp: Run PR ld/26262 and ld/26267
+       tests.
+       * testsuite/ld-plugin/pr26262a.c: New file.
+       * testsuite/ld-plugin/pr26262b.c: Likewise.
+       * testsuite/ld-plugin/pr26262c.c: Likewise.
+       * testsuite/ld-plugin/pr26267.err: Likewise.
+       * testsuite/ld-plugin/pr26267a.c: Likewise.
+       * testsuite/ld-plugin/pr26267b.c: Likewise.
+       * testsuite/ld-plugin/pr26267c.c: Likewise.
+
+2020-07-20  Nick Clifton  <nickc@redhat.com>
+
+       * testsuite/ld-powerpc/powerpc.exp (ppcelftests): Use section name
+       .PPC.EMB.apuinfo instead of section number 2 in apuinfo tests.
+
+2020-07-20  Alan Modra  <amodra@gmail.com>
+
+       PR 26265
+       * ldlang.c (undef_from_cmdline): Delete.
+       (ldlang_add_undef): Mark "cmdline" param unused.
+       (lang_end): Traverse gc_sym_list to determine whether a symbol root
+       has been specified.  Update error message.
+       * testsuite/ld-gc/noent.d: Adjust for changed error message.
+
+2020-07-20  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR gas/26263
+       * testsuite/ld-i386/pr26263.d: Updated.
+       * testsuite/ld-x86-64/pr26263.d: Likewise.
+       * testsuite/ld-x86-64/x86-64.exp: Run gas/26263 test for all ELF
+       targets.
+
+2020-07-19  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR gas/26263
+       * testsuite/ld-i386/i386.exp: Run PR gas/26263 test.
+       * testsuite/ld-x86-64/x86-64.exp: Likewise.
+       * testsuite/ld-i386/pr26263.d: New file.
+       * testsuite/ld-x86-64/pr26263.d: Likewise.
+       * testsuite/ld-x86-64/pr26263.s: Likewise.
+
+2020-07-19  Hans-Peter Nilsson  <hp@bitrange.com>
+
+       * scripttempl/elf.sc (ETEXT_LAST_IN_RODATA_SEGMENT): New variable.
+       * emulparams/elf64mmix.sh (ETEXT_LAST_IN_RODATA_SEGMENT): Define.
+       * testsuite/ld-mmix/sec-1.d: Adjust.
+
+2020-07-19  Alan Modra  <amodra@gmail.com>
+
+       * emultempl/ppc64elf.em (power10-stubs): Accept optional "auto" arg.
+       * ld.texi (power10-stubs): Update.
+       * testsuite/ld-powerpc/callstub-1.d: Force --power10-stubs.
+       * testsuite/ld-powerpc/callstub-2.d: Relax branch offset comparison.
+       * testsuite/ld-powerpc/callstub-4.d: New test.
+       * testsuite/ld-powerpc/notoc.d: Force --no-power10-stubs.
+       * testsuite/ld-powerpc/notoc3.d,
+       * testsuite/ld-powerpc/notoc3.s,
+       * testsuite/ld-powerpc/notoc3.wf: New test.
+       * testsuite/ld-powerpc/powerpc.exp: Run new tests.  Pass
+       --no-power10-stubs for notoc link.
+
+2020-07-17  Hans-Peter Nilsson  <hp@bitrange.com>
+
+       * scripttempt/mmo.sc: Move .init first in .text output section.
+       * testsuite/ld-mmix/bpo-9m.d: Adjust accordingly.
+
+2020-07-15  Jan Beulich  <jbeulich@suse.com>
+
+       * testsuite/ld-i386/ibt-plt-1.d, testsuite/ld-i386/ibt-plt-2a.d,
+       testsuite/ld-i386/ibt-plt-2c.d, testsuite/ld-i386/ibt-plt-3a.d,
+       testsuite/ld-i386/ibt-plt-3c.d, testsuite/ld-i386/plt-pic.pd,
+       testsuite/ld-i386/plt-pic2.dd, testsuite/ld-i386/plt.pd,
+       testsuite/ld-i386/plt2.dd, testsuite/ld-i386/pr19636-1d.d,
+       testsuite/ld-i386/pr19636-1l.d, testsuite/ld-i386/pr19636-2c.d,
+       testsuite/ld-i386/pr20830.d, testsuite/ld-i386/vxworks1-lib.dd,
+       testsuite/ld-i386/vxworks1.dd,
+       testsuite/ld-ifunc/ifunc-2-i386-now.d,
+       testsuite/ld-ifunc/ifunc-2-local-i386-now.d,
+       testsuite/ld-ifunc/ifunc-2-local-x86-64-now.d,
+       testsuite/ld-ifunc/ifunc-2-x86-64-now.d,
+       testsuite/ld-ifunc/ifunc-21-x86-64.d,
+       testsuite/ld-ifunc/ifunc-22-x86-64.d,
+       testsuite/ld-ifunc/pr17154-i386-now.d,
+       testsuite/ld-ifunc/pr17154-i386.d,
+       testsuite/ld-ifunc/pr17154-x86-64-now.d,
+       testsuite/ld-ifunc/pr17154-x86-64.d,
+       testsuite/ld-x86-64/align-branch-1.d,
+       testsuite/ld-x86-64/bnd-branch-1-now.d,
+       testsuite/ld-x86-64/bnd-branch-1.d,
+       testsuite/ld-x86-64/bnd-ifunc-1-now.d,
+       testsuite/ld-x86-64/bnd-ifunc-1.d,
+       testsuite/ld-x86-64/bnd-ifunc-2-now.d,
+       testsuite/ld-x86-64/bnd-ifunc-2.d,
+       testsuite/ld-x86-64/bnd-plt-1-now.d,
+       testsuite/ld-x86-64/bnd-plt-1.d,
+       testsuite/ld-x86-64/call1a.d, testsuite/ld-x86-64/call1b.d,
+       testsuite/ld-x86-64/call1d.d, testsuite/ld-x86-64/call1e.d,
+       testsuite/ld-x86-64/call1f.d, testsuite/ld-x86-64/call1g.d,
+       testsuite/ld-x86-64/call1h.d, testsuite/ld-x86-64/call1i.d,
+       testsuite/ld-x86-64/gotpcrel1.dd,
+       testsuite/ld-x86-64/hidden2.d,
+       testsuite/ld-x86-64/ibt-plt-1-x32.d,
+       testsuite/ld-x86-64/ibt-plt-1.d,
+       testsuite/ld-x86-64/ibt-plt-2a-x32.d,
+       testsuite/ld-x86-64/ibt-plt-2a.d,
+       testsuite/ld-x86-64/ibt-plt-2c-x32.d,
+       testsuite/ld-x86-64/ibt-plt-2c.d,
+       testsuite/ld-x86-64/ibt-plt-3a-x32.d,
+       testsuite/ld-x86-64/ibt-plt-3a.d,
+       testsuite/ld-x86-64/ibt-plt-3c-x32.d,
+       testsuite/ld-x86-64/ibt-plt-3c.d,
+       testsuite/ld-x86-64/libno-plt-1b.dd,
+       testsuite/ld-x86-64/mpx3.dd, testsuite/ld-x86-64/mpx3n.dd,
+       testsuite/ld-x86-64/mpx4.dd, testsuite/ld-x86-64/mpx4n.dd,
+       testsuite/ld-x86-64/no-plt-1a.dd,
+       testsuite/ld-x86-64/no-plt-1b.dd,
+       testsuite/ld-x86-64/no-plt-1c.dd,
+       testsuite/ld-x86-64/no-plt-1d.dd,
+       testsuite/ld-x86-64/no-plt-1e.dd,
+       testsuite/ld-x86-64/no-plt-1f.dd,
+       testsuite/ld-x86-64/no-plt-1g.dd,
+       testsuite/ld-x86-64/plt-main-bnd.dd,
+       testsuite/ld-x86-64/plt-main-ibt-x32.dd,
+       testsuite/ld-x86-64/plt-main-ibt.dd,
+       testsuite/ld-x86-64/plt.pd, testsuite/ld-x86-64/plt2.dd,
+       testsuite/ld-x86-64/pr19609-5a.d,
+       testsuite/ld-x86-64/pr19609-5b.d,
+       testsuite/ld-x86-64/pr19609-5c.d,
+       testsuite/ld-x86-64/pr19609-5e.d,
+       testsuite/ld-x86-64/pr19609-7b.d,
+       testsuite/ld-x86-64/pr19609-7d.d,
+       testsuite/ld-x86-64/pr19636-2d.d,
+       testsuite/ld-x86-64/pr19636-2l.d,
+       testsuite/ld-x86-64/pr20253-1b.d,
+       testsuite/ld-x86-64/pr20253-1d.d,
+       testsuite/ld-x86-64/pr20253-1f.d,
+       testsuite/ld-x86-64/pr20253-1h.d,
+       testsuite/ld-x86-64/pr20253-1j.d,
+       testsuite/ld-x86-64/pr20253-1l.d,
+       testsuite/ld-x86-64/pr20830a-now.d,
+       testsuite/ld-x86-64/pr20830a.d,
+       testsuite/ld-x86-64/pr20830b-now.d,
+       testsuite/ld-x86-64/pr20830b.d,
+       testsuite/ld-x86-64/pr21038a-now.d,
+       testsuite/ld-x86-64/pr21038a.d,
+       testsuite/ld-x86-64/pr21038b-now.d,
+       testsuite/ld-x86-64/pr21038b.d,
+       testsuite/ld-x86-64/pr21038c-now.d,
+       testsuite/ld-x86-64/pr21038c.d,
+       testsuite/ld-x86-64/pr23930-x32.d,
+       testsuite/ld-x86-64/pr23930.d,
+       testsuite/ld-x86-64/pr25416-1a.d,
+       testsuite/ld-x86-64/pr25416-2a.d,
+       testsuite/ld-x86-64/pr26018.d,
+       testsuite/ld-x86-64/protected2-k1om.d,
+       testsuite/ld-x86-64/protected2-l1om.d,
+       testsuite/ld-x86-64/protected2.d,
+       testsuite/ld-x86-64/protected3.d,
+       testsuite/ld-x86-64/protected8.d,
+       testsuite/ld-x86-64/tlsbin.dd, testsuite/ld-x86-64/tlsbin2.dd,
+       testsuite/ld-x86-64/tlsbindesc.dd,
+       testsuite/ld-x86-64/tlsdesc.dd,
+       testsuite/ld-x86-64/tlsdesc.pd,
+       testsuite/ld-x86-64/tlsgd10.dd,
+       testsuite/ld-x86-64/tlsgd7.dd, testsuite/ld-x86-64/tlsgd8.dd,
+       testsuite/ld-x86-64/tlsgd9.dd,
+       testsuite/ld-x86-64/tlsgdesc.dd,
+       testsuite/ld-x86-64/tlsld3.dd, testsuite/ld-x86-64/tlsld4.dd,
+       testsuite/ld-x86-64/tlspic.dd, testsuite/ld-x86-64/tlspic2.dd,
+       testsuite/ld-x86-64/tlspie2b.d, testsuite/ld-x86-64/tlspie2c.d:
+       Adjust expectations.
+
+2020-07-15  Hans-Peter Nilsson  <hp@bitrange.com>
+
+       * testsuite/ld-mmix/undef-1.d, testsuite/ld-mmix/undef-1m.d,
+       testsuite/ld-mmix/undef-2.d, testsuite/ld-mmix/undef-2m.d: Add
+       start- and end-anchors to error-string to match just a
+       single-line error-message.
+
+2020-07-13  Alan Modra  <amodra@gmail.com>
+
+       * testsuite/ld-scripts/default-script1.d: Don't skip, xfail
+       using is_pecoff_format.
+       * testsuite/ld-scripts/default-script2.d: Likewise.
+       * testsuite/ld-scripts/default-script3.d: Likewise.
+       * testsuite/ld-scripts/default-script4.d: Likewise.
+       * testsuite/ld-scripts/pr20302.d: Remove x86_64-*-cygwin from notarget.
+       * testsuite/ld-scripts/provide-6.d: Remove x86_64-*-cygwin from xfail.
+       * testsuite/ld-scripts/provide-8.d: Likewise.
+
+2020-07-10  Alan Modra  <amodra@gmail.com>
+
+       * ld.texi (PowerPC64 ELF64): Document --no-inline-optimize,
+       --power10-stubs and --no-power10-stubs.
+
+2020-07-10  Alan Modra  <amodra@gmail.com>
+
+       * emultempl/ppc64elf.em (params): Init new field.
+       (enum ppc64_opt): Add OPTION_POWER10_STUBS and OPTION_NO_POWER10_STUBS.
+       (PARSE_AND_LIST_LONGOPTS): Support --power10-stubs and
+       --no-power10-stubs.
+       (PARSE_AND_LIST_OPTIONS, PARSE_AND_LIST_ARGS_CASES): Likewise.
+       * testsuite/ld-powerpc/callstub-3.d: New test.
+       * testsuite/ld-powerpc/powerpc.exp: Run it.
+
+2020-07-09  Alan Modra  <amodra@gmail.com>
+
+       * emulparams/ppcpe.sh: Delete.
+       * scripttempl/ppcpe.sc: Delete.
+       * emulparams/ppclynx.sh: Delete.
+       * Makefile.am (ALL_EMULATION_SOURCES): Remove ppc PE and lynxos.
+       * configure.tgt: Likewise.
+       * emultempl/beos.em: Remove powerpc PE support.
+       * emultempl/pe.em: Likewise.
+       * po/BLD-POTFILES.in: Regenerate.
+       * Makefile.in: Regenerate.
+
+2020-07-09  Alan Modra  <amodra@gmail.com>
+
+       * testsuite/ld-gc/gc.exp: Don't set -mminimal-toc for powerpc64,
+       and remove powerpc64 xfail.  Use -fno-PIE for ppc32.
+
+2020-07-09  Alan Modra  <amodra@gmail.com>
+
+       PR 18841
+       * testsuite/ld-ifunc/ifunc.exp: Run pr18841 tests non-pie.
+
+2020-07-08  Alan Modra  <amodra@gmail.com>
+
+       * testsuite/lib/ld-lib.exp (ar_simple_create): Pass options before
+       ar command.
+       * testsuite/ld-powerpc/aix52.exp: Run for rs6000-aix5.2.  Update
+       match files.
+       * testsuite/ld-powerpc/aix-abs-branch-1.dd: Update.
+       * testsuite/ld-powerpc/aix-core-sec-1.hd: Update.
+       * testsuite/ld-powerpc/aix-gc-1-32.dd: Update.
+       * testsuite/ld-powerpc/aix-gc-1-64.dd: Update.
+       * testsuite/ld-powerpc/aix-glink-1-32.dd: Update.
+       * testsuite/ld-powerpc/aix-glink-1-64.dd: Update.
+       * testsuite/ld-powerpc/aix-glink-2-32.dd: Update.
+       * testsuite/ld-powerpc/aix-glink-2-64.dd: Update.
+       * testsuite/ld-powerpc/aix-no-dup-syms-1-rel.rd: Update.
+       * testsuite/ld-powerpc/aix-ref-1-32.od: Update.
+       * testsuite/ld-powerpc/aix-ref-1-64.od: Update.
+       * testsuite/ld-powerpc/aix-toc-1-32.dd: Update.
+       * testsuite/ld-powerpc/aix-toc-1-64.dd: Update.
+       * testsuite/ld-powerpc/aix-weak-3-32.dd: Update.
+       * testsuite/ld-powerpc/aix-weak-3-64.dd: Update.
+       * testsuite/ld-powerpc/aix-abs-branch-1.nd: Delete, replace with..
+       * testsuite/ld-powerpc/aix-abs-branch-1-32.nd,
+       * testsuite/ld-powerpc/aix-abs-branch-1-64.nd: ..these new files.
+       * testsuite/ld-powerpc/aix-abs-reloc-1.nd: Delete, replace with..
+       * testsuite/ld-powerpc/aix-abs-reloc-1-32.nd,
+       * testsuite/ld-powerpc/aix-abs-reloc-1-64.nd: ..these new files.
+       * testsuite/ld-powerpc/aix-abs-reloc-1.od: Delete, replace with..
+       * testsuite/ld-powerpc/aix-abs-reloc-1-32.od,
+       * testsuite/ld-powerpc/aix-abs-reloc-1-64.od: ..these new files.
+       * testsuite/ld-powerpc/aix-export-1-all.dd: Delete, replace with..
+       * testsuite/ld-powerpc/aix-export-1-all-32.dd,
+       * testsuite/ld-powerpc/aix-export-1-all-64.dd: ..these new files.
+       * testsuite/ld-powerpc/aix-export-1-full.dd: Delete, replace with..
+       * testsuite/ld-powerpc/aix-export-1-full-32.dd,
+       * testsuite/ld-powerpc/aix-export-1-full-64.dd: ..these new files.
+       * testsuite/ld-powerpc/aix-export-2.nd: Delete, replace with..
+       * testsuite/ld-powerpc/aix-export-2-32.nd,
+       * testsuite/ld-powerpc/aix-export-2-64.nd: ..these new files.
+       * testsuite/ld-powerpc/aix-gc-1.nd: Delete, replace with..
+       * testsuite/ld-powerpc/aix-gc-1-32.nd,
+       * testsuite/ld-powerpc/aix-gc-1-64.nd: ..these new files.
+       * testsuite/ld-powerpc/aix-glink-3.dd: Delete, replace with..
+       * testsuite/ld-powerpc/aix-glink-3-32.dd,
+       * testsuite/ld-powerpc/aix-glink-3-64.dd: ..these new files.
+       * testsuite/ld-powerpc/aix-lineno-1a.dd: Delete, replace with..
+       * testsuite/ld-powerpc/aix-lineno-1a-32.dd,
+       * testsuite/ld-powerpc/aix-lineno-1a-64.dd: ..these new files.
+       * testsuite/ld-powerpc/aix-lineno-1a.nd: Delete, replace with..
+       * testsuite/ld-powerpc/aix-lineno-1a-32.nd,
+       * testsuite/ld-powerpc/aix-lineno-1a-64.nd: ..these new files.
+       * testsuite/ld-powerpc/aix-lineno-1b.dd: Delete, replace with..
+       * testsuite/ld-powerpc/aix-lineno-1b-32.dd,
+       * testsuite/ld-powerpc/aix-lineno-1b-64.dd: ..these new files.
+       * testsuite/ld-powerpc/aix-lineno-1b.nd: Delete, replace with..
+       * testsuite/ld-powerpc/aix-lineno-1b-32.nd,
+       * testsuite/ld-powerpc/aix-lineno-1b-64.nd: ..these new files.
+       * testsuite/ld-powerpc/aix-no-dup-syms-1-dso.dnd: Delete, replace with..
+       * testsuite/ld-powerpc/aix-no-dup-syms-1-dso-32.dnd,
+       * testsuite/ld-powerpc/aix-no-dup-syms-1-dso-64.dnd: ..these new files.
+       * testsuite/ld-powerpc/aix-no-dup-syms-1-dso.drd: Delete, replace with..
+       * testsuite/ld-powerpc/aix-no-dup-syms-1-dso-32.drd,
+       * testsuite/ld-powerpc/aix-no-dup-syms-1-dso-64.drd: ..these new files.
+       * testsuite/ld-powerpc/aix-no-dup-syms-1-dso.nd: Delete, replace with..
+       * testsuite/ld-powerpc/aix-no-dup-syms-1-dso-32.nd,
+       * testsuite/ld-powerpc/aix-no-dup-syms-1-dso-64.nd: ..these new files.
+       * testsuite/ld-powerpc/aix-no-dup-syms-1-dso.rd: Delete, replace with..
+       * testsuite/ld-powerpc/aix-no-dup-syms-1-dso-32.rd,
+       * testsuite/ld-powerpc/aix-no-dup-syms-1-dso-64.rd: ..these new files.
+       * testsuite/ld-powerpc/aix-weak-1-dso.dnd: Delete, replace with..
+       * testsuite/ld-powerpc/aix-weak-1-dso-32.dnd,
+       * testsuite/ld-powerpc/aix-weak-1-dso-64.dnd: ..these new files.
+       * testsuite/ld-powerpc/aix-weak-1-dso.hd: Delete, replace with..
+       * testsuite/ld-powerpc/aix-weak-1-dso-32.hd,
+       * testsuite/ld-powerpc/aix-weak-1-dso-64.hd: ..these new files.
+       * testsuite/ld-powerpc/aix-weak-1-dso.nd: Delete, replace with..
+       * testsuite/ld-powerpc/aix-weak-1-dso-32.nd,
+       * testsuite/ld-powerpc/aix-weak-1-dso-64.nd: ..these new files.
+       * testsuite/ld-powerpc/aix-weak-1-gcdso.dnd: Delete, replace with..
+       * testsuite/ld-powerpc/aix-weak-1-gcdso-32.dnd,
+       * testsuite/ld-powerpc/aix-weak-1-gcdso-64.dnd: ..these new files.
+       * testsuite/ld-powerpc/aix-weak-1-gcdso.hd: Delete, replace with..
+       * testsuite/ld-powerpc/aix-weak-1-gcdso-32.hd,
+       * testsuite/ld-powerpc/aix-weak-1-gcdso-64.hd: ..these new files.
+       * testsuite/ld-powerpc/aix-weak-1-gcdso.nd: Delete, replace with..
+       * testsuite/ld-powerpc/aix-weak-1-gcdso-32.nd,
+       * testsuite/ld-powerpc/aix-weak-1-gcdso-64.nd: ..these new files.
+       * testsuite/ld-powerpc/aix-weak-2a.nd: Delete, replace with..
+       * testsuite/ld-powerpc/aix-weak-2a-32.nd,
+       * testsuite/ld-powerpc/aix-weak-2a-64.nd: ..these new files.
+       * testsuite/ld-powerpc/aix-weak-2b.nd: Delete, replace with..
+       * testsuite/ld-powerpc/aix-weak-2b-32.nd,
+       * testsuite/ld-powerpc/aix-weak-2b-64.nd: ..these new files.
+       * testsuite/ld-powerpc/aix-weak-2c.nd: Delete, replace with..
+       * testsuite/ld-powerpc/aix-weak-2c-32.nd,
+       * testsuite/ld-powerpc/aix-weak-2c-64.nd: ..these new files.
+       * testsuite/ld-powerpc/aix-weak-2c.od: Delete, replace with..
+       * testsuite/ld-powerpc/aix-weak-2c-32.od,
+       * testsuite/ld-powerpc/aix-weak-2c-64.od: ..these new files.
+
+2020-07-07  Alan Modra  <amodra@gmail.com>
+
+       * testsuite/ld-scripts/section-match-1.d: xfail h8300.
+
+2020-07-07  Alan Modra  <amodra@gmail.com>
+
+       * testsuite/ld-scripts/align.exp: Don't exclude xcoff.  Pass
+       -bnogc ld option for xcoff.
+       * testsuite/ld-scripts/provide.exp: Likewise.
+       * testsuite/ld-scripts/data.exp: Pass -bnogc ld option for xcoff.
+       * testsuite/ld-scripts/default-script.exp: Likewise.
+       * testsuite/ld-scripts/defined.exp: Likewise.
+       * testsuite/ld-scripts/empty-address.exp: Likewise.
+       * testsuite/ld-scripts/expr.exp: Likewise.
+       * testsuite/ld-scripts/include.exp: Likewise.
+       * testsuite/ld-scripts/script.exp: Likewise.
+       * testsuite/ld-scripts/assign-loc.d: Don't exclude xcoff.
+       * testsuite/ld-scripts/defined3.d: Likewise.
+       * testsuite/ld-scripts/defined4.d: Likewise.
+       * testsuite/ld-scripts/pr18963.d: Likewise.
+       * testsuite/ld-scripts/sane1.d: Likewise.
+       * testsuite/ld-scripts/segment-start.d: Likewise.
+       * testsuite/ld-scripts/include-1.d: Likewise, and relax text vma.
+       * testsuite/ld-scripts/defined5.d: Update xfail and comment.
+       * testsuite/ld-scripts/defined5.s: Tweak "defined" to be at
+       non-zero section offset.
+       * testsuite/ld-scripts/fill16.d: xfail for xcoff.
+       * testsuite/ld-scripts/provide-2.d: Accept more symbols.
+       * testsuite/ld-scripts/provide-4.d: Likewise.
+       * testsuite/ld-scripts/provide-5.d: Likewise.
+       * testsuite/ld-scripts/provide-6.d: Likewise.
+       * testsuite/ld-scripts/provide-7.d: Likewise.
+       * testsuite/ld-scripts/align.t: Accept xcoff mapped .text and .data.
+       * testsuite/ld-scripts/defined3.t: Likewise.
+       * testsuite/ld-scripts/defined4.t: Likewise.
+       * testsuite/ld-scripts/defined5.t: Likewise.
+       * testsuite/ld-scripts/fill.t: Likewise.
+       * testsuite/ld-scripts/include-subdata.t: Likewise.
+       * testsuite/ld-scripts/provide-1.t: Likewise.
+       * testsuite/ld-scripts/provide-2.t: Likewise.
+       * testsuite/ld-scripts/provide-3.t: Likewise.
+       * testsuite/ld-scripts/provide-4.t: Likewise.
+       * testsuite/ld-scripts/provide-5.t: Likewise.
+       * testsuite/ld-scripts/provide-6.t: Likewise.
+       * testsuite/ld-scripts/provide-7.t: Likewise.
+       * testsuite/ld-scripts/provide-8.t: Likewise.
+       * testsuite/ld-scripts/assign-loc.t: Add required xcoff sections.
+       * testsuite/ld-scripts/sizeof.t: Likewise.
+       * testsuite/ld-scripts/align2.t: Likewise, and mapped sections.
+       * testsuite/ld-scripts/align5.t: Likewise.
+       * testsuite/ld-scripts/default-script.t: Likewise.
+       * testsuite/ld-scripts/empty-address-1.t: Likewise.
+       * testsuite/ld-scripts/empty-address-2a.t: Likewise.
+       * testsuite/ld-scripts/empty-address-2b.t: Likewise.
+       * testsuite/ld-scripts/empty-address-3a.t: Likewise.
+       * testsuite/ld-scripts/empty-address-3b.t: Likewise.
+       * testsuite/ld-scripts/empty-address-3c.t: Likewise.
+       * testsuite/ld-scripts/include-sections.t: Likewise.
+       * testsuite/ld-scripts/pr14962.t: Likewise.
+       * testsuite/ld-scripts/sane1.t: Likewise.
+
+2020-07-07  Alan Modra  <amodra@gmail.com>
+
+       * testsuite/ld-scripts/align.exp: Use is_pecoff_format.
+       * testsuite/ld-scripts/defined.exp: Likewise.
+       * testsuite/ld-scripts/provide.exp: Likewise.
+       * testsuite/ld-scripts/weak.exp: Likewise.
+       * testsuite/ld-scripts/empty-address.exp: Likewise.  Reset LDFLAGS
+       on exit.
+       * testsuite/ld-scripts/expr.exp: Set LDFLAGS earlier, and with
+       --image-base for PE.
+       * testsuite/ld-scripts/include.exp: Set LDFLAGS for PE.
+       * testsuite/ld-scripts/script.exp: Use is_pecoff_format, and
+       set LDFLAGS as well as flags.
+
+2020-07-07  Alan Modra  <amodra@gmail.com>
+
+       * testsuite/ld-checks/checks.exp: Use is_xcoff_format.
+       * testsuite/ld-powerpc/powerpc.exp: Likewise.
+       * testsuite/ld-scripts/print-memory-usage.exp: Likewise.
+       * testsuite/ld-srec/srec.exp: Likewise.
+       * testsuite/ld-undefined/require-defined.exp: Likewise.
+       * testsuite/ld-scripts/expr2.d: Likewise.
+       * testsuite/ld-scripts/section-match-1.d: Only run for ELF.
+       * testsuite/ld-elfvers/vers.exp: Delete dead code.
+       * testsuite/ld-elfvsb/elfvsb.exp: Likewise.
+       * testsuite/ld-elfweak/elfweak.exp: Likewise.
+
+2020-07-07  Alan Modra  <amodra@gmail.com>
+
+       * emultempl/aix.em (gld${EMULATION_NAME}_find_exp_assignment): Handle
+       etree_provided.
+
+2020-07-07  Alan Modra  <amodra@gmail.com>
+
+       * testsuite/ld-sh/vxworks1-lib.rd: Update expected output.
+       * testsuite/ld-sh/vxworks4.d: Likewise.
+
+2020-07-06  Yuri Chornoivan  <yurchor@ukr.net>
+
+       PR 26204
+       * lexsup.c: Fix spelling mistake.
+       * po/ld.pot: Regenerate.
+
+2020-07-06  Nick Clifton  <nickc@redhat.com>
+
+       * po/bg.po: Updated Bulgarian translation.
+       * po/fr.po: Updated French translation.
+       * po/pt_BR.po: Updated Brazilian Portuguese translation.
+       * po/uk.po: Updated Ukranian translation.
+
+2020-07-04  Nick Clifton  <nickc@redhat.com>
+
+       * configure: Regenerate.
+
+2020-07-04  Nick Clifton  <nickc@redhat.com>
+
+       Binutils 2.35 branch created.
+
+2020-07-03  Alan Modra  <amodra@gmail.com>
+
+       PR 26028
+       * testsuite/ld-arm/arm-elf.exp (vxworks1): Pass --wide to readelf
+       when dumping relocs.
+       * testsuite/ld-i386/i386.exp (vxworks1): Likewise.
+       * testsuite/ld-sh/sh-vxworks.exp (vxworks1): Likewise.
+       * testsuite/ld-sparc/sparc.exp (vxworks1): Likewise.
+       * testsuite/ld-arm/vxworks1.rd: Adjust to suit.
+       * testsuite/ld-i386/vxworks1.rd: Adjust.
+       * testsuite/ld-sh/vxworks1.rd: Adjust.
+       * testsuite/ld-sparc/vxworks1.rd: Adjust.
+
+2020-07-02  Nick Clifton  <nickc@redhat.com>
+
+       PR 26028
+       * testsuite/ld-powerpc/powerpc.exp: Add -T option to readelf
+       command line when running some tests.
+       * testsuite/ld-arm/arm-elf.exp: Likewise.
+       * testsuite/ld-mips-elf/mips-elf.exp: Likewise.
+       * testsuite/ld-mmix/local1.d: Likewise.
+       * testsuite/ld-mmix/local3.d: Likewise.
+       * testsuite/ld-mmix/local5.d: Likewise.
+       * testsuite/ld-mmix/local7.d: Likewise.
+       * testsuite/ld-powerpc/powerpc.exp: Likewise.
+
+2020-06-30  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * Makefile.am (ALL_EMULATION_SOURCES): Remove eelf_i386_nacl.c,
+       eelf32_x86_64_nacl.c, eelf_x86_64_nacl.c.
+       Remove x86 NaCl dep files.
+       * NEWS: Mention x86 NaCl target support removal.
+       * configure.tgt: Remove x86 NaCl target support.
+       * testsuite/ld-elf/binutils.exp: Likewise.
+       * testsuite/ld-elf/elf.exp: Likewise.
+       * testsuite/ld-elfvers/vers.exp: Likewise.
+       * testsuite/ld-i386/align-branch-1.d: Likewise.
+       * testsuite/ld-i386/export-class.exp: Likewise.
+       * testsuite/ld-i386/i386.exp: Likewise.
+       * testsuite/ld-i386/load1.d: Likewise.
+       * testsuite/ld-i386/pie1.d: Likewise.
+       * testsuite/ld-i386/pr12570a.d: Likewise.
+       * testsuite/ld-i386/pr12570b.d: Likewise.
+       * testsuite/ld-i386/pr19636-1d.d: Likewise.
+       * testsuite/ld-i386/pr19636-1l.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/pr20244-1a.d: Likewise.
+       * testsuite/ld-i386/pr20244-1b.d: Likewise.
+       * testsuite/ld-i386/pr20244-2a.d: Likewise.
+       * testsuite/ld-i386/pr20244-2b.d: Likewise.
+       * testsuite/ld-i386/pr20244-2c.d: Likewise.
+       * testsuite/ld-i386/pr20244-4a.d: Likewise.
+       * testsuite/ld-i386/pr20244-4b.d: Likewise.
+       * testsuite/ld-i386/pr21884.d: Likewise.
+       * testsuite/ld-ifunc/binutils.exp: Likewise.
+       * testsuite/ld-ifunc/ifunc-10-i386.d: Likewise.
+       * testsuite/ld-ifunc/ifunc-10-x86-64.d: Likewise.
+       * testsuite/ld-ifunc/ifunc-11-i386.d: Likewise.
+       * testsuite/ld-ifunc/ifunc-11-x86-64.d: Likewise.
+       * testsuite/ld-ifunc/ifunc-12-i386.d: Likewise.
+       * testsuite/ld-ifunc/ifunc-12-x86-64.d: Likewise.
+       * testsuite/ld-ifunc/ifunc-13-i386.d: Likewise.
+       * testsuite/ld-ifunc/ifunc-13-x86-64.d: Likewise.
+       * testsuite/ld-ifunc/ifunc-14a-i386.d: Likewise.
+       * testsuite/ld-ifunc/ifunc-14a-x86-64.d: Likewise.
+       * testsuite/ld-ifunc/ifunc-14b-i386.d: Likewise.
+       * testsuite/ld-ifunc/ifunc-14b-x86-64.d: Likewise.
+       * testsuite/ld-ifunc/ifunc-14c-i386.d: Likewise.
+       * testsuite/ld-ifunc/ifunc-14c-x86-64.d: Likewise.
+       * testsuite/ld-ifunc/ifunc-14d-i386.d: Likewise.
+       * testsuite/ld-ifunc/ifunc-14d-x86-64.d: Likewise.
+       * testsuite/ld-ifunc/ifunc-14e-i386.d: Likewise.
+       * testsuite/ld-ifunc/ifunc-14e-x86-64.d: Likewise.
+       * testsuite/ld-ifunc/ifunc-14f-i386.d: Likewise.
+       * testsuite/ld-ifunc/ifunc-14f-x86-64.d: Likewise.
+       * testsuite/ld-ifunc/ifunc-15-i386.d: Likewise.
+       * testsuite/ld-ifunc/ifunc-15-x86-64.d: Likewise.
+       * testsuite/ld-ifunc/ifunc-16-i386-now.d: Likewise.
+       * testsuite/ld-ifunc/ifunc-16-i386.d: Likewise.
+       * testsuite/ld-ifunc/ifunc-16-x86-64-now.d: Likewise.
+       * testsuite/ld-ifunc/ifunc-16-x86-64.d: Likewise.
+       * testsuite/ld-ifunc/ifunc-17a-i386.d: Likewise.
+       * testsuite/ld-ifunc/ifunc-17a-x86-64.d: Likewise.
+       * testsuite/ld-ifunc/ifunc-17b-i386.d: Likewise.
+       * testsuite/ld-ifunc/ifunc-17b-x86-64.d: Likewise.
+       * testsuite/ld-ifunc/ifunc-18a-i386.d: Likewise.
+       * testsuite/ld-ifunc/ifunc-18a-x86-64.d: Likewise.
+       * testsuite/ld-ifunc/ifunc-18b-i386.d: Likewise.
+       * testsuite/ld-ifunc/ifunc-18b-x86-64.d: Likewise.
+       * testsuite/ld-ifunc/ifunc-19a-i386.d: Likewise.
+       * testsuite/ld-ifunc/ifunc-19a-x86-64.d: Likewise.
+       * testsuite/ld-ifunc/ifunc-19b-i386.d: Likewise.
+       * testsuite/ld-ifunc/ifunc-19b-x86-64.d: Likewise.
+       * testsuite/ld-ifunc/ifunc-2-i386-now.d: Likewise.
+       * testsuite/ld-ifunc/ifunc-2-i386.d: Likewise.
+       * testsuite/ld-ifunc/ifunc-2-local-i386-now.d: Likewise.
+       * testsuite/ld-ifunc/ifunc-2-local-i386.d: Likewise.
+       * testsuite/ld-ifunc/ifunc-2-local-x86-64-now.d: Likewise.
+       * testsuite/ld-ifunc/ifunc-2-local-x86-64.d: Likewise.
+       * testsuite/ld-ifunc/ifunc-2-x86-64-now.d: Likewise.
+       * testsuite/ld-ifunc/ifunc-2-x86-64.d: Likewise.
+       * testsuite/ld-ifunc/ifunc-20-i386.d: Likewise.
+       * testsuite/ld-ifunc/ifunc-20-x86-64.d: Likewise.
+       * testsuite/ld-ifunc/ifunc-21-i386.d: Likewise.
+       * testsuite/ld-ifunc/ifunc-21-x86-64.d: Likewise.
+       * testsuite/ld-ifunc/ifunc-22-i386.d: Likewise.
+       * testsuite/ld-ifunc/ifunc-22-x86-64.d: Likewise.
+       * testsuite/ld-ifunc/ifunc-5a-i386.d: Likewise.
+       * testsuite/ld-ifunc/ifunc-5a-local-i386.d: Likewise.
+       * testsuite/ld-ifunc/ifunc-5a-local-x86-64.d: Likewise.
+       * testsuite/ld-ifunc/ifunc-5a-x86-64.d: Likewise.
+       * testsuite/ld-ifunc/ifunc-5b-i386.d: Likewise.
+       * testsuite/ld-ifunc/ifunc-5b-local-i386.d: Likewise.
+       * testsuite/ld-ifunc/ifunc-5b-local-x86-64.d: Likewise.
+       * testsuite/ld-ifunc/ifunc-5b-x86-64.d: Likewise.
+       * testsuite/ld-ifunc/ifunc-5r-local-i386.d: Likewise.
+       * testsuite/ld-ifunc/ifunc-5r-local-x86-64.d: Likewise.
+       * testsuite/ld-ifunc/ifunc-6a-i386.d: Likewise.
+       * testsuite/ld-ifunc/ifunc-6a-x86-64.d: Likewise.
+       * testsuite/ld-ifunc/ifunc-6b-i386.d: Likewise.
+       * testsuite/ld-ifunc/ifunc-6b-x86-64.d: Likewise.
+       * testsuite/ld-ifunc/ifunc-7a-i386.d: Likewise.
+       * testsuite/ld-ifunc/ifunc-7a-x86-64.d: Likewise.
+       * testsuite/ld-ifunc/ifunc-7b-i386.d: Likewise.
+       * testsuite/ld-ifunc/ifunc-7b-x86-64.d: Likewise.
+       * testsuite/ld-ifunc/ifunc-8-i386.d: Likewise.
+       * testsuite/ld-ifunc/ifunc-8-x86-64.d: Likewise.
+       * testsuite/ld-ifunc/ifunc-9-i386.d: Likewise.
+       * testsuite/ld-ifunc/ifunc-9-x86-64.d: Likewise.
+       * testsuite/ld-ifunc/pr17154-i386-now.d: Likewise.
+       * testsuite/ld-ifunc/pr17154-i386.d: Likewise.
+       * testsuite/ld-ifunc/pr17154-x86-64-now.d: Likewise.
+       * testsuite/ld-ifunc/pr17154-x86-64.d: Likewise.
+       * testsuite/ld-plugin/lto.exp: Likewise.
+       * testsuite/ld-x86-64/align-branch-1.d: Likewise.
+       * testsuite/ld-x86-64/dwarfreloc.exp: Likewise.
+       * testsuite/ld-x86-64/line.exp: Likewise.
+       * testsuite/ld-x86-64/load1a.d: Likewise.
+       * testsuite/ld-x86-64/load1b.d: Likewise.
+       * testsuite/ld-x86-64/load1c.d: Likewise.
+       * testsuite/ld-x86-64/load1d.d: Likewise.
+       * testsuite/ld-x86-64/pie3.d: Likewise.
+       * testsuite/ld-x86-64/pr18160.d: Likewise.
+       * testsuite/ld-x86-64/pr19013-x32.d: Likewise.
+       * testsuite/ld-x86-64/pr19013.d: Likewise.
+       * testsuite/ld-x86-64/pr19636-2d.d: Likewise.
+       * testsuite/ld-x86-64/pr19636-2l.d: Likewise.
+       * testsuite/ld-x86-64/pr20253-1b.d: Likewise.
+       * testsuite/ld-x86-64/pr20253-1d.d: Likewise.
+       * testsuite/ld-x86-64/pr20253-1f.d: Likewise.
+       * testsuite/ld-x86-64/pr20253-1h.d: Likewise.
+       * testsuite/ld-x86-64/pr20253-1j.d: Likewise.
+       * testsuite/ld-x86-64/pr20253-1l.d: Likewise.
+       * testsuite/ld-x86-64/pr21884.d: Likewise.
+       * testsuite/ld-x86-64/pr22393-3a.rd: Likewise.
+       * testsuite/ld-x86-64/pr22393-3b.rd: Likewise.
+       * testsuite/ld-x86-64/tlsgd10.dd: Likewise.
+       * testsuite/ld-x86-64/tlsgd5.dd: Likewise.
+       * testsuite/ld-x86-64/tlsgd8.dd: Likewise.
+       * testsuite/ld-x86-64/x86-64.exp: Likewise.
+       * emulparams/elf32_x86_64_nacl.sh: Removed.
+       * emulparams/elf_i386_nacl.sh: Likewise.
+       * emulparams/elf_x86_64_nacl.sh: Likewise.
+       * testsuite/ld-i386/emit-relocs-nacl.rd: Likewise.
+       * testsuite/ld-i386/load1-nacl.d: Likewise.
+       * testsuite/ld-i386/pie1-nacl.d: Likewise.
+       * testsuite/ld-i386/plt-nacl.pd: Likewise.
+       * testsuite/ld-i386/plt-pic-nacl.pd: Likewise.
+       * testsuite/ld-i386/pr17709-nacl.rd: Likewise.
+       * testsuite/ld-i386/pr19636-1d-nacl.d: Likewise.
+       * testsuite/ld-i386/pr19636-2c-nacl.d: Likewise.
+       * testsuite/ld-i386/pr19636-2d-nacl.d: Likewise.
+       * testsuite/ld-i386/pr19636-2e-nacl.d: Likewise.
+       * testsuite/ld-i386/pr19827-nacl.rd: Likewise.
+       * testsuite/ld-i386/pr21884-nacl.d: Likewise.
+       * testsuite/ld-i386/pr21884-nacl.t: Likewise.
+       * testsuite/ld-i386/tlsbin-nacl.rd: Likewise.
+       * testsuite/ld-i386/tlsbin2-nacl.rd: Likewise.
+       * testsuite/ld-i386/tlsbindesc-nacl.rd: Likewise.
+       * testsuite/ld-i386/tlsdesc-nacl.rd: Likewise.
+       * testsuite/ld-i386/tlsgdesc-nacl.rd: Likewise.
+       * testsuite/ld-i386/tlsnopic-nacl.rd: Likewise.
+       * testsuite/ld-i386/tlspic-nacl.rd: Likewise.
+       * testsuite/ld-i386/tlspic2-nacl.rd: Likewise.
+       * testsuite/ld-x86-64/ilp32-4-nacl.d: Likewise.
+       * testsuite/ld-x86-64/load1a-nacl.d: Likewise.
+       * testsuite/ld-x86-64/load1b-nacl.d: Likewise.
+       * testsuite/ld-x86-64/load1c-nacl.d: Likewise.
+       * testsuite/ld-x86-64/load1d-nacl.d: Likewise.
+       * testsuite/ld-x86-64/pie3-nacl.d: Likewise.
+       * testsuite/ld-x86-64/plt-nacl.pd: Likewise.
+       * testsuite/ld-x86-64/pr17709-nacl.rd: Likewise.
+       * testsuite/ld-x86-64/pr19013-nacl.d: Likewise.
+       * testsuite/ld-x86-64/pr19636-2d-nacl.d: Likewise.
+       * testsuite/ld-x86-64/pr19827-nacl.rd: Likewise.
+       * testsuite/ld-x86-64/pr21884-nacl.d: Likewise.
+       * testsuite/ld-x86-64/pr21884-nacl.t: Likewise.
+       * testsuite/ld-x86-64/split-by-file-nacl.rd: Likewise.
+       * testsuite/ld-x86-64/tlsbin-nacl.rd: Likewise.
+       * testsuite/ld-x86-64/tlsbin2-nacl.rd: Likewise.
+       * testsuite/ld-x86-64/tlsbindesc-nacl.rd: Likewise.
+       * testsuite/ld-x86-64/tlsdesc-nacl.pd: Likewise.
+       * testsuite/ld-x86-64/tlsdesc-nacl.rd: Likewise.
+       * testsuite/ld-x86-64/tlsgdesc-nacl.rd: Likewise.
+       * testsuite/ld-x86-64/tlspic-nacl.rd: Likewise.
+       * testsuite/ld-x86-64/tlspic2-nacl.rd: Likewise.
+       * Makefile.in: Regenerated.
+       * po/BLD-POTFILES.in: Likewise.
+
+2020-06-30  Alan Modra  <amodra@gmail.com>
+
+       * testsuite/ld-elf/group1.d: Don't xfail all solaris targets, just
+       ix86 and x86_64.
+
+2020-06-30  Alan Modra  <amodra@gmail.com>
+
+       * testsuite/ld-elf/reloc-discard.d: Don't xfail nds32.
+
+2020-06-30  Alan Modra  <amodra@gmail.com>
+
+       * scripttempl/elfmicroblaze.sc (.data): Add .data.* entry.
+       * testsuite/ld-elf/var1.d: Don't xfail microblaze.
+
+2020-06-29  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * testsuite/ld-tic6x/shlib-1.rd: Move C6000_DSBT_BASE,
+       C6000_DSBT_SIZE and C6000_DSBT_INDEX dynamic tags to the last.
+       * testsuite/ld-tic6x/shlib-1b.rd: Likewise.
+       * testsuite/ld-tic6x/shlib-1r.rd: Likewise.
+       * testsuite/ld-tic6x/shlib-1rb.rd: Likewise.
+       * testsuite/ld-tic6x/shlib-app-1.rd: Likewise.
+       * testsuite/ld-tic6x/shlib-app-1b.rd: Likewise.
+       * testsuite/ld-tic6x/shlib-app-1r.rd: Likewise.
+       * testsuite/ld-tic6x/shlib-app-1rb.rd: Likewise.
+       * testsuite/ld-tic6x/shlib-noindex.rd: Likewise.
+       * testsuite/ld-tic6x/static-app-1.rd: Likewise.
+       * testsuite/ld-tic6x/static-app-1b.rd: Likewise.
+       * testsuite/ld-tic6x/static-app-1r.rd: Likewise.
+       * testsuite/ld-tic6x/static-app-1rb.rd: Likewise.
+
+2020-06-29  Alan Modra  <amodra@gmail.com>
+
+       * testsuite/ld-x86-64/abs-k1om.d: Run only on x86_64-*-linux*.
+       * testsuite/ld-x86-64/protected2-k1om.d: Likewise.
+       * testsuite/ld-x86-64/protected3-k1om.d: Likewise.
+
+2020-06-26  Nick Alcock  <nick.alcock@oracle.com>
+
+       * configure.ac [--enable-libctf]: New, default yes.
+       Set ENABLE_LIBCTF accordingly.
+       * Makefile.am [!ENABLE_LIBCTF]: Empty LIBCTF.
+       * configure: Regenerate.
+       * config.in: Regenerate.
+       * Makefile.in: Regenerate.
+       * aclocal.m4: Regenerate.
+       * ldlang.c (ctf_output): Conditionalize on ENABLE_LIBCTF.
+       (ldlang_open_ctf): Likewise.
+       (lang_merge_ctf): Likewise.
+       (ldlang_ctf_apply_strsym): Likewise.
+       (lang_write_ctf): Likewise.
+       (ldlang_write_ctf_late): Likewise.
+       (ldlang_open_ctf) [!ENABLE_LIBCTF]: Warn about the presence of CTF
+       sections.
+       (lang_merge_ctf) [!ENABLE_LIBCTF]: New stub.
+       (ldlang_ctf_apply_strsym) [!ENABLE_LIBCTF]: Likewise.
+       (lang_write_ctf) [!ENABLE_LIBCTF]: Likewise.
+       (ldlang_write_ctf_late) [!ENABLE_LIBCTF]: Likewise.
+       * ldelfgen.c (ldelf_emit_ctf_early): Conditionalize on
+       ENABLE_LIBCTF.
+       (struct ctf_strsym_iter_cb_arg): Likewise.
+       (ldelf_ctf_strtab_iter_cb): Likewise.
+       (ldelf_ctf_symbols_iter_cb): Likewise.
+       (ldelf_examine_strtab_for_ctf): Likewise.
+       (ldelf_emit_ctf_early) [!ENABLE_LIBCTF]: New stub.
+       (ldelf_examine_strtab_for_ctf) [!ENABLE_LIBCTF]: New stub.
+
 2020-06-26  Jan Beulich  <jbeulich@suse.com>
 
        * testsuite/ld-x86-64/x86-64.exp: Run K1OM tests.
This page took 0.036138 seconds and 4 git commands to generate.