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 7468702dcb Remove DEF_VEC_I (int) new 71a3c36949 Handle dereferencing Rust trait objects new 68e745e38e Make template_symbol derive from symbol new cf724bc93e Use an enum to represent subclasses of symbol
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/ChangeLog | 41 +++++++++++ gdb/dwarf2read.c | 60 +++++++++++++++- gdb/objfiles.h | 5 ++ gdb/psymtab.c | 82 ++++++++++++++++++++++ gdb/rust-lang.c | 53 ++++++++++++++ gdb/symfile-debug.c | 28 ++++++++ gdb/symfile.h | 8 +++ gdb/symtab.c | 41 ++++++++++- gdb/symtab.h | 48 +++++++++---- gdb/testsuite/ChangeLog | 5 ++ gdb/testsuite/gdb.rust/{unsized.exp => traits.exp} | 18 ++++- gdb/testsuite/gdb.rust/{watch.rs => traits.rs} | 21 ++++-- 12 files changed, 389 insertions(+), 21 deletions(-) copy gdb/testsuite/gdb.rust/{unsized.exp => traits.exp} (70%) copy gdb/testsuite/gdb.rust/{watch.rs => traits.rs} (78%)