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 99e47410143 Merge upstream GCC changes for include/ and libiberty/ directories new 24a15046c0c Automatic date update in version.in new b570b954bc5 Limit bogus archive parsed_size new e310298cf3f PR25593, --as-needed breaks DT_NEEDED order with linker plugin new dc1e8a474f9 Indent labels
The 4 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/ChangeLog | 67 +++++++++++++++++++++++++++++++ bfd/aoutx.h | 10 ++--- bfd/archive.c | 2 +- bfd/archive64.c | 2 +- bfd/bfdio.c | 18 ++++++++- bfd/coff-arm.c | 50 +++++++++++++---------- bfd/coff-rs6000.c | 2 +- bfd/coff-stgo32.c | 2 +- bfd/cpu-arm.c | 8 ++-- bfd/dwarf2.c | 2 +- bfd/elf-bfd.h | 6 ++- bfd/elf-ifunc.c | 2 +- bfd/elf-properties.c | 4 +- bfd/elf-s390-common.c | 2 +- bfd/elf-strtab.c | 13 +++--- bfd/elf.c | 6 +-- bfd/elf32-arm.c | 8 ++-- bfd/elf32-bfin.c | 2 +- bfd/elf32-cr16.c | 2 +- bfd/elf32-csky.c | 4 +- bfd/elf32-i386.c | 26 ++++++------ bfd/elf32-m68k.c | 2 +- bfd/elf32-msp430.c | 2 +- bfd/elf32-nds32.c | 30 +++++++------- bfd/elf32-nios2.c | 2 +- bfd/elf32-pru.c | 2 +- bfd/elf32-xtensa.c | 4 +- bfd/elf64-ia64-vms.c | 6 +-- bfd/elf64-x86-64.c | 28 ++++++------- bfd/elfcode.h | 2 +- bfd/elfcore.h | 8 ++-- bfd/elflink.c | 90 ++++++++++++++++++++++-------------------- bfd/elfnn-aarch64.c | 6 +-- bfd/elfnn-ia64.c | 6 +-- bfd/elfnn-riscv.c | 6 +-- bfd/elfxx-mips.c | 2 +- bfd/elfxx-sparc.c | 2 +- bfd/elfxx-x86.c | 4 +- bfd/i386lynx.c | 2 +- bfd/merge.c | 2 +- bfd/pdp11.c | 2 +- bfd/plugin.c | 2 +- bfd/reloc.c | 2 +- bfd/version.h | 2 +- binutils/ChangeLog | 6 +++ binutils/elfedit.c | 2 +- binutils/readelf.c | 2 +- binutils/resres.c | 2 +- gas/ChangeLog | 24 +++++++++++ gas/config/obj-elf.c | 6 +-- gas/config/obj-macho.c | 2 +- gas/config/tc-aarch64.c | 14 +++---- gas/config/tc-alpha.c | 14 +++---- gas/config/tc-arm.c | 14 +++---- gas/config/tc-cr16.c | 4 +- gas/config/tc-crx.c | 10 ++--- gas/config/tc-frv.c | 2 +- gas/config/tc-i386-intel.c | 2 +- gas/config/tc-i386.c | 12 +++--- gas/config/tc-ia64.c | 2 +- gas/config/tc-mn10200.c | 2 +- gas/config/tc-mn10300.c | 2 +- gas/config/tc-nds32.c | 6 +-- gas/config/tc-riscv.c | 18 ++++----- gas/config/tc-s12z.c | 2 +- gas/config/tc-xtensa.c | 4 +- gas/config/tc-z80.c | 2 +- gas/read.c | 4 +- gas/symbols.c | 2 +- gas/write.c | 2 +- ld/ChangeLog | 16 ++++++++ ld/emultempl/cskyelf.em | 2 +- ld/ldelf.c | 19 +++++++++ ld/ldfile.c | 2 +- ld/ldlang.c | 2 +- ld/plugin.c | 2 +- ld/testsuite/ld-cris/gotplt1.d | 2 +- opcodes/ChangeLog | 12 ++++++ opcodes/aarch64-asm.c | 4 +- opcodes/aarch64-dis.c | 2 +- opcodes/aarch64-gen.c | 4 +- opcodes/aarch64-opc.c | 2 +- opcodes/alpha-dis.c | 2 +- opcodes/i386-dis.c | 16 ++++---- opcodes/nds32-asm.c | 8 ++-- opcodes/nfp-dis.c | 2 +- opcodes/visium-dis.c | 8 ++-- 87 files changed, 447 insertions(+), 272 deletions(-)