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 c53c6186c8d Make the .rsrc section read only. new 767c4b92bc4 Additions to gdb_mpz new 5309ce2f04d Convert long_const_operation to use gdb_mpz new d760ae22b96 Add 128-bit integer support to the Rust parser new 64f33c6938a Add overload of fits_in_type new 8a2ced4fe40 Remove some Ada parser helper functions new e49831ba434 Add 128-bit integer support to the Ada parser
The 6 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/ada-exp.y | 74 ++++++++++++-------------------- gdb/ada-lang.c | 6 ++- gdb/ada-lex.l | 75 +++++++++++++-------------------- gdb/ax-gdb.c | 4 +- gdb/expop.h | 26 ++++++++++-- gdb/expprint.c | 6 +++ gdb/gmp-utils.c | 10 +++-- gdb/gmp-utils.h | 48 ++++++++++++++++++++- gdb/parse.c | 26 ++++++++++++ gdb/parser-defs.h | 2 + gdb/rust-lang.c | 2 + gdb/rust-parse.c | 37 ++++++++++------ gdb/testsuite/gdb.ada/verylong.exp | 5 +++ gdb/testsuite/gdb.base/parse_number.exp | 9 ++-- gdb/testsuite/gdb.rust/onetwoeight.exp | 4 ++ 15 files changed, 211 insertions(+), 123 deletions(-)