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 b3464d0316 mips-tdep.c: Remove MAX_REGISTER_SIZE usage new 30a254669b Don't always zero pad in print_*_chars new 4ac0cb1cf0 Let print_decimal_chars handle signed values new d9109c8080 Simplify print_scalar_formatted new f12f6bad7d Remove val_print_type_code_int new 973e9aab63 Add some 128-bit integer tests
The 5 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 | 40 ++++ gdb/ada-valprint.c | 3 +- gdb/c-valprint.c | 4 +- gdb/f-valprint.c | 3 +- gdb/infcmd.c | 3 +- gdb/printcmd.c | 197 +++++++------------ gdb/regcache.c | 4 +- gdb/sh64-tdep.c | 2 +- gdb/testsuite/ChangeLog | 17 ++ gdb/testsuite/gdb.arch/altivec-regs.exp | 8 +- gdb/testsuite/gdb.arch/s390-vregs.exp | 17 +- gdb/testsuite/gdb.arch/vsx-regs.exp | 8 +- gdb/testsuite/gdb.dwarf2/formdata16.exp | 31 ++- gdb/testsuite/gdb.reverse/i386-sse-reverse.exp | 94 ++++----- gdb/valprint.c | 251 +++++++++++++++---------- gdb/valprint.h | 9 +- 16 files changed, 391 insertions(+), 300 deletions(-)