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 d8f62e8447e Recognize names of array types new 8d9fd3a107c Print Ada type name in more cases new 9c91c725912 Handle __XVL fields in Ada type printing
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 | 8 ++++ gdb/ada-typeprint.c | 21 +++++++++- gdb/testsuite/ChangeLog | 11 +++++ gdb/testsuite/gdb.ada/funcall_ref.exp | 2 +- ...access_to_unbounded_array.exp => rec_ptype.exp} | 18 +++++--- .../{mi_variant/pkg.adb => rec_ptype/main.adb} | 15 +++---- gdb/testsuite/gdb.ada/rec_ptype/p.ads | 48 ++++++++++++++++++++++ gdb/testsuite/gdb.ada/var_rec_arr.exp | 22 +++------- 8 files changed, 109 insertions(+), 36 deletions(-) copy gdb/testsuite/gdb.ada/{access_to_unbounded_array.exp => rec_ptype.exp} (61%) copy gdb/testsuite/gdb.ada/{mi_variant/pkg.adb => rec_ptype/main.adb} (80%) create mode 100644 gdb/testsuite/gdb.ada/rec_ptype/p.ads