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-allyesconfig in repository toolchain/ci/binutils-gdb.
from 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' adds 5d7e6ed0bd [gdb/testsuite] Avoid gnatbind/gnatlink in gdb.ada/catch_ex_std.exp adds a406a98e6e [gdb/testsuite] Handle ada in gdb_compile_shlib adds 862fcbd8f0 [gdb/testsuite] Fix gdb.base/endianity.exp with gcc-4.8 adds f5756acc15 Constify parse_and_eval_type adds 4cf2ad7200 Update ELF headers and readelf with recent e_machine assignments. new f12650bff1 Fix incremental linking with rodata merge sections. new 387a56a543 Fix incremental tests using gcc 9, which adds Gnu properties [...]
The 2 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: binutils/ChangeLog | 4 + binutils/readelf.c | 17 +++- gdb/ChangeLog | 30 ++++++++ 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/eval.c | 2 +- gdb/gdbtypes.c | 2 +- gdb/maint.c | 5 ++ gdb/regcache.c | 13 +++- gdb/symtab.c | 8 +- gdb/target-dcache.c | 19 +++++ gdb/testsuite/ChangeLog | 33 ++++++++ gdb/testsuite/gdb.ada/catch_ex_std.exp | 90 ++++++---------------- 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/endianity.exp | 11 ++- 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 +- gdb/testsuite/lib/gdb.exp | 41 ++++++++-- gdb/value.h | 2 +- gold/ChangeLog | 12 +++ gold/layout.cc | 3 +- gold/object.cc | 4 + include/ChangeLog | 4 + include/elf/common.h | 12 +++ 33 files changed, 363 insertions(+), 101 deletions(-) copy gdb/testsuite/gdb.base/{gold-gdb-index.c => dcache-flush.c} (82%) create mode 100644 gdb/testsuite/gdb.base/dcache-flush.exp