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 85c72d708e6 Fix DAP frame bug with older versions of Python new c8a67010d13 Clean up gmp-utils.h includes new 302273ca843 Add methods and operators to gdb_mpz new 7aeae94f887 Rename gdb_mpz::val and make contents private new 7607de94313 Add operators and methods to gdb_mpq new 8176838655f Rename gdb_mpq::val and make contents private new d0aa28e155b Hide the implementation of gdb_mpf
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-lex.l | 9 +- gdb/dwarf2/read.c | 46 +++---- gdb/gmp-utils.c | 61 ++++----- gdb/gmp-utils.h | 248 ++++++++++++++++++++++++++++++------ gdb/unittests/gmp-utils-selftests.c | 89 +++++++------ gdb/valarith.c | 18 +-- gdb/valops.c | 15 +-- gdb/valprint.c | 2 +- gdb/value.c | 3 +- 9 files changed, 325 insertions(+), 166 deletions(-)