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-lts-allnoconfig in repository toolchain/ci/binutils-gdb.
from ef4627faba section.c: Fix typo in comments (withe -> with) adds 44e4546fa2 ubsan: m32c: left shift of negative value adds 0b398d69ac binutils: drop redundant 'program_name' definition (-fno-common) adds b0029748ca Fix compilation error with musl in gdb/testsuite/gdb.base/fileio.c adds ee98c0daf9 RISC-V/Linux/native: Determine FLEN dynamically adds 27a45f4276 readelf: add missing newlines to error messages adds 6ec6b3c8ab Automatic date update in version.in adds e409c542cc Fixed gdb to print arrays with very high indexes new 5d2e119328 gdb: fix powerpc disassembly tests new c5d7be0c97 ubsan: d30v: negation of -2147483648 new 719546c44f Change ints to bools around thread_info executing/resumed
The 3 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/version.h | 2 +- binutils/ChangeLog | 13 +++ binutils/coffdump.c | 2 - binutils/readelf.c | 15 +-- binutils/srconv.c | 2 - binutils/sysdump.c | 2 - cpu/ChangeLog | 4 + cpu/m32c.cpu | 8 +- gdb/ChangeLog | 37 +++++++ gdb/f-valprint.c | 2 +- gdb/fork-child.c | 2 +- gdb/gdbthread.h | 6 +- gdb/infrun.c | 24 ++--- gdb/linux-nat.c | 8 +- gdb/record-btrace.c | 2 +- gdb/record-full.c | 4 +- gdb/remote.c | 4 +- gdb/riscv-linux-nat.c | 112 ++++++++++++++++----- gdb/target.c | 2 +- gdb/testsuite/ChangeLog | 22 ++++ gdb/testsuite/gdb.arch/powerpc-power8.exp | 18 ++-- gdb/testsuite/gdb.arch/powerpc-power8.s | 8 +- gdb/testsuite/gdb.arch/powerpc-power9.exp | 6 +- gdb/testsuite/gdb.arch/powerpc-power9.s | 2 - gdb/testsuite/gdb.base/fileio.c | 3 +- .../{array-bounds.exp => array-bounds-high.exp} | 25 ++--- .../{print-formatted.f90 => array-bounds-high.f90} | 17 ++-- gdb/thread.c | 8 +- include/ChangeLog | 4 + include/opcode/d30v.h | 2 +- opcodes/ChangeLog | 8 ++ opcodes/d30v-dis.c | 4 +- opcodes/m32c-ibld.c | 4 +- 33 files changed, 257 insertions(+), 125 deletions(-) copy gdb/testsuite/gdb.fortran/{array-bounds.exp => array-bounds-high.exp} (62%) copy gdb/testsuite/gdb.fortran/{print-formatted.f90 => array-bounds-high.f90} (70%)