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-arm-stable-defconfig in repository toolchain/ci/binutils-gdb.
from 6ae3a726d4 Automatic date update in version.in adds fa47e4463a gdb/linux-fork: simplify one_fork_p adds 4f13c1c00b Make "file" clear TUI source window adds 45bbae5c4b Remove flickering from the TUI adds c0ab21c22b Replace init_cutu_and_read_dies with a class adds 4d89c1c79f Call disassemble_free_target in gdb adds f1cf2aa54e Automatic date update in version.in adds b760fb3a1c sim: add some stdlib.h includes adds cf1d9e092f sim: don't rely on inferior_ptid in gdbsim_target::wait
No new revisions were added by this update.
Summary of changes: ChangeLog | 5 + bfd/version.h | 2 +- gdb/ChangeLog | 79 ++++++ gdb/disasm.c | 9 +- gdb/disasm.h | 4 + gdb/dwarf2read.c | 550 +++++++++++++++++------------------------ gdb/linux-fork.c | 3 +- gdb/remote-sim.c | 2 +- gdb/testsuite/ChangeLog | 4 + gdb/testsuite/gdb.tui/main.exp | 7 + gdb/tui/tui-command.c | 2 +- gdb/tui/tui-data.h | 7 + gdb/tui/tui-layout.c | 2 + gdb/tui/tui-regs.c | 14 +- gdb/tui/tui-regs.h | 2 + gdb/tui/tui-wingeneral.c | 46 +++- gdb/tui/tui-wingeneral.h | 23 ++ gdb/tui/tui-winsource.c | 11 +- gdb/tui/tui.c | 2 + sim/common/ChangeLog | 9 + sim/common/nrun.c | 1 + sim/common/sim-core.c | 2 + sim/common/sim-engine.c | 5 +- sim/common/sim-io.c | 2 + sim/common/sim-module.c | 2 + sim/common/sim-reason.c | 2 + 26 files changed, 457 insertions(+), 340 deletions(-)