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-defconfig in repository toolchain/ci/binutils-gdb.
from 2ac70237d2 [gdb/testsuite] Fix unrecognized debug output level 'stateme [...] adds 1bd6175ae7 Re: asan: more readelf leaks adds 8b5d0a4f6f Include netbsd-core.lo for all arm/mips NetBSD targets adds 25567eeece Define _KERNTYPES in vax-bsd-nat.c adds 52feded778 Define _KERNTYPES in ppc-nbsd-nat.c adds 8110f842bc Define _KERNTYPES in mips-nbsd-nat.c adds d5be5fa420 Inherit vax_bsd_nat_target from nbsd_nat_target adds 1275307303 Add explicit cast to fix build of vax-bsd-nat.c adds 6227b330d5 Add support for threads in vax_bsd_nat_target adds 013f99f035 Add support for NetBSD threads in x86-bsd-nat.c adds 6018d381a0 Inherit arm_netbsd_nat_target from nbsd_nat_target adds 75c56d3d12 Add support for NetBSD threads in arm-nbsd-nat.c adds 54c4382534 [gdb/testsuite] Fix check-read1 FAIL in attach-many-short-li [...] adds 2190cf067b Define _KERNTYPES in alpha-bsd-nat.c adds 4fed520be2 Inherit alpha_netbsd_nat_target from nbsd_nat_target adds 66eaca97eb Remove unused code from alpha-bsd-nat.c adds 6def66f140 Add support for NetBSD threads in alpha-bsd-nat.c adds f90280caf5 Define _KERNTYPES in m68k-bsd-nat.c adds 01a801176e Inherit m68k_bsd_nat_target from nbsd_nat_target adds bc10778499 m68k: bsd: Change type from char * to gdb_byte * adds 154151a6e3 Add support for NetBSD threads in m68k-bsd-nat.c adds ab44624cea [gdb/testsuite] Fix check-read1 FAILs in mi-fortran-modules.exp adds 3293bbaffa Add C parser support for "restrict" and "_Atomic" new eaeaf44cfd [gdb/testsuite] Fix check-read1 FAIL with gdb.base/maint.exp
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 | 6 + bfd/configure | 4 +- bfd/configure.ac | 4 +- binutils/ChangeLog | 4 + binutils/readelf.c | 2 + gdb/ChangeLog | 135 +++++++++++++++++++++ gdb/alpha-bsd-nat.c | 63 +++------- gdb/arm-nbsd-nat.c | 29 +++-- gdb/c-exp.y | 56 ++++++--- gdb/c-typeprint.c | 27 +++-- gdb/m68k-bsd-nat.c | 27 +++-- gdb/mips-nbsd-nat.c | 2 + gdb/ppc-nbsd-nat.c | 2 + gdb/testsuite/ChangeLog | 18 +++ gdb/testsuite/gdb.base/cvexpr.exp | 11 ++ gdb/testsuite/gdb.base/maint.exp | 45 +++---- gdb/testsuite/gdb.mi/mi-fortran-modules.exp | 116 +++++++++++++++--- .../attach-many-short-lived-threads.exp | 16 ++- gdb/type-stack.c | 76 ++++++------ gdb/type-stack.h | 2 + gdb/vax-bsd-nat.c | 17 ++- gdb/x86-bsd-nat.c | 20 ++- 22 files changed, 483 insertions(+), 199 deletions(-)