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-stable-allmodconfig in repository toolchain/ci/binutils-gdb.
from 0bab6cf116 [gdb/doc] Remove trailing done from "Reading symbols from" lines adds 440cf44eb0 Revert "gdb: Do not print empty-group regs when printing gen [...] adds 749479c8d3 Generate a warning in the ARM assembler if a PC-relative thu [...] adds 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 [...]
No new revisions were added by this update.
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 | 28 ++ gas/config/tc-arm.c | 3 + gas/config/tc-riscv.c | 1 + gas/doc/c-riscv.texi | 129 ++++++++- gas/testsuite/gas/arm/armv8-ar-it-bad.s | 6 +- gas/testsuite/gas/arm/ldr-t.d | 2 +- gas/testsuite/gas/arm/ldr-t.s | 1 + gas/testsuite/gas/arm/sp-pc-usage-t.d | 2 +- gas/testsuite/gas/arm/sp-pc-usage-t.s | 3 +- 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 | 91 ++++++ gdb/NEWS | 3 + gdb/amd64-windows-nat.c | 6 +- gdb/buildsym.c | 2 +- gdb/configure.nat | 4 +- gdb/corefile.c | 2 +- gdb/dwarf2/read.c | 43 ++- gdb/elfread.c | 6 +- gdb/gdbcore.h | 2 +- gdb/i386-windows-nat.c | 14 +- gdb/jit.c | 3 +- gdb/objfiles.h | 24 +- gdb/psymtab.c | 4 +- gdb/symfile.c | 4 +- gdb/symmisc.c | 10 +- gdb/target-descriptions.c | 13 +- gdb/testsuite/ChangeLog | 4 + gdb/testsuite/gdb.base/maint.exp | 2 +- gdb/windows-nat.c | 474 +++++++++++++++++++++++++------ gdb/windows-nat.h | 18 +- gdbserver/.gitattributes | 6 + gdbserver/ChangeLog | 4 + gdbsupport/.gitattributes | 6 + gdbsupport/ChangeLog | 4 + ld/ChangeLog | 17 ++ ld/ldlang.c | 39 ++- 51 files changed, 1315 insertions(+), 208 deletions(-) create mode 100644 gdb/.gitattributes create mode 100644 gdbserver/.gitattributes create mode 100644 gdbsupport/.gitattributes