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-mainline-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 new 2bddb71a74 ubsan: arm: out of bounds array access new 4d6cbb6442 ubsan: hppa: negation of -2147483648 new ed7007c18a PowerPC64 ppc_elf_hash_entry, defined_sym_val, is_tls_get_addr new b9ca1af69e Don't touch r11 in __tls_get_addr stub
The 4 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: ChangeLog | 5 + bfd/ChangeLog | 12 + bfd/elf64-ppc.c | 204 ++++++------- 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 + ld/ChangeLog | 8 + ld/testsuite/ld-powerpc/tlsexe.d | 12 +- ld/testsuite/ld-powerpc/tlsexeno.d | 14 +- ld/testsuite/ld-powerpc/tlsexetoc.d | 12 +- ld/testsuite/ld-powerpc/tlsexetocno.d | 14 +- ld/testsuite/ld-powerpc/tlsopt5.d | 14 +- opcodes/ChangeLog | 8 + opcodes/arm-dis.c | 2 +- opcodes/hppa-dis.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 + 37 files changed, 619 insertions(+), 480 deletions(-)