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 eae2847fbff ld: fix build with old glibc / gcc new bde240e7f83 gdb: fix printf of wchar_t early in a gdb session new 1a36815e2f1 gdb: remove two uses of alloca from printcmd.c new 7d8708653dc gdb: remove last alloca call from printcmd.c new 13f5f57e0d2 gdb: check max-value-size when reading strings for printf
The 4 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 | 6 ++ gdb/c-lang.c | 3 - gdb/gdbtypes.c | 11 ++- gdb/gdbtypes.h | 14 ++- gdb/printcmd.c | 102 +++++++++++++-------- gdb/testsuite/gdb.base/printcmds.c | 2 + gdb/testsuite/gdb.base/printcmds.exp | 5 + .../{bg-exec-sigint-bp-cond.c => printf-wchar_t.c} | 15 +-- .../{check-psymtab.exp => printf-wchar_t.exp} | 18 ++-- gdb/testsuite/lib/gdb.exp | 30 ++++++ gdb/value.c | 10 +- gdb/value.h | 5 + 12 files changed, 154 insertions(+), 67 deletions(-) copy gdb/testsuite/gdb.base/{bg-exec-sigint-bp-cond.c => printf-wchar_t.c} (83%) copy gdb/testsuite/gdb.base/{check-psymtab.exp => printf-wchar_t.exp} (66%)