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-lts-defconfig in repository toolchain/ci/binutils-gdb.
from 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 | 7 + gdb/objfiles.c | 19 +-- gdb/objfiles.h | 9 +- gdb/testsuite/ChangeLog | 54 ++++++++ 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 | 20 +++ gdb/testsuite/lib/jit-elf-helpers.exp | 111 +++++++++++++++ ld/Makefile.in | 1 + 30 files changed, 639 insertions(+), 295 deletions(-) create mode 100644 gdb/testsuite/gdb.base/jit-elf-util.h create mode 100644 gdb/testsuite/lib/jit-elf-helpers.exp