+
+ PR ld/18808
+ * elfxx-sparc.c (_bfd_sparc_elf_relocate_section): Skip IFUNC
+ relocations in debug sections, change abort to _bfd_error_handler.
+
+
+ PR ld/26583
+ * config.bfd (targ64_selvecs, targ_selvecs): Add x86_64_pe_vec
+ to x86_64_pei_vec.
+ * reloc.c: Include "coff/internal.h".
+ (bfd_perform_relocation): Adjust relocation for PE/x86-64 inputs.
+
+
+ * elf-bfd.h (elf_symbol_from): Remove unused ABFD parameter.
+ * elf.c (ignore_section_sym, _bfd_elf_copy_private_symbol_data),
+ (swap_out_syms): Adjust elf_symbol_from invocation.
+
+
+ PR 26623
+ * elf-bfd.h (elf_symbol_from): Exclude synthetic symbols.
+
+
+ * coff-x86_64.c (howto_table): Display PE relocation names.
+
+
+ PR ld/26589
+ * elf32-cris.c (cris_elf_check_relocs): Add missing NULL check
+ on argument before calling UNDEFWEAK_NO_DYNAMIC_RELOC.
+
+
+ PR ld/26391
+ * elflink.c (elf_final_link_info): Add local_hash_table.
+ (local_hash_entry): New.
+ (local_hash_newfunc): Likewise.
+ (elf_link_output_symstrtab): Append ".COUNT" to duplicated local
+ symbols.
+ (bfd_elf_final_link): Initialize and free local_hash_table for
+ "-z unique-symbol".
+
+
+ * elfnn-aarch64.c (elfNN_aarch64_final_link_relocate): Revert
+ changes in 7e05773767820b441b23a16628b55c98cb1aef46. Set
+ error for undefined symbol in BFD_RELOC_AARCH64_BRANCH19 and
+ BFD_RELOC_AARCH64_TSTBR14 relocations.
+
+
+ * cofflink.c (coff_link_check_archive_element): Move the check for
+ coff type input to the start of the function.
+
+
+ * libbfd-in.h (_bfd_write_unsigned_leb128): Declare.
+ * libbfd.h: Regenerate.
+
+
+ * bfd-in2.h (bfd_reloc_code_real): Add
+ BFD_RELOC_MSP430_{SET,SUB}_ULEB128.
+ * elf32-msp430.c (msp430_elf_ignore_reloc): New.
+ (elf_msp430_howto_table): Add R_MSP430{,X}_GNU_{SET,SUB}_ULEB128.
+ (msp430_reloc_map): Add R_MSP430_GNU_{SET,SUB}_ULEB128.
+ (msp430x_reloc_map): Add R_MSP430X_GNU_{SET,SUB}_ULEB128.
+ (write_uleb128): New.
+ (msp430_final_link_relocate): Handle R_MSP430{,X}_GNU_{SET,SUB}_ULEB128.
+ * libbfd.c (_bfd_write_unsigned_leb128): New.
+ * libbfd.h (_bfd_write_unsigned_leb128): New prototype.
+ Add BFD_RELOC_MSP430_{SET,SUB}_ULEB128.
+ * reloc.c: Document BFD_RELOC_MSP430_{SET,SUB}_ULEB128.
+
+
+ * archures.c (bfd_mach_aarch64_8R): New.
+ * bfd-in2.h: Regenerate.
+ * cpu-aarch64.c (bfd_aarch64_arch_v8_r): New.
+ (bfd_aarch64_arch_ilp32): Update tail pointer.
+
+
+ PR 13250
+ PR 26580
+ * elflink.c (_bfd_elf_merge_symbol): Make "override" a bfd**.
+ Return oldbfd in override when old common should override new
+ common.
+ (_bfd_elf_add_default_symbol): Adjust to suit.
+ (elf_link_add_object_symbols): Likewise. Pass "override" to
+ _bfd_generic_link_add_one_symbol. Save and restore common u.c.p
+ field for --as-needed shared libraries. Revert pr13250 changes.
+
+
+ * plugin.c (bfd_plugin_canonicalize_symtab): Handle the case of an
+ unrecognized symbol type in a weak definition.
+
+
+ PR 26574
+ * elfcode.h (elf_object_p): Sanity check section header offset.
+ * elf.c (_bfd_elf_slurp_secondary_reloc_section): Sanity check
+ sh_entsize.
+
PR 15146