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_tk1/llvm-master-arm-spec2k6-O2 in repository toolchain/ci/binutils-gdb.
from 242fe37867 PATCH bfd: Fix linker warning for recently introduced arm at [...] adds b4c919f752 [gdb/symtab] Fix htab_find_slot call in read_call_site_scope adds dd6f2df79d Fix mistake in RX assembler documentation (special section names) adds beed8c1dbd Fix build failure for 32-bit targets adds 223809519e Automatic date update in version.in adds 1e9983e730 gdb/python: fix a few flake8 warnings adds b625c7701d [gdb/symtab] Remove COMPUNIT_CALL_SITE_HTAB adds d4e8e096a5 Automatic date update in version.in adds 2b014cc535 gdb: Support the c.mv insn in the riscv prologue scanner. adds 0a9bddab0f gdb: Fix comment in riscv_scan_prologue adds 46039d3632 sim: ppc: fallback when ln is not available [PR sim/18864] adds 39d53d0435 sim: filter out SIGSTKSZ [PR sim/28302] adds 1d7fe7f01b gdb: Introduce setting construct within cmd_list_element adds e0700ba44c gdb: make string-like set show commands use std::string variable adds 702991711a gdb: Have setter and getter callbacks for settings adds 1a98bb552d gdb: Setting setter return a bool to tell if the value changed adds 51911bd6e9 Automatic date update in version.in adds adc82fdb71 sim: add --info-target for listing supported BFD targets adds 86c1ed137a gdbsupport: remove attempt to define TARGET_WORD_SIZE adds 6619a08b25 [gdb/testsuite] update analyze-racy-logs.py to python3
No new revisions were added by this update.
Summary of changes: bfd/version.h | 2 +- gas/doc/c-rx.texi | 4 +- gdb/auto-load.c | 50 +-- gdb/block.c | 10 +- gdb/breakpoint.c | 22 +- gdb/bt-utils.c | 12 +- gdb/build-id.c | 4 +- gdb/cli/cli-cmds.c | 148 ++++--- gdb/cli/cli-decode.c | 458 +++++++++++++++++---- gdb/cli/cli-decode.h | 9 +- gdb/cli/cli-logging.c | 23 +- gdb/cli/cli-option.c | 9 +- gdb/cli/cli-option.h | 4 +- gdb/cli/cli-setshow.c | 188 ++++----- gdb/cli/cli-setshow.h | 4 +- gdb/command.h | 332 ++++++++++++++- gdb/compile/compile.c | 46 +-- gdb/corefile.c | 17 +- gdb/defs.h | 4 +- gdb/disasm.c | 11 +- gdb/disasm.h | 2 +- gdb/dwarf2/dwz.c | 2 +- gdb/dwarf2/index-cache.c | 10 +- gdb/dwarf2/read.c | 17 +- gdb/event-top.c | 12 +- gdb/fork-child.c | 7 +- gdb/gdbtypes.h | 4 +- gdb/guile/scm-param.c | 175 ++++---- gdb/infcmd.c | 14 +- gdb/linux-thread-db.c | 17 +- gdb/main.c | 17 +- gdb/maint-test-options.c | 11 +- gdb/maint-test-settings.c | 8 +- gdb/maint.c | 2 +- gdb/mi/mi-cmd-env.c | 18 +- gdb/proc-api.c | 5 +- gdb/python/lib/gdb/FrameIterator.py | 3 - gdb/python/lib/gdb/command/explore.py | 7 +- gdb/python/lib/gdb/command/frame_filters.py | 6 +- gdb/python/lib/gdb/command/prompt.py | 2 +- gdb/python/py-param.c | 65 ++- gdb/python/python-internal.h | 2 +- gdb/python/python.c | 29 +- gdb/remote-sim.c | 7 +- gdb/remote.c | 13 +- gdb/riscv-tdep.c | 15 +- gdb/serial.c | 8 +- gdb/solib.c | 20 +- gdb/source.c | 66 +-- gdb/source.h | 5 +- gdb/stack.c | 22 +- gdb/symfile.c | 49 ++- gdb/symtab.c | 70 ++-- gdb/symtab.h | 9 +- gdb/target-descriptions.c | 2 +- gdb/testsuite/analyze-racy-logs.py | 14 +- ...h-ld-lw.c => riscv64-unwind-prologue-with-mv.c} | 13 +- ...-lw.exp => riscv64-unwind-prologue-with-mv.exp} | 6 +- ...h-ld-lw.c => riscv64-unwind-prologue-with-mv.s} | 41 +- gdb/top.c | 112 +++-- gdb/top.h | 2 +- gdb/tracepoint.c | 29 +- gdb/tracepoint.h | 2 +- gdbsupport/config.in | 3 - gdbsupport/configure | 7 - gdbsupport/configure.ac | 4 - sim/arch-subdir.mk.in | 1 + sim/bfin/linux-targ-map.h | 5 +- sim/common/gennltvals.py | 6 +- sim/common/nltvals.def | 1 - sim/common/sim-options.c | 19 + sim/ppc/Makefile.in | 4 +- 72 files changed, 1529 insertions(+), 818 deletions(-) copy gdb/testsuite/gdb.arch/{riscv64-unwind-prologue-with-ld-lw.c => riscv64-unwin [...] copy gdb/testsuite/gdb.arch/{riscv64-unwind-prologue-with-ld-lw.exp => riscv64-unw [...] copy gdb/testsuite/gdb.arch/{riscv64-unwind-prologue-with-ld-lw.c => riscv64-unwin [...]