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 083aca0c833 Remove manual lifetime management from cli_interp new 6a40c6e4374 Remove array typedef assumption for Ada
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/ada-lang.c | 6 +++ gdb/ada-typeprint.c | 11 +++++- .../gdb.ada/{packed_record.exp => multiarray.exp} | 39 +++++++++--------- gdb/testsuite/gdb.ada/multiarray/p.adb | 46 ++++++++++++++++++++++ gdb/testsuite/gdb.ada/multiarray/pack.ads | 34 ++++++++++++++++ 5 files changed, 115 insertions(+), 21 deletions(-) copy gdb/testsuite/gdb.ada/{packed_record.exp => multiarray.exp} (50%) create mode 100644 gdb/testsuite/gdb.ada/multiarray/p.adb create mode 100644 gdb/testsuite/gdb.ada/multiarray/pack.ads