This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_check_gcc/master-arm in repository toolchain/ci/binutils-gdb.
from e7776f52fe PowerPC, sanity check r_offset in relocate_section adds 49a9ec7f6a [gdb/testsuite] Handle unrecognized command line option in g [...] adds ca49878470 [gdb/testsuite] Add string_list_to_regexp adds e36788d135 [gdb/testsuite] Fix handling of nr_args < 3 in mi_gdb_test adds a1c3ad9cd8 [gdb/testsuite] Fix DUPLICATE in gdb.base/skip-solib.exp adds d7d1029e62 [gdb/testsuite] Fix DUPLICATE in gdb.base/global-var-nested- [...] adds cf9c1c753c [gdb/testsuite] Reimplement gdb.gdb/python-selftest.exp as unittest adds 5abdee61d9 Automatic date update in version.in
No new revisions were added by this update.
Summary of changes: bfd/version.h | 2 +- gdb/python/python.c | 46 +++++++++ .../gdb.base/global-var-nested-by-dso.exp | 4 +- gdb/testsuite/gdb.base/skip-solib.exp | 104 ++++++++++----------- gdb/testsuite/gdb.gdb/python-selftest.exp | 30 ------ gdb/testsuite/gdb.mi/mi-break.exp | 2 +- gdb/testsuite/gdb.mi/mi-logging.exp | 3 +- gdb/testsuite/gdb.mi/mi-memory-changed.exp | 5 +- gdb/testsuite/gdb.mi/mi-nsmoribund.exp | 7 +- gdb/testsuite/gdb.python/py-mi.exp | 10 +- gdb/testsuite/gdb.testsuite/string_to_regexp.exp | 66 +++++++++++++ gdb/testsuite/lib/gdb-utils.exp | 12 +++ gdb/testsuite/lib/gdb.exp | 35 ++++--- gdb/testsuite/lib/mi-support.exp | 28 +++++- 14 files changed, 243 insertions(+), 111 deletions(-) delete mode 100644 gdb/testsuite/gdb.gdb/python-selftest.exp create mode 100644 gdb/testsuite/gdb.testsuite/string_to_regexp.exp