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_O1 in repository toolchain/ci/binutils-gdb.
from 21b9b99cd7 sim: accept -EB/-EL short options adds 0b233e34c8 gdb/python: remove all uses of Py_TPFLAGS_HAVE_ITER adds 86fe51fcc7 [gdb/testsuite] Reimplement gdb.gdb/complaints.exp as unittest adds 5b99c5718f [gdb/testsuite] Fix various issues in gdb.mi/mi-sym-info.exp adds 8570b2b884 [gdb/testsuite] Fix gdb.base/coredump-filter-build-id.exp wi [...] adds 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
No new revisions were added by this update.
Summary of changes: bfd/version.h | 2 +- .../gdb.base/info-types-c.exp => etc/Makefile.am | 9 +- 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 + .../dw2-compress-3.s => elf/dwarf-5-file0-2.s} | 61 +- gas/testsuite/gas/elf/elf.exp | 1 + gdb/complaints.c | 52 ++ gdb/configure.tgt | 2 +- gdb/gdbcmd.h | 26 +- gdb/python/py-block.c | 4 +- gdb/python/py-inferior.c | 2 +- gdb/python/py-infthread.c | 2 +- gdb/python/py-linetable.c | 2 +- gdb/python/py-registers.c | 4 +- gdb/python/py-type.c | 6 +- gdb/python/python-internal.h | 1 - .../gdb.base/coredump-filter-build-id.exp | 3 +- gdb/testsuite/gdb.gdb/complaints.exp | 137 ----- gdb/testsuite/gdb.mi/mi-sym-info.exp | 47 +- gdb/top.c | 31 +- 25 files changed, 1188 insertions(+), 318 deletions(-) copy gdb/testsuite/gdb.base/info-types-c.exp => etc/Makefile.am (77%) 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 copy gas/testsuite/gas/{i386/dw2-compress-3.s => elf/dwarf-5-file0-2.s} (60%) delete mode 100644 gdb/testsuite/gdb.gdb/complaints.exp