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 53c973f200 Fix Powerpc build new 18c77628b1 gdb: Avoid trailing whitespace when pretty printing new 3714a195e0 gdb/testsuite: Make test names unique in gdb.python/py-prett [...] new 9f9aa85206 gdb: Make python display_hint None handling defined behaviour
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 | 5 +++ gdb/cp-valprint.c | 8 +++- gdb/doc/ChangeLog | 5 +++ gdb/doc/python.texi | 5 ++- gdb/testsuite/ChangeLog | 22 ++++++++++ gdb/testsuite/gdb.base/finish-pretty.exp | 2 +- .../{gdb.cp/ovsrch1.cc => gdb.base/pretty-print.c} | 42 ++++++++++++------- .../{eu-strip-infcall.exp => pretty-print.exp} | 49 ++++++++++++++++------ gdb/testsuite/gdb.python/py-prettyprint.c | 2 + gdb/testsuite/gdb.python/py-prettyprint.exp | 41 ++++++++++++------ gdb/testsuite/gdb.python/py-prettyprint.py | 6 +++ 11 files changed, 142 insertions(+), 45 deletions(-) copy gdb/testsuite/{gdb.cp/ovsrch1.cc => gdb.base/pretty-print.c} (63%) copy gdb/testsuite/gdb.base/{eu-strip-infcall.exp => pretty-print.exp} (51%)