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 94a75b0363b Add obj_section::contains method new b0dd661fa16 Rewrite Rust slice type handling
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: gdb/rust-lang.c | 239 +++++++++++++++------ gdb/rust-lang.h | 13 +- gdb/testsuite/gdb.rust/simple.exp | 2 +- gdb/testsuite/gdb.rust/unsized.exp | 2 +- .../gdb.rust/{unicode.exp => unsized2.exp} | 44 ++-- gdb/testsuite/gdb.rust/unsized2.rs | 67 ++++++ 6 files changed, 279 insertions(+), 88 deletions(-) copy gdb/testsuite/gdb.rust/{unicode.exp => unsized2.exp} (50%) create mode 100644 gdb/testsuite/gdb.rust/unsized2.rs