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-aarch64-next-allyesconfig in repository toolchain/ci/binutils-gdb.
from 394e9bf642 This patch adds support for Cortex-X1 for ARM. adds bd356ec6c0 gdb: fix formatting of serial::async_state's enumerators adds 2714a459f8 Automatic date update in version.in adds 5b8a477608 Remove target_has_all_memory adds a739972c7c Remove target_has_memory macro adds 841de12014 Remove target_has_stack macro adds 9dccd06e8a Remove target_has_registers macro adds 05374cfd90 Turn target_can_execute_reverse into function adds 55f6301ac0 Remove target_has_execution macro adds 8a3ecb79b0 Turn target_can_lock_scheduler into a function adds 9aed480c3a Turn target_have_steppable_watchpoint into function new 1c9f770d16 binutils: dwarf.c handle DWARF5 DW_LLE_start_end and DW_LLE_ [...]
The 1 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: bfd/version.h | 2 +- binutils/ChangeLog | 5 ++ binutils/dwarf.c | 23 +++++-- gdb/ChangeLog | 141 +++++++++++++++++++++++++++++++++++++++ gdb/ada-tasks.c | 2 +- gdb/arm-tdep.c | 2 +- gdb/auxv.c | 2 +- gdb/breakpoint.c | 8 +-- gdb/cli/cli-dump.c | 2 +- gdb/compile/compile.c | 2 +- gdb/eval.c | 2 +- gdb/exec.c | 2 +- gdb/findvar.c | 2 +- gdb/frame.c | 9 +-- gdb/gcore.c | 6 +- gdb/ia64-libunwind-tdep.c | 2 +- gdb/ia64-tdep.c | 4 +- gdb/inf-loop.c | 2 +- gdb/infcall.c | 4 +- gdb/infcmd.c | 14 ++-- gdb/inferior.h | 2 +- gdb/infrun.c | 30 ++++----- gdb/linux-fork.c | 2 +- gdb/linux-tdep.c | 4 +- gdb/linux-thread-db.c | 12 ++-- gdb/mep-tdep.c | 4 +- gdb/mi/mi-main.c | 6 +- gdb/objc-lang.c | 8 +-- gdb/procfs.c | 2 +- gdb/python/py-finishbreakpoint.c | 2 +- gdb/record-btrace.c | 2 +- gdb/record-full.c | 2 +- gdb/regcache-dump.c | 4 +- gdb/remote.c | 17 ++--- gdb/reverse.c | 2 +- gdb/rs6000-nat.c | 2 +- gdb/score-tdep.c | 2 +- gdb/ser-base.c | 13 ++-- gdb/solib-dsbt.c | 2 +- gdb/solib-svr4.c | 2 +- gdb/solib.c | 4 +- gdb/sparc64-tdep.c | 4 +- gdb/stack.c | 8 +-- gdb/target.c | 35 +++------- gdb/target.h | 50 ++++++-------- gdb/thread.c | 14 ++-- gdb/top.c | 2 +- gdb/tui/tui-regs.c | 4 +- gdb/valops.c | 4 +- gdb/windows-tdep.c | 4 +- 50 files changed, 315 insertions(+), 170 deletions(-)