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 9269cdbeec3 gdb: Add myself to gdb/MAINTAINERS new 179febc3327 gdb: Move logic for printing enums to a helper function new 1f0af2a4953 gdb: Replace \r\n with multi_line to make tests more readable new be90f3e2afa gdb: Make printing enum types prettier.
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/c-typeprint.c | 151 +++++++++--------- gdb/testsuite/gdb.base/call-sc.exp | 11 +- gdb/testsuite/gdb.base/ctf-ptype.exp | 181 ++++++++++++++++++---- gdb/testsuite/gdb.base/ptype.exp | 186 +++++++++++++++++++---- gdb/testsuite/gdb.base/whatis-ptype-typedefs.exp | 8 +- gdb/testsuite/gdb.cp/classes.exp | 27 +++- gdb/testsuite/gdb.cp/empty-enum.exp | 24 ++- gdb/testsuite/gdb.cp/enum-class.exp | 6 +- gdb/testsuite/gdb.cp/nested-types.exp | 6 +- gdb/testsuite/gdb.dwarf2/enum-type.exp | 14 +- gdb/testsuite/gdb.xml/tdesc-regs.exp | 39 ++++- gdb/testsuite/lib/cp-support.exp | 39 +++-- 12 files changed, 529 insertions(+), 163 deletions(-)