This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-aarch64-stable-allyesconfig in repository toolchain/ci/binutils-gdb.
from 45c63c0fe8 Updated translations for some of the binutils sub-directories. adds e56d7f1e19 gdb/doc: Fix header alignment of 'info threads' example output adds 7693576838 Simplify setting of reading_partial_symbols adds 197400e800 Convert IS_TYPE_UNIT_GROUP to method adds 4ac9383206 Fix a memory leak and remove an unused member adds a60419c8c9 Automatic date update in version.in adds c325c44ef6 gdb/copyright.py: Add generated files in gnulib/ to exclude list adds 8cb5117ccf Move dwarf2_get_die_type declaration to dwarf2/read.h adds 70d497007d [gdb/testsuite] Remove gcc/93866 xfail in methods.exp adds 265b467340 [ARC][committed] Update int_vector_base aux register. adds ecda90163e Don't call lto-wrapper for ar and ranlib adds 2078dbb210 gdb/testsuite: Remove source file path from test name adds 09624f1fec [AArch64] Fix typo in comment adds 9e80cfa14e gdb/fortran: Support negative array stride in one limited case adds 99e4741014 Merge upstream GCC changes for include/ and libiberty/ directories adds 24a15046c0 Automatic date update in version.in adds b570b954bc Limit bogus archive parsed_size adds e310298cf3 PR25593, --as-needed breaks DT_NEEDED order with linker plugin adds dc1e8a474f Indent labels adds 42135cadf5 gas strncpy warning adds da3ec71fd4 gas gettext warning adds e0b317de31 rx: memory allocation without checking for NULL return adds 450a1bfc7f Move dwarf2_read_addr_index declaration to dwarf2/read.h adds cc4c4f40a2 Re: vms buffer overflows and large memory allocation adds 02f7e7eed9 Archive sanity checks adds 3312f67c09 ld: Add PR ld/25593 tests adds 0dce428051 [gdb] Don't set initial language if set manually adds cceb53b884 [binutils][arm] Arm CDE CX*A instructions allow condition code adds d4c9a4f87d Move more declarations from dwarf2/loc.h to dwarf2/read.h
No new revisions were added by this update.
Summary of changes: bfd/ChangeLog | 104 ++++++++++++++ bfd/aoutx.h | 10 +- bfd/archive.c | 158 ++++++++++++--------- 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-rx.c | 54 ++++--- 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 | 24 ++-- bfd/plugin.h | 2 +- bfd/reloc.c | 2 +- bfd/version.h | 2 +- bfd/vms-lib.c | 8 +- binutils/ChangeLog | 12 ++ binutils/ar.c | 2 +- binutils/elfedit.c | 2 +- binutils/nm.c | 2 +- binutils/readelf.c | 2 +- binutils/resres.c | 2 +- gas/ChangeLog | 44 ++++++ 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 | 46 ++---- 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 | 7 +- gas/symbols.c | 2 +- gas/testsuite/gas/arm/cde-scalar.s | 8 +- gas/testsuite/gas/arm/cde-warnings.l | 18 ++- gas/testsuite/gas/arm/cde-warnings.s | 30 ++-- gas/write.c | 2 +- gdb/ChangeLog | 67 +++++++++ gdb/aarch64-tdep.c | 2 +- gdb/copyright.py | 4 +- gdb/doc/ChangeLog | 5 + gdb/doc/gdb.texinfo | 2 +- gdb/dwarf2/loc.h | 24 ---- gdb/dwarf2/read.c | 65 +++------ gdb/dwarf2/read.h | 54 +++++++ gdb/gdbtypes.c | 17 ++- gdb/symfile.c | 2 + gdb/testsuite/ChangeLog | 22 +++ gdb/testsuite/gdb.base/cached-source-file.exp | 2 +- gdb/testsuite/gdb.base/persistent-lang.cc | 22 +++ gdb/testsuite/gdb.base/persistent-lang.exp | 39 +++++ .../gdb.fortran/derived-type-striding.exp | 2 + .../gdb.fortran/derived-type-striding.f90 | 2 + gdb/testsuite/gdb.go/methods.exp | 17 ++- gdb/valarith.c | 4 +- include/ChangeLog | 8 ++ include/hashtab.h | 4 +- ld/ChangeLog | 28 ++++ 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 +- ld/testsuite/ld-plugin/lto.exp | 26 ++++ ld/testsuite/ld-plugin/pr25593.d | 5 + ld/testsuite/ld-plugin/pr25593a-1.c | 12 ++ ld/testsuite/ld-plugin/pr25593a-2.c | 1 + ld/testsuite/ld-plugin/pr25593b.c | 7 + .../{ld-elf/pr23162a.c => ld-plugin/pr25593c.c} | 0 ld/testsuite/ld-plugin/{lto-17a.c => pr25593d.c} | 0 ld/testsuite/ld-plugin/pr25593e.c | 4 + libiberty/ChangeLog | 20 +++ libiberty/argv.c | 8 ++ libiberty/cp-demangle.c | 1 + libiberty/hashtab.c | 4 +- libiberty/rust-demangle.h | 45 ------ libiberty/testsuite/demangle-expected | 3 + opcodes/ChangeLog | 17 +++ 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/arc-regs.h | 3 +- opcodes/i386-dis.c | 16 +-- opcodes/nds32-asm.c | 8 +- opcodes/nfp-dis.c | 2 +- opcodes/visium-dis.c | 8 +- 130 files changed, 1077 insertions(+), 562 deletions(-) create mode 100644 gdb/testsuite/gdb.base/persistent-lang.cc create mode 100644 gdb/testsuite/gdb.base/persistent-lang.exp create mode 100644 ld/testsuite/ld-plugin/pr25593.d create mode 100644 ld/testsuite/ld-plugin/pr25593a-1.c create mode 100644 ld/testsuite/ld-plugin/pr25593a-2.c create mode 100644 ld/testsuite/ld-plugin/pr25593b.c copy ld/testsuite/{ld-elf/pr23162a.c => ld-plugin/pr25593c.c} (100%) copy ld/testsuite/ld-plugin/{lto-17a.c => pr25593d.c} (100%) create mode 100644 ld/testsuite/ld-plugin/pr25593e.c delete mode 100644 libiberty/rust-demangle.h