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 b6c55de76b1 Populate seen_names hash in cooked_index_shard::do_finalize new c225d6b8041 Add many operators to gdb_mpz new c7c3708ac77 Avoid a copy in gdb_mpz::safe_export new 1c805ba063d Add truncation mode to gdb_mpz new 4db6e7aa6ae Add value_as_mpz and value_from_mpz new eb52a49702a Simplify binop_promote new d784fa8fb29 Use value_true in value_equal and value_less new 303a881f878 Use gdb_gmp for scalar arithmetic new 7005080802d Fix 128-bit integer bug in Ada
The 8 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/NEWS | 2 + gdb/ada-lang.c | 27 +- gdb/eval.c | 55 +-- gdb/gmp-utils.c | 109 +++-- gdb/gmp-utils.h | 167 +++++++- gdb/testsuite/gdb.ada/{ax-ada.exp => verylong.exp} | 11 +- .../gdb.ada/{ax-ada => verylong}/prog.adb | 9 +- gdb/testsuite/gdb.rust/onetwoeight.exp | 65 +++ .../gdb.rust/{rawids.rs => onetwoeight.rs} | 13 +- gdb/utils.c | 30 -- gdb/utils.h | 7 - gdb/valarith.c | 471 +++++++-------------- gdb/valops.c | 14 +- gdb/value.c | 106 +++++ gdb/value.h | 7 + 15 files changed, 598 insertions(+), 495 deletions(-) copy gdb/testsuite/gdb.ada/{ax-ada.exp => verylong.exp} (68%) copy gdb/testsuite/gdb.ada/{ax-ada => verylong}/prog.adb (84%) create mode 100644 gdb/testsuite/gdb.rust/onetwoeight.exp copy gdb/testsuite/gdb.rust/{rawids.rs => onetwoeight.rs} (69%)