This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-aarch64-next-allyesconfig in repository toolchain/ci/binutils-gdb.
from 3ee6bb113a [gdb/symtab] Fix incomplete CU list assert in .debug_names adds 7666722fce [gdb/symtab] Save modules in .debug_names adds ba3e70b008 Clean-up gdb.ada test names adds 113ee09a64 [gdb/testsuite] Fix gdb.cp/cpexprs-debug-types.exp inclusion adds 53f539a3d7 Fix gdb.ada/attr_ref_and_charlit.exp typo adds e000211765 [gdb/testsuite] Change kfail into xfail in gdb.ada/packed_ta [...] adds 5eb68a39a2 Fix Ada value printing on PPC64 adds 34584c091b gdb/testsuite: Detect and warn if paths are used in test names adds d30dcd1288 gdb/testsuite: Detect and warn about duplicate test names adds 4fd6c7e872 Restore info_command and breakpoint adds d5b7ebe806 Regen ld/Makefile.in adds a1becf61f7 Automatic date update in version.in adds ebf470809e gdb: change duplicate test name in gdb.base/jit-so.exp
No new revisions were added by this update.
Summary of changes: bfd/version.h | 2 +- gdb/ChangeLog | 18 + gdb/ada-lang.c | 5 +- gdb/ada-lang.h | 5 + gdb/ada-valprint.c | 3 +- gdb/cli/cli-cmds.c | 15 +- gdb/dwarf2/index-write.c | 2 + gdb/gdb-gdb.gdb.in | 9 + gdb/testsuite/ChangeLog | 53 ++ gdb/testsuite/gdb.ada/arrayparam.exp | 2 +- gdb/testsuite/gdb.ada/arrayptr.exp | 6 +- gdb/testsuite/gdb.ada/assign_arr.exp | 2 +- gdb/testsuite/gdb.ada/attr_ref_and_charlit.exp | 23 +- gdb/testsuite/gdb.ada/bp_on_var.exp | 5 +- gdb/testsuite/gdb.ada/call_pn.exp | 2 +- gdb/testsuite/gdb.ada/complete.exp | 14 +- gdb/testsuite/gdb.ada/fun_overload_menu.exp | 38 +- gdb/testsuite/gdb.ada/funcall_param.exp | 2 +- gdb/testsuite/gdb.ada/funcall_ref.exp | 4 +- gdb/testsuite/gdb.ada/packed_array_assign.exp | 6 +- gdb/testsuite/gdb.ada/packed_tagged.exp | 4 +- gdb/testsuite/gdb.ada/same_component_name.exp | 2 +- gdb/testsuite/gdb.ada/type_coercion.exp | 4 +- gdb/testsuite/gdb.ada/unc_arr_ptr_in_var_rec.exp | 2 +- .../gdb.ada/variant_record_packed_array.exp | 2 +- gdb/testsuite/gdb.base/jit-elf-so.exp | 3 +- gdb/testsuite/gdb.cp/cpexprs-debug-types.exp | 2 +- gdb/testsuite/gdb.cp/cpexprs.exp | 750 +-------------------- .../gdb.cp/{cpexprs.exp => cpexprs.exp.in} | 7 - gdb/testsuite/lib/check-test-names.exp | 174 +++++ gdb/testsuite/lib/gdb.exp | 1 + ld/Makefile.in | 1 + 32 files changed, 355 insertions(+), 813 deletions(-) copy gdb/testsuite/gdb.cp/{cpexprs.exp => cpexprs.exp.in} (99%) create mode 100644 gdb/testsuite/lib/check-test-names.exp