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 2f63213381e sim: sprinkle some ATTRIBUTE_PRINTF new e25d6d93c4a gdb: fix getting range of flexible array member in Python
The 1 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 | 7 ++ gdb/guile/scm-type.c | 11 ++- gdb/python/py-type.c | 11 ++- gdb/testsuite/ChangeLog | 10 +++ gdb/testsuite/gdb.guile/scm-type.c | 12 ++++ gdb/testsuite/gdb.guile/scm-type.exp | 12 ++++ .../flexible-array-member.c | 0 gdb/testsuite/gdb.python/flexible-array-member.exp | 81 ++++++++++++++++++++++ 8 files changed, 140 insertions(+), 4 deletions(-) copy gdb/testsuite/{gdb.base => gdb.python}/flexible-array-member.c (100%) create mode 100644 gdb/testsuite/gdb.python/flexible-array-member.exp