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-arm-mainline-allnoconfig in repository toolchain/ci/binutils-gdb.
from 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 adds 111b33f0b8 [gdb/testsuite] Fix duplicate test-names in gdb.dwarf2 adds 9a94694506 [gdb/testsuite] use args as lib list for jit-elf tests adds f801207197 [gdb/testsuite] add lib/jit-elf-helpers.exp adds 80ad340c90 [gdb/testsuite] use -Ttext-segment for jit-elf tests adds aff4e759b8 [gdb/testsuite] define jit function name via macro adds 2528f8ada6 [gdb/testsuite] add jit-elf-util.h and run jit function adds c9f3b40e1a [gdb/testsuite] Fix duplicate test-names in gdb.{gdb,opt,xml} adds 7c121311ad [gdb/testsuite] Fix duplicate test-names in gdb.pascal adds af2d5cd8e9 [gdb/testsuite] Fix duplicate test-names in gdb.trace adds 7549fed824 [gdb/testsuite] Fix duplicate test-names in gdb.fortran adds dbb0ab10dd [gdb/testsuite] Fix duplicate test-names in gdb.ada adds b4991d292e [gdb/testsuite] Fix duplicate test-names in gdb.multi adds 533f049e00 [PATCH] bfd: Fix 64-bit relocation handling for a.out adds 1b59ca1cf1 [gdb/testsuite] Fix tcl error in jit-elf-helpers.exp adds c7c6634180 [gdb/testsuite] Fix incorrect string concat in jit-elf.exp adds 02ff80c296 gdb: make two objfile functions return bool adds 843f4d9357 gdb/testsuite: Disable path and duplicate checks when parall [...]
No new revisions were added by this update.
Summary of changes: bfd/ChangeLog | 5 + bfd/aoutx.h | 20 ++- bfd/version.h | 2 +- gdb/ChangeLog | 20 +++ gdb/ada-lang.c | 5 +- gdb/ada-lang.h | 5 + gdb/ada-valprint.c | 3 +- gdb/cli/cli-cmds.c | 15 +- gdb/gdb-gdb.gdb.in | 9 + gdb/objfiles.c | 19 +- gdb/objfiles.h | 9 +- gdb/testsuite/ChangeLog | 69 ++++++++ gdb/testsuite/gdb.ada/catch_ex.exp | 9 +- gdb/testsuite/gdb.ada/mi_catch_ex.exp | 16 +- gdb/testsuite/gdb.ada/mi_catch_ex_hand.exp | 16 +- gdb/testsuite/gdb.base/jit-elf-main.c | 128 ++++---------- gdb/testsuite/gdb.base/jit-elf-so.exp | 152 ++++++++++------ gdb/testsuite/gdb.base/jit-elf-solib.c | 10 +- gdb/testsuite/gdb.base/jit-elf-util.h | 118 +++++++++++++ gdb/testsuite/gdb.base/jit-elf.exp | 117 ++++++------- gdb/testsuite/gdb.dwarf2/comp-unit-lang.exp | 10 +- gdb/testsuite/gdb.dwarf2/data-loc.exp | 14 +- .../gdb.dwarf2/dw2-bad-parameter-type.exp | 9 +- gdb/testsuite/gdb.dwarf2/implref-struct.exp | 10 +- gdb/testsuite/gdb.dwarf2/varval.exp | 9 +- gdb/testsuite/gdb.fortran/complex.exp | 22 ++- gdb/testsuite/gdb.gdb/complaints.exp | 8 +- gdb/testsuite/gdb.multi/multi-term-settings.exp | 14 +- gdb/testsuite/gdb.opt/inline-locals.exp | 2 +- gdb/testsuite/gdb.pascal/gdb11492.exp | 8 +- gdb/testsuite/gdb.trace/passcount.exp | 6 +- gdb/testsuite/gdb.xml/tdesc-regs.exp | 8 +- gdb/testsuite/lib/check-test-names.exp | 194 +++++++++++++++++++++ gdb/testsuite/lib/gdb.exp | 1 + gdb/testsuite/lib/jit-elf-helpers.exp | 111 ++++++++++++ ld/Makefile.in | 1 + 36 files changed, 872 insertions(+), 302 deletions(-) create mode 100644 gdb/testsuite/gdb.base/jit-elf-util.h create mode 100644 gdb/testsuite/lib/check-test-names.exp create mode 100644 gdb/testsuite/lib/jit-elf-helpers.exp