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-lts-allnoconfig in repository toolchain/binutils-gdb.
from c1230d1bab [src/erc32] Use ncurses instead of termcap on Cygwin too adds b4e0939956 Automatic date update in version.in adds cd53832b00 [GAS][ARM] Fix failing Armv1 test adds a66cf75c9c [GAS][ARM] Fix UDF testism adds 664306bcce [GAS][ARM] Fix ARMv8.1 AdvSIMD testism adds eb77c9df9f gdb: Handle ICC's unexpected void return type adds 64f57f3d7d [PowerPC] Include nat/linux-ptrace.h in native targets adds f32a4a5939 Don't create got section while processing TLS Local Exec rel [...] adds 1443936e96 [gdb/testsuite] get_valueof: Don't output value in test name adds b555fb21f9 Merge autoconf / automake update changes from GCC. adds 0b4d000cc4 Merge config/ changes from GCC. adds 68b9ac18cf [gdb/testsuite] Factor out lib/valgrind.exp adds 92dcebf3fa gdb/riscv: Fix failures on rv64 in gdb.arch/riscv-reg-aliase [...]
No new revisions were added by this update.
Summary of changes: ChangeLog | 6 + bfd/ChangeLog | 5 + bfd/elfnn-aarch64.c | 3 - bfd/version.h | 2 +- config/ChangeLog | 16 ++ config/dfp.m4 | 2 +- config/math.m4 | 4 +- config/multi.m4 | 3 +- config/tls.m4 | 14 +- gas/ChangeLog | 13 ++ gas/testsuite/gas/arm/armv1.d | 36 ++-- gas/testsuite/gas/arm/armv8-a+rdma-warning.d | 1 - gas/testsuite/gas/arm/udf.d | 42 +++-- gdb/ChangeLog | 16 ++ gdb/dwarf2read.c | 49 +++++- gdb/gdbserver/ChangeLog | 4 + gdb/gdbserver/linux-ppc-low.c | 1 + gdb/ppc-linux-nat.c | 1 + gdb/testsuite/ChangeLog | 22 +++ gdb/testsuite/gdb.arch/riscv-reg-aliases.exp | 182 +++++++++++++-------- gdb/testsuite/gdb.base/valgrind-bt.exp | 72 +------- gdb/testsuite/gdb.base/valgrind-disp-step.exp | 72 +------- gdb/testsuite/gdb.base/valgrind-infcall.exp | 72 +------- gdb/testsuite/gdb.dwarf2/{varval.c => void-type.c} | 18 +- gdb/testsuite/gdb.dwarf2/void-type.exp | 125 ++++++++++++++ gdb/testsuite/lib/gdb.exp | 2 +- gdb/testsuite/lib/valgrind.exp | 105 ++++++++++++ gdb/valprint.c | 1 + libdecnumber/ChangeLog | 4 + libdecnumber/configure | 2 +- multilib.am | 45 +++++ zlib/ChangeLog.bin-gdb | 9 + zlib/Makefile.am | 2 + zlib/Makefile.in | 80 ++++++--- zlib/configure | 1 + 35 files changed, 670 insertions(+), 362 deletions(-) copy gdb/testsuite/gdb.dwarf2/{varval.c => void-type.c} (79%) create mode 100644 gdb/testsuite/gdb.dwarf2/void-type.exp create mode 100644 gdb/testsuite/lib/valgrind.exp create mode 100644 multilib.am