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 100dbc6de52 Implement DAP module-removed event new 94c5098e4d9 Fix obvious bug in aggregate expression
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 | 9 +++++++- gdb/testsuite/gdb.ada/assoc.exp | 43 ++++++++++++++++++++++++++++++++++++ gdb/testsuite/gdb.ada/assoc/main.adb | 22 ++++++++++++++++++ gdb/testsuite/gdb.ada/assoc/pck.ads | 29 ++++++++++++++++++++++++ gdb/testsuite/gdb.ada/assoc/xtra.adb | 21 ++++++++++++++++++ gdb/testsuite/gdb.ada/assoc/xtra.ads | 24 ++++++++++++++++++++ 6 files changed, 147 insertions(+), 1 deletion(-) create mode 100644 gdb/testsuite/gdb.ada/assoc.exp create mode 100644 gdb/testsuite/gdb.ada/assoc/main.adb create mode 100644 gdb/testsuite/gdb.ada/assoc/pck.ads create mode 100644 gdb/testsuite/gdb.ada/assoc/xtra.adb create mode 100644 gdb/testsuite/gdb.ada/assoc/xtra.ads