This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_bootstrap/master-aarch64-bootstrap_profiled_lto 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 adds 1f0f8b5d9d Allow word wrapping even when paging is disabled adds 111d19818a Handle "set height 1" adds 4311246bb1 Return void from gdb_putc adds 3beda815bd Automatic date update in version.in adds 3c8184c43d Add comments to dwarf2/abbrev-cache.h adds 86416e21f2 Automatic date update in version.in new cd1a989fe1 Automatic date update in version.in
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/version.h | 2 +- gdb/config.in | 3 - gdb/configure | 3 - gdb/configure.ac | 1 - gdb/dwarf2/abbrev-cache.h | 10 ++- 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 +- 18 files changed, 191 insertions(+), 72 deletions(-)