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 d7c798565e GAS/doc: Clean up `.dc' and `.ds' directive descriptions new 15ce8941e7 Sign-extend non-bit-fields in unpack_bits_as_long new 7c22600aab Initial support for variant parts new c9317f214b Convert Rust to use discriminated unions new 2ddeaf8a7d Handle DW_TAG_variant_part and DW_TAG_variant
The 4 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 | 58 ++ gdb/Makefile.in | 1 + gdb/dwarf2read.c | 531 +++++++++++++- gdb/gdbtypes.h | 51 ++ gdb/rust-lang.c | 796 ++++++++------------- gdb/rust-lang.h | 5 + gdb/testsuite/ChangeLog | 9 + .../compile-ops.c => gdb.dwarf2/variant.c} | 32 +- gdb/testsuite/gdb.dwarf2/variant.exp | 224 ++++++ gdb/testsuite/gdb.rust/simple.exp | 4 +- gdb/unittests/unpack-selftests.c | 61 ++ gdb/valops.c | 44 ++ gdb/value.c | 10 +- gdb/value.h | 8 + 14 files changed, 1273 insertions(+), 561 deletions(-) copy gdb/testsuite/{gdb.compile/compile-ops.c => gdb.dwarf2/variant.c} (62%) create mode 100644 gdb/testsuite/gdb.dwarf2/variant.exp create mode 100644 gdb/unittests/unpack-selftests.c