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-mainline-allyesconfig in repository toolchain/ci/binutils-gdb.
from 6f8f95b4c4 Large memory allocation reading fuzzed 64-bit archive adds de48783e2f RISC-V: Add description for RISC-V Modifiers to as doc. adds dee35d026c RISC-V: Support assembler modifier %got_pcrel_hi. adds d1faf7ca0a PR25629, objcopy : SIGSEGV in filter_symbols adds 50a3cc5d71 [gdb/testsuite] Update maint.exp for string cache adds 92d4b13bf3 Reduce --warn-section-align output adds 842806cb6f gdb, gdbserver, gdbsupport: add .gitattributes files adds a8e14f4cc2 Add support for ELF files which contain multiple reloc secti [...] adds 3d1e5a43cb gdbsupport/configure.ac: source development.sh adds 0afbabf05a Use std::string for 'psargs'. adds 97669d59c8 Automatic date update in version.in adds a9b90127e8 PR25637, objcopy : SIGSEGV in copy_object adds e15a8da9c7 bfd: xtensa: fix PR ld/25630
No new revisions were added by this update.
Summary of changes: bfd/ChangeLog | 38 ++++ bfd/configure | 4 +- bfd/configure.ac | 4 +- bfd/elf-bfd.h | 23 ++ bfd/elf.c | 377 ++++++++++++++++++++++++++++++- bfd/elf32-xtensa.c | 7 +- bfd/elfcode.h | 18 +- bfd/elfxx-target.h | 19 +- bfd/version.h | 2 +- binutils/ChangeLog | 11 + binutils/objcopy.c | 22 +- gas/ChangeLog | 15 ++ gas/config/tc-riscv.c | 1 + gas/doc/c-riscv.texi | 129 ++++++++++- gas/testsuite/gas/riscv/no-relax-reloc.d | 4 +- gas/testsuite/gas/riscv/no-relax-reloc.s | 7 +- gas/testsuite/gas/riscv/relax-reloc.d | 7 +- gas/testsuite/gas/riscv/relax-reloc.s | 7 +- gdb/.gitattributes | 7 + gdb/ChangeLog | 9 + gdb/fbsd-tdep.c | 10 +- gdb/testsuite/ChangeLog | 4 + gdb/testsuite/gdb.base/maint.exp | 2 +- gdbserver/.gitattributes | 6 + gdbserver/ChangeLog | 4 + gdbsupport/.gitattributes | 6 + gdbsupport/ChangeLog | 9 + gdbsupport/configure | 3 + gdbsupport/configure.ac | 3 + ld/ChangeLog | 7 + ld/ldlang.c | 8 +- 31 files changed, 732 insertions(+), 41 deletions(-) create mode 100644 gdb/.gitattributes create mode 100644 gdbserver/.gitattributes create mode 100644 gdbsupport/.gitattributes