This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_build/master-aarch64 in repository toolchain/ci/binutils-gdb.
from 64bc82adf3 Automatic date update in version.in adds 552a161c8d [gdb/testsuite] Fix gdb.go/methods.exp with check-readmore adds d4cd7e84e2 Remove WITH_SIM define adds 3b9809bc62 [gdb/testsuite] Fix gdb.ada/float-bits.exp with -m32 adds 7410508723 Match rustc beta versions adds 925ea601f1 Remove some dead code from the Rust value printer adds 506ec52e88 Reimplement Rust slice printing adds 1c9cc05244 Implement value_print for Rust new 1f0f8b5d9d Allow word wrapping even when paging is disabled new 111d19818a Handle "set height 1" new 4311246bb1 Return void from gdb_putc
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: gdb/config.in | 3 - gdb/configure | 3 - gdb/configure.ac | 1 - gdb/rust-lang.c | 114 ++++++++++++++++++++++++----------- gdb/rust-lang.h | 5 ++ gdb/testsuite/gdb.ada/float-bits.exp | 27 +++++++-- gdb/testsuite/gdb.base/page.exp | 7 ++- gdb/testsuite/gdb.go/methods.exp | 2 +- gdb/testsuite/gdb.rust/simple.exp | 3 +- gdb/testsuite/gdb.rust/unsized.exp | 8 +++ gdb/testsuite/gdb.rust/unsized.rs | 2 + gdb/testsuite/lib/rust-support.exp | 2 +- gdb/ui-file.c | 3 +- gdb/ui-file.h | 2 +- gdb/utils.c | 65 ++++++++++++++++---- gdb/utils.h | 4 +- 16 files changed, 181 insertions(+), 70 deletions(-)