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 321d0cd7e78 gdb/testsuite: use -gdwarf-4 in simavr board new 458620aabb3 Fix syntax error in Rust test new 3cbc7ac344c Rewrite the Rust expression parser
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 | 8 + gdb/Makefile.in | 7 +- gdb/rust-exp.y | 2884 ------------------------------------- gdb/rust-parse.c | 2351 ++++++++++++++++++++++++++++++ gdb/testsuite/ChangeLog | 9 + gdb/testsuite/gdb.rust/expr.exp | 6 +- gdb/testsuite/gdb.rust/simple.exp | 4 +- 7 files changed, 2378 insertions(+), 2891 deletions(-) delete mode 100644 gdb/rust-exp.y create mode 100644 gdb/rust-parse.c