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 a584cfc980f Add a quit to maint_print_all_sections new 29faeceaa8a Allow for anonymous Ada enumeration types new 56ddbf72843 Fix latent crash in ada_variant_discrim_name new cabd5456c78 Allow unqualified names in Ada tests new fb77dfe48b5 Fix type name in ptype-o.exp new 8b9041206f3 Allow multiple locations in homonym.exp new 7253760b5a0 Fixes to gdb.ada/fun_overload_menu.exp new a8551849716 Use ada_identical_enum_types_p in ada_atr_enum_rep new 7eccd2e4078 Compare unqualified names in ada_identical_enum_types_p new 5fce64293af Use dwarf2_full_name when computing type names new e382ede5ea0 Use DW_TAG_module for Ada new 4a4a50517b6 Add "synthetic" marker for index entries new 8cf79a06467 Handle DW_TAG_module for Ada new c70ac07a791 Store new Ada entries in cooked_index_shard::m_entries new aab26529b30 Add "Ada linkage" mode to cooked_index_entry::full_name new aa24bf2c05f Add support for hierarchical Ada names new f83d71e9c79 Update ada_add_block_renamings for compiler changes
The 16 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 | 87 ++++++++---- gdb/dwarf2/cooked-index.c | 83 +++++++++-- gdb/dwarf2/cooked-index.h | 31 ++-- gdb/dwarf2/index-write.c | 15 +- gdb/dwarf2/read.c | 157 +++++++++++++++------ gdb/dwarf2/tag.h | 5 +- .../gdb.ada/access_to_unbounded_array.exp | 5 +- gdb/testsuite/gdb.ada/arr_arr.exp | 3 +- gdb/testsuite/gdb.ada/arrayptr.exp | 7 +- gdb/testsuite/gdb.ada/dyn-range.exp | 3 +- gdb/testsuite/gdb.ada/fun_overload_menu.exp | 43 +++--- gdb/testsuite/gdb.ada/fun_overload_menu/foo.adb | 4 +- gdb/testsuite/gdb.ada/homonym.exp | 2 +- gdb/testsuite/gdb.ada/local-enum.exp | 11 +- gdb/testsuite/gdb.ada/mi_string_access.exp | 3 +- gdb/testsuite/gdb.ada/mi_var_access.exp | 11 +- gdb/testsuite/gdb.ada/null_overload.exp | 3 +- gdb/testsuite/gdb.ada/packed_array.exp | 3 +- gdb/testsuite/gdb.ada/ptype-o.exp | 2 +- .../gdb.ada/ptype-o/{prog.adb => pck.ads} | 8 +- gdb/testsuite/gdb.ada/ptype-o/prog.adb | 11 +- gdb/testsuite/gdb.ada/py_range.exp | 5 +- gdb/testsuite/gdb.ada/rec_comp.exp | 5 +- gdb/testsuite/gdb.ada/unc_arr_ptr_in_var_rec.exp | 9 +- .../gdb.ada/variant_record_packed_array.exp | 2 +- gdb/testsuite/gdb.ada/whatis_array_val.exp | 5 +- 26 files changed, 360 insertions(+), 163 deletions(-) copy gdb/testsuite/gdb.ada/ptype-o/{prog.adb => pck.ads} (93%)