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 3342be5dab RISC-V: Only relax to C.LUI when imm != 0 and rd != 0/2 new fdf0cbc2b7 Target FP printing: Simplify and fix print_floating new 16e812b29e Target FP printing: Simplify and fix ui_printf new 8ba0dd515c Target FP printing: Use floatformat_to_string in tdep code
The 3 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 | 45 +++++++++++++ gdb/Makefile.in | 5 ++ gdb/common/format.c | 8 ++- gdb/common/format.h | 3 +- gdb/dfp.c | 13 +++- gdb/dfp.h | 3 +- gdb/doublest.c | 97 +++++++++++++++++++++++++++ gdb/doublest.h | 4 ++ gdb/i387-tdep.c | 17 ++--- gdb/mips-tdep.c | 45 ++++--------- gdb/printcmd.c | 184 ++++++++++++++++++++++------------------------------ gdb/sh64-tdep.c | 14 ++-- gdb/valprint.c | 115 ++++---------------------------- gdb/value.h | 3 - 14 files changed, 283 insertions(+), 273 deletions(-)