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-aarch64-bootstrap_O1 in repository toolchain/ci/binutils-gdb.
from 287fbf951a sim: dv-sockser: move sim-main.h include after system includes adds 93aaa742b3 sim: cgen: workaround Windows VOID define adds 03de8f26e8 sim: dv-sockser: enable for mingw targets too adds ee73abf25e sim: drop old O_NDELAY & FNBLOCK support adds a13ab747e7 sim: ppc: enable use of gnulib adds b728479074 sim: ppc: drop support for std-config.h overrides adds 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 new 58f3b6a349 gas: Use the directory name in .file 0
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: bfd/version.h | 2 +- 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 +++-- sim/common/cgen-types.h | 2 + sim/common/dv-sockser.c | 28 +---- sim/common/sim-io.c | 4 +- sim/common/sim-options.c | 6 +- sim/configure | 12 +- sim/m4/sim_ac_option_hardware.m4 | 15 +-- sim/ppc/Makefile.in | 26 ++-- sim/ppc/basics.h | 2 +- sim/ppc/configure | 28 ----- sim/ppc/configure.ac | 22 ---- sim/ppc/cpu.c | 3 + sim/ppc/defs.h | 12 ++ sim/ppc/device.c | 3 + sim/ppc/inline.c | 2 +- sim/ppc/main.c | 8 +- 34 files changed, 258 insertions(+), 325 deletions(-) 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