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 75436c534bf gdb: declare variables on first use in inherit_abstract_dies new 6c849804cff Fix bug in Ada packed array handling new e379f6521a9 Fix crash in value_print_array_elements
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/dwarf2/read.c | 4 ++ gdb/gdbtypes.c | 1 + gdb/gdbtypes.h | 21 ++++++++ gdb/testsuite/gdb.ada/packed_array.exp | 19 ++++++++ gdb/testsuite/gdb.ada/packed_array/pa.adb | 14 ++++++ gdb/valprint.c | 20 +++++--- gdb/value.c | 79 +++++++++++++++++++++++++++++++ gdb/value.h | 21 ++++++++ 8 files changed, 172 insertions(+), 7 deletions(-)