This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_bootstrap/master-arm-bootstrap_ubsan in repository toolchain/ci/binutils-gdb.
from 1111806ce5 gdb: Enable target rx-*-*linux. adds 653cc1a141 Automatic date update in version.in adds 58f3b6a349 gas: Use the directory name in .file 0 adds 9c163f0b83 etc: rename configure.in to configure.ac adds fe11221b54 etc: switch to automake adds 9f81b99e24 Re: gas: Use the directory name in .file 0 adds 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- [...]
No new revisions were added by this update.
Summary of changes: bfd/elf32-ppc.c | 799 ++++++++++++--------- bfd/version.h | 2 +- etc/Makefile.am | 19 + etc/Makefile.in | 407 +++++++++-- {readline => etc}/aclocal.m4 | 0 etc/configure | 645 ++++++++++++++++- etc/configure.ac | 9 + etc/configure.in | 26 - gas/dwarf2dbg.c | 12 +- gas/testsuite/gas/elf/dwarf-5-file0-2.d | 15 + gas/testsuite/gas/elf/dwarf-5-file0-2.s | 111 +++ gas/testsuite/gas/elf/elf.exp | 1 + .../gdb.base/global-var-nested-by-dso.exp | 4 +- gdb/testsuite/gdb.base/skip-solib.exp | 104 ++- 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 +- 23 files changed, 1772 insertions(+), 550 deletions(-) create mode 100644 etc/Makefile.am copy {readline => etc}/aclocal.m4 (100%) create mode 100644 etc/configure.ac delete mode 100644 etc/configure.in create mode 100644 gas/testsuite/gas/elf/dwarf-5-file0-2.d create mode 100644 gas/testsuite/gas/elf/dwarf-5-file0-2.s create mode 100644 gdb/testsuite/gdb.testsuite/string_to_regexp.exp