This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository binutils-gdb.
from f1a4759630b Remove get_context_stack_depth new 0bdfbd3710f bfd: move merge_info from ELF to general link hash table new eb92a17c47e bfd: move sec_info from ELF to general section struct new eef49e5b1c7 bfd: simplify _bfd_{add_merge,write_merged}_section() interface new f2dbe10f66e bfd: simplify _bfd_merged_section_offset() interface new 1e1701c4d81 bfd: simplify _bfd_{link,write,discard}_section_stabs() interface new 810b19952d5 bfd: generalize _bfd_elf_merge_sections() new caccc182b5e bfd: replace _bfd_merge_sections() hook with simple boolean new a04b91a6419 bfd: section merging for PE/COFF images new f861f82cd9f z80, gas: follow historical assemblers and allow "op A,x" a [...]
The 9 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: bfd/aout-target.h | 4 +- bfd/bfd-in2.h | 22 ++++++---- bfd/bfd.c | 3 -- bfd/binary.c | 2 +- bfd/cisco-core.c | 1 + bfd/coff-aarch64.c | 1 + bfd/coff-alpha.c | 2 +- bfd/coff-bfd.h | 2 - bfd/coff-i386.c | 2 + bfd/coff-ia64.c | 1 + bfd/coff-loongarch64.c | 1 + bfd/coff-mips.c | 6 +-- bfd/coff-riscv64.c | 1 + bfd/coff-rs6000.c | 3 +- bfd/coff-sh.c | 2 + bfd/coff-tic30.c | 1 + bfd/coff-tic54x.c | 6 +++ bfd/coff-x86_64.c | 2 + bfd/coff64-rs6000.c | 4 +- bfd/coffcode.h | 7 ++-- bfd/coffgen.c | 12 +++++- bfd/cofflink.c | 27 +++++------- bfd/elf-bfd.h | 8 ---- bfd/elf-eh-frame.c | 25 ++++++------ bfd/elf-m10300.c | 1 - bfd/elf-sframe.c | 8 ++-- bfd/elf.c | 18 ++++---- bfd/elf32-nds32.c | 7 +--- bfd/elf32-ppc.c | 14 +++---- bfd/elf32-rl78.c | 4 +- bfd/elf32-rx.c | 4 +- bfd/elf64-alpha.c | 2 - bfd/elf64-ia64-vms.c | 2 - bfd/elflink.c | 78 ++++------------------------------- bfd/elfnn-ia64.c | 6 +-- bfd/elfnn-loongarch.c | 4 +- bfd/elfnn-riscv.c | 4 +- bfd/elfxx-mips.c | 7 +--- bfd/elfxx-target.h | 10 ++--- bfd/hppabsd-core.c | 1 + bfd/hpux-core.c | 1 + bfd/i386msdos.c | 2 +- bfd/ihex.c | 2 +- bfd/irix-core.c | 1 + bfd/libbfd-in.h | 16 +------- bfd/libbfd.h | 31 ++++---------- bfd/linker.c | 38 +++++++++++++++-- bfd/mach-o-target.c | 2 +- bfd/merge.c | 79 +++++++++++++++++++++++------------- bfd/mmo.c | 2 +- bfd/netbsd-core.c | 1 + bfd/osf-core.c | 1 + bfd/pdb.c | 1 + bfd/pdp11.c | 1 + bfd/pef.c | 3 +- bfd/peicode.h | 5 +++ bfd/plugin.c | 2 +- bfd/ppcboot.c | 2 +- bfd/ptrace-core.c | 1 + bfd/reloc.c | 50 +++++++++++------------ bfd/section.c | 8 +++- bfd/som.c | 2 +- bfd/srec.c | 3 +- bfd/stabs.c | 27 +++++------- bfd/syms.c | 3 ++ bfd/targets.c | 12 ++++-- bfd/tekhex.c | 2 +- bfd/trad-core.c | 1 + bfd/verilog.c | 1 + bfd/vms-alpha.c | 2 +- bfd/vms-lib.c | 1 + bfd/wasm-module.c | 1 + bfd/xsym.c | 2 +- gas/config/tc-z80.c | 41 ++++--------------- include/bfdlink.h | 7 ++++ ld/testsuite/ld-x86-64/pr19013-x32.d | 5 +-- ld/testsuite/ld-x86-64/pr19013.d | 3 +- 77 files changed, 310 insertions(+), 367 deletions(-)