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 c40d7e49cf Automatic date update in version.in new 66fc87a0d5 Add gdb.ada/info_addr_mixed_case new testcase new 344420da6b Add "complete break ada" test to gdb.ada/complete.exp new 289483b6a0 Add new gdb.ada/bp_c_mixed_case testcase for PR gdb/22670
The 3 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/testsuite/ChangeLog | 15 +++++++ gdb/testsuite/gdb.ada/bp_c_mixed_case.exp | 52 ++++++++++++++++++++++ gdb/testsuite/gdb.ada/bp_c_mixed_case/bar.c | 21 +++++++++ .../gdb.ada/bp_c_mixed_case/foo_h731_021.adb | 21 +++++++++ gdb/testsuite/gdb.ada/complete.exp | 21 +++++++++ gdb/testsuite/gdb.ada/info_addr_mixed_case.exp | 42 +++++++++++++++++ gdb/testsuite/gdb.ada/info_addr_mixed_case/foo.adb | 21 +++++++++ gdb/testsuite/gdb.ada/info_addr_mixed_case/pck.adb | 24 ++++++++++ gdb/testsuite/gdb.ada/info_addr_mixed_case/pck.ads | 35 +++++++++++++++ 9 files changed, 252 insertions(+) create mode 100644 gdb/testsuite/gdb.ada/bp_c_mixed_case.exp create mode 100644 gdb/testsuite/gdb.ada/bp_c_mixed_case/bar.c create mode 100644 gdb/testsuite/gdb.ada/bp_c_mixed_case/foo_h731_021.adb create mode 100644 gdb/testsuite/gdb.ada/info_addr_mixed_case.exp create mode 100644 gdb/testsuite/gdb.ada/info_addr_mixed_case/foo.adb create mode 100644 gdb/testsuite/gdb.ada/info_addr_mixed_case/pck.adb create mode 100644 gdb/testsuite/gdb.ada/info_addr_mixed_case/pck.ads