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 426a9c18dd Remove val_print adds 48e81d7f63 BFD_FAKE_SECTIONS formatting adds 02a8180e6f non-contiguous elf test adds f761cb13a9 asan: readelf: memory leaks adds 780f96aed2 readelf large memory allocation adds 09546b56ed [gdb/testsuite] Fix FAIL in gdb.base/printcmds.exp adds 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"
No new revisions were added by this update.
Summary of changes: bfd/ChangeLog | 11 ++ bfd/bfd-in2.h | 26 ++-- bfd/configure | 4 +- bfd/configure.ac | 4 +- bfd/section.c | 28 ++--- binutils/ChangeLog | 20 +++ binutils/elfcomm.c | 12 +- binutils/elfcomm.h | 2 +- binutils/elfedit.c | 5 +- binutils/readelf.c | 43 +++++-- 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 | 23 ++++ gdb/testsuite/gdb.base/cvexpr.exp | 11 ++ gdb/testsuite/gdb.base/printcmds.exp | 2 +- gdb/testsuite/gdb.cp/step-and-next-inline.exp | 4 + gdb/testsuite/gdb.mi/mi-fortran-modules.exp | 116 +++++++++++++++--- .../attach-many-short-lived-threads.exp | 16 ++- gdb/testsuite/lib/gdb.exp | 11 ++ gdb/type-stack.c | 76 ++++++------ gdb/type-stack.h | 2 + gdb/vax-bsd-nat.c | 17 ++- gdb/x86-bsd-nat.c | 20 ++- ld/ChangeLog | 5 + ld/testsuite/ld-elf/non-contiguous.d | 3 +- 31 files changed, 582 insertions(+), 220 deletions(-)