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 33fff0ced3 Automatic date update in version.in adds 77e890c695 Automatic date update in version.in adds 7393df7f3f x86: Do not dump DS/CS segment overrides for branch hints adds 50a5f1878e gdb: introduce new 'maint flush ' prefix command adds ee9812a001 gdb: new command 'maint flush dcache'
No new revisions were added by this update.
Summary of changes: bfd/version.h | 2 +- gas/ChangeLog | 13 +++++ gas/testsuite/gas/i386/align-branch-9.d | 22 ++++---- gas/testsuite/gas/i386/align-branch-9.s | 24 ++++---- gas/testsuite/gas/i386/branch.d | 6 +- gas/testsuite/gas/i386/branch.s | 6 +- gas/testsuite/gas/i386/ilp32/x86-64-branch.d | 21 +++---- gas/testsuite/gas/i386/x86-64-align-branch-9.d | 11 +++- gas/testsuite/gas/i386/x86-64-align-branch-9.s | 12 ++-- gas/testsuite/gas/i386/x86-64-branch.d | 21 +++---- gas/testsuite/gas/i386/x86-64-branch.s | 6 +- gdb/ChangeLog | 24 ++++++++ gdb/NEWS | 14 +++++ gdb/cli/cli-cmds.c | 4 ++ gdb/cli/cli-cmds.h | 4 ++ gdb/doc/ChangeLog | 10 ++++ gdb/doc/gdb.texinfo | 28 ++++++++-- gdb/maint.c | 5 ++ gdb/regcache.c | 13 ++++- gdb/symtab.c | 8 ++- gdb/target-dcache.c | 19 +++++++ gdb/testsuite/ChangeLog | 16 ++++++ gdb/testsuite/gdb.base/c-linkage-name.exp | 2 +- .../gdb.base/{gold-gdb-index.c => dcache-flush.c} | 14 +++-- gdb/testsuite/gdb.base/dcache-flush.exp | 64 ++++++++++++++++++++++ gdb/testsuite/gdb.base/killed-outside.exp | 2 +- gdb/testsuite/gdb.opt/inline-bt.exp | 2 +- gdb/testsuite/gdb.perf/gmonster-null-lookup.py | 2 +- gdb/testsuite/gdb.perf/gmonster-print-cerr.py | 2 +- gdb/testsuite/gdb.perf/gmonster-ptype-string.py | 2 +- gdb/testsuite/gdb.python/py-unwind.exp | 2 +- 31 files changed, 298 insertions(+), 83 deletions(-) copy gdb/testsuite/gdb.base/{gold-gdb-index.c => dcache-flush.c} (82%) create mode 100644 gdb/testsuite/gdb.base/dcache-flush.exp