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 1e5dd7c95a Automatic date update in version.in new 828d584679 (Ada) Handle same component names when searching in tagged types
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 | 9 ++ gdb/ada-lang.c | 169 ++++++++++++++++++++- gdb/testsuite/ChangeLog | 4 + gdb/testsuite/gdb.ada/same_component_name.exp | 60 ++++++++ .../foo.adb} | 22 ++- .../{rec_return => same_component_name}/pck.adb | 23 ++- gdb/testsuite/gdb.ada/same_component_name/pck.ads | 51 +++++++ 7 files changed, 324 insertions(+), 14 deletions(-) create mode 100644 gdb/testsuite/gdb.ada/same_component_name.exp copy gdb/testsuite/gdb.ada/{scoped_watch/foo_p708_025.adb => same_component_name/f [...] copy gdb/testsuite/gdb.ada/{rec_return => same_component_name}/pck.adb (62%) create mode 100644 gdb/testsuite/gdb.ada/same_component_name/pck.ads