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 4fbb7ccebe1 Fix stack smashing error during gdb_mpq_write_fixed_point selftest new 987b6703563 change and rename gmp_string_asprintf to return an std::string new c9f0b43fe46 gmp-utils: Convert the read/write methods to using gdb::array_view new 2a12c336b9d gdbtypes.h: Get rid of the TYPE_FIXED_POINT_INFO macro new d19937a74c5 Make fixed_point_type_base_type a method of struct type new e6fcee3a73d Make function fixed_point_scaling_factor a method of struct type new af619ce989a valarith.c: Replace INIT_VAL_WITH_FIXED_POINT_VAL macro by lambda
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/ChangeLog | 59 +++++++++++++++++++++++++++++++++++++ gdb/ada-valprint.c | 2 +- gdb/dwarf2/read.c | 4 +-- gdb/gdbtypes.c | 26 ++++++++-------- gdb/gdbtypes.h | 54 ++++++++++++++++++++++----------- gdb/gmp-utils.c | 42 +++++++++++++++----------- gdb/gmp-utils.h | 42 +++++++++++++------------- gdb/typeprint.c | 5 ++-- gdb/unittests/gmp-utils-selftests.c | 16 +++++----- gdb/valarith.c | 43 ++++++++++++++++----------- gdb/valops.c | 16 +++++----- gdb/valprint.c | 10 +++---- gdb/value.c | 7 +++-- 13 files changed, 213 insertions(+), 113 deletions(-)