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-lts-allmodconfig in repository toolchain/ci/binutils-gdb.
from 29b523140e testsuite: Add option to capture GDB debug adds 81f47ac29f testsuite: Disable some tests when logging adds f9e2e39d23 testsuite: Record all gdb input to gdb.in adds 408e9b8b9e testsuite: Create .cmd files for gdb and gdbserver adds b420b89e4b testsuite: Add replay logging to GDBSERVER_DEBUG adds 87781e8475 testsuite: Remove TRANSCRIPT support adds a45575b035 Constify annotate_source adds 33d0e35aed Don't cast away const in find_and_open_source adds 1c8ce0ebbe Automatic date update in version.in adds 3e2cf42fe5 S12Z (doc): Minor improvements to text and formatting. adds 122cf0f2d9 gdb: Add constructor to struct cu_partial_die_info adds 34d11c682f gdb/fortran: Use floatformats_ia64_quad for fortran 16-byte floats
No new revisions were added by this update.
Summary of changes: bfd/version.h | 2 +- gas/doc/c-s12z.texi | 100 ++++++------- gdb/ChangeLog | 32 ++++ gdb/annotate.c | 2 +- gdb/annotate.h | 2 +- gdb/disasm.c | 4 +- gdb/dwarf2read.c | 27 ++-- gdb/f-lang.c | 4 +- gdb/i386-tdep.c | 4 +- gdb/source.c | 4 +- gdb/testsuite/ChangeLog | 92 ++++++++++-- gdb/testsuite/README | 44 ++---- gdb/testsuite/gdb.base/breakpoint-in-ro-region.exp | 7 + gdb/testsuite/gdb.base/debug-expr.exp | 7 + gdb/testsuite/gdb.base/foll-fork.exp | 7 + gdb/testsuite/gdb.base/foll-vfork.exp | 7 + .../gdb.base/fork-print-inferior-events.exp | 7 + gdb/testsuite/gdb.base/gdb-sigterm.exp | 7 + gdb/testsuite/gdb.base/gdbinit-history.exp | 6 + gdb/testsuite/gdb.base/osabi.exp | 7 + gdb/testsuite/gdb.base/sss-bp-on-user-bp-2.exp | 7 + gdb/testsuite/gdb.base/ui-redirect.exp | 6 + gdb/testsuite/gdb.fortran/complex.exp | 2 - gdb/testsuite/gdb.fortran/printing-types.exp | 1 + gdb/testsuite/gdb.fortran/printing-types.f90 | 2 + gdb/testsuite/gdb.fortran/type-kinds.exp | 6 - gdb/testsuite/gdb.gdb/unittest.exp | 7 + gdb/testsuite/gdb.mi/mi-break.exp | 9 +- gdb/testsuite/gdb.mi/mi-watch.exp | 9 +- gdb/testsuite/gdb.mi/new-ui-mi-sync.exp | 6 + .../gdb.mi/user-selected-context-sync.exp | 6 + gdb/testsuite/gdb.python/python.exp | 5 +- gdb/testsuite/gdb.threads/check-libthread-db.exp | 7 + .../signal-while-stepping-over-bp-other-thread.exp | 6 + gdb/testsuite/gdb.threads/stepi-random-signal.exp | 7 + gdb/testsuite/lib/gdb.exp | 163 +++++++++++++-------- gdb/testsuite/lib/gdbserver-support.exp | 70 +++++++-- 37 files changed, 489 insertions(+), 202 deletions(-)