This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk/llvm-master-arm-spec2k6-Os_LTO in repository toolchain/ci/binutils-gdb.
from 6ac6a19371 Automatic date update in version.in adds 399aaebd1a Make gdb.base/index-cache.exp work with readnow board (PR 24669) adds e79be6e5f3 Fix some whitespace issues in gdb ChangeLogs adds 730ead81df Remove some NULL checks from the TUI adds 93cb9841d6 gdb/testsuite: Improve detection of bug gdb/24541 adds cafb34387d Remove unnecessary casts of NULL adds 395f9c9114 Replace uses of concat with xstrdup adds c497330687 Write index for dwz -m file adds bf5142e7fe gdb: Remove unused signal mask adds d04b44a16c Remove more unnecessary casts of NULL adds 431b3eadc4 Don't cast a tui_win_info directly to tui_gen_win_info adds 2b9f6e89d6 [gdb/contrib] Fix gdb/contrib/gdb-add-index.sh for dwz-m-ed execs adds 08bb0061ba Automatic date update in version.in adds 39c05d9435 aarch64: remove unnecessary loc_hash_table traversal adds 6e1c90b7f5 i386: Check vector length for vshufXXX/vinsertXXX/vextractXXX adds ba9777bef0 PR gdb/24364: Don't call dtrace_process_dof with NULL dof. adds 310b3441a0 [gdb] Fix heap-buffer-overflow in child_path adds 5bb4fed3d4 Automatic date update in version.in
No new revisions were added by this update.
Summary of changes: bfd/ChangeLog | 6 + bfd/elfnn-aarch64.c | 24 -- bfd/version.h | 2 +- gas/ChangeLog | 9 + gas/testsuite/gas/i386/disassem.d | 4 +- gas/testsuite/gas/i386/disassem.s | 2 + gas/testsuite/gas/i386/x86-64-disassem.d | 4 +- gas/testsuite/gas/i386/x86-64-disassem.s | 2 + gdb/ChangeLog | 128 ++++++++++- gdb/ada-lang.c | 3 +- gdb/ax-gdb.c | 2 +- gdb/breakpoint.c | 9 +- gdb/cli/cli-setshow.c | 2 +- gdb/coffread.c | 8 +- gdb/common/pathstuff.c | 2 +- gdb/contrib/gdb-add-index.sh | 138 ++++++++---- gdb/dtrace-probe.c | 9 +- gdb/dwarf-index-cache.c | 31 ++- gdb/dwarf-index-write.c | 272 +++++++++++++---------- gdb/dwarf-index-write.h | 13 +- gdb/dwarf2read.c | 32 +-- gdb/dwarf2read.h | 38 ++++ gdb/gdb_bfd.c | 2 +- gdb/gdbserver/ChangeLog | 8 +- gdb/infcmd.c | 2 +- gdb/linespec.c | 3 +- gdb/linux-nat.c | 6 - gdb/mdebugread.c | 41 ++-- gdb/mipsread.c | 2 +- gdb/stabsread.c | 6 +- gdb/testsuite/ChangeLog | 42 +++- gdb/testsuite/gdb.base/index-cache.exp | 49 ++-- gdb/testsuite/gdb.dwarf2/gdb-index.exp | 15 ++ gdb/testsuite/gdb.mi/mi-catch-cpp-exceptions.exp | 3 + gdb/tui/tui-data.c | 61 ++--- gdb/tui/tui-io.c | 2 +- gdb/tui/tui-layout.c | 2 +- gdb/tui/tui-regs.c | 13 +- gdb/tui/tui-source.c | 4 +- gdb/tui/tui-stack.c | 5 +- gdb/tui/tui-win.c | 12 +- gdb/tui/tui-windata.c | 5 +- gdb/tui/tui-wingeneral.c | 20 +- gdb/tui/tui-winsource.c | 7 +- gdb/utils.c | 2 +- gdb/valops.c | 8 +- gdb/value.c | 2 +- gdb/xcoffread.c | 11 +- opcodes/ChangeLog | 26 +++ opcodes/i386-dis-evex.h | 108 ++++++++- opcodes/i386-dis.c | 14 +- 51 files changed, 803 insertions(+), 418 deletions(-)