This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository binutils-gdb.
from 30aa13067f Updated translations. new e0c547d14a Move ptype/o printing code to typeprint.c new a33ccfc7af Support ptype/o in Rust
The 2 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/ChangeLog | 24 ++++++ gdb/c-typeprint.c | 160 +------------------------------------- gdb/rust-lang.c | 82 ++++++++++++++----- gdb/testsuite/ChangeLog | 6 ++ gdb/testsuite/gdb.rust/simple.exp | 18 +++++ gdb/testsuite/gdb.rust/simple.rs | 8 ++ gdb/typeprint.c | 127 +++++++++++++++++++++++++++++- gdb/typeprint.h | 33 ++++++++ 8 files changed, 282 insertions(+), 176 deletions(-)