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-arm-mainline-allnoconfig in repository toolchain/ci/binutils-gdb.
from 46f9f93119 Implement debugging of WOW64 processes adds baf09cba8f PR25570, ld duplicate "warning: changing start of section" adds 4e7625fde2 Make "gnutarget" const adds be1e3d3eab Introduce objfile::intern adds 8a7adb414e Automatic date update in version.in adds 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 [...] new 3d1e5a43cb gdbsupport/configure.ac: source development.sh
The 1 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 | 39 ++++ bfd/archive64.c | 10 +- bfd/configure | 4 +- bfd/configure.ac | 4 +- bfd/elf-bfd.h | 23 ++ bfd/elf.c | 377 ++++++++++++++++++++++++++++++- bfd/elfcode.h | 18 +- bfd/elfxx-target.h | 19 +- bfd/version.h | 2 +- binutils/ChangeLog | 6 + binutils/objcopy.c | 9 +- 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 | 33 +++ gdb/buildsym.c | 2 +- gdb/corefile.c | 2 +- gdb/dwarf2/read.c | 43 ++-- gdb/elfread.c | 6 +- gdb/gdbcore.h | 2 +- gdb/jit.c | 3 +- gdb/objfiles.h | 24 +- gdb/psymtab.c | 4 +- gdb/symfile.c | 4 +- gdb/symmisc.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 | 17 ++ ld/ldlang.c | 39 ++-- 40 files changed, 820 insertions(+), 94 deletions(-) create mode 100644 gdb/.gitattributes create mode 100644 gdbserver/.gitattributes create mode 100644 gdbsupport/.gitattributes