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 fc076a47fd Update documentation regarding the bfd returned by bfd_openr [...] new a27ed7d613 Reorganize code to handle TYPE_CODE_{STRUCT,UNION} on 'c_typ [...] new 7c1618381f Implement pahole-like 'ptype /o' option
The 2 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 | 42 ++ gdb/NEWS | 3 + gdb/c-typeprint.c | 1178 ++++++++++++++++++------------ gdb/doc/ChangeLog | 5 + gdb/doc/gdb.texinfo | 124 ++++ gdb/testsuite/ChangeLog | 6 + gdb/testsuite/gdb.base/ptype-offsets.cc | 193 +++++ gdb/testsuite/gdb.base/ptype-offsets.exp | 318 ++++++++ gdb/typeprint.c | 24 +- gdb/typeprint.h | 17 + 10 files changed, 1435 insertions(+), 475 deletions(-) create mode 100644 gdb/testsuite/gdb.base/ptype-offsets.cc create mode 100644 gdb/testsuite/gdb.base/ptype-offsets.exp