This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-master-arm-mainline-allnoconfig in repository toolchain/ci/binutils-gdb.
from 6722ee73f7 [gdb/testsuite] Fix gdb.base/maint.exp with -readnow adds ab7baf103d gdb fix elfv1 Powerpc gdb.dwarf2/frame-inlined-in-outer-frame.exp adds 3d950cb72d gdb/testsuite: fix default behavior of runto adds 0cb857dcd0 gdb/csky-tdep.c: fix -Wunused-but-set-variable error adds db94f15756 gdb/microblaze-tdep.c: fix -Wunused-but-set-variable adds fe72c32765 gdbsupport: remove unnecessary `#ifndef IN_PROCESS_AGENT` adds b6d1f70cc7 Set sh_link for reloc sections created as normal sections adds b243230f64 PR28674, objdump crash adds 55ac06caf9 Automatic date update in version.in adds b80a346e3d Revert "gdbsupport: remove unnecessary `#ifndef IN_PROCESS_AGENT`" adds 43f7c3581f gdb/testsuite: respect GDBSERVER variable in remote-stdio-gd [...] adds edce4d8c6a Automatic date update in version.in adds 1563e7179a Don't edit bogus sh_link on reading relocatable objects (Ora [...] adds 40eb8b92a1 Don't return the main file as the separate debug info adds eb97d02405 [GOLD] PowerPC64 @notoc in non-power10 code adds 2749ac1339 Automatic date update in version.in adds abb6af934c C++-ify path substitution code adds 0ca813c3d5 Automatic date update in version.in adds a96eadd871 gdb: only include mips and riscv targets if building with 64 [...] adds 8b8b05a454 gdb: have mips_nbsd_nat_target inherit from nbsd_nat_target adds 200fd2874d gdb: make post_startup_inferior a virtual method on inf_ptra [...] adds f24791b72e gdbserver: introduce scoped_restore_current_thread and switc [...] adds 24583e45ef gdbserver: replace direct assignments to current_thread adds 20ac1cdb8c gdbserver/linux-low: replace direct assignment to current_thread adds 7eb1526a80 gdb: update gdb-gdb.py.in for latest changes to struct field adds e6582e1b3c gdb: improve reuse of value contents when fetching array elements new 408db576c9 gdb: Powerpc mark xfail in gdb.base/catch-syscall.exp
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/dwarf2.c | 2 +- bfd/elf.c | 60 ++--- bfd/version.h | 2 +- binutils/dwarf.c | 18 +- elfcpp/powerpc.h | 1 + gdb/Makefile.in | 22 +- gdb/aarch64-linux-nat.c | 2 +- gdb/csky-tdep.c | 7 - gdb/fbsd-nat.c | 2 +- gdb/fbsd-nat.h | 5 +- gdb/gdb-gdb.py.in | 18 +- gdb/inf-child.c | 7 - gdb/inf-child.h | 2 - gdb/inf-ptrace.c | 2 +- gdb/inf-ptrace.h | 11 + gdb/linux-nat.c | 2 + gdb/linux-nat.h | 6 +- gdb/microblaze-tdep.c | 3 - gdb/mips-netbsd-nat.c | 3 +- gdb/netbsd-nat.c | 2 +- gdb/netbsd-nat.h | 4 +- gdb/obsd-nat.c | 2 + gdb/obsd-nat.h | 5 +- gdb/rs6000-aix-nat.c | 5 + gdb/source.c | 173 ++++-------- gdb/source.h | 2 +- gdb/target-delegates.c | 23 -- gdb/target.c | 8 - gdb/target.h | 14 - gdb/testsuite/boards/remote-stdio-gdbserver.exp | 10 +- gdb/testsuite/gdb.base/catch-syscall.exp | 37 ++- ...bt-on-fatal-signal.c => non-lazy-array-index.c} | 11 +- gdb/testsuite/gdb.base/non-lazy-array-index.exp | 78 ++++++ .../gdb.dwarf2/frame-inlined-in-outer-frame.S | 7 +- .../cast-call.c => gdb.gdb/python-helper.cc} | 25 +- gdb/testsuite/gdb.gdb/python-helper.exp | 153 ++++++++++- gdb/testsuite/lib/gdb.exp | 5 +- gdb/valarith.c | 18 +- gdb/x86-linux-nat.c | 2 + gdb/x86-linux-nat.h | 7 +- gdbserver/gdbthread.h | 22 ++ gdbserver/inferiors.cc | 31 ++- gdbserver/linux-low.cc | 120 +++------ gdbserver/linux-x86-low.cc | 6 +- gdbserver/mem-break.cc | 15 +- gdbserver/netbsd-low.cc | 2 +- gdbserver/proc-service.cc | 7 +- gdbserver/regcache.cc | 10 +- gdbserver/remote-utils.cc | 5 +- gdbserver/server.cc | 13 +- gdbserver/target.cc | 4 +- gdbserver/thread-db.cc | 14 +- gdbserver/tracepoint.cc | 8 +- gdbserver/win32-low.cc | 6 +- gold/powerpc.cc | 298 +++++++++++++++------ 55 files changed, 803 insertions(+), 524 deletions(-) copy gdb/testsuite/gdb.base/{bt-on-fatal-signal.c => non-lazy-array-index.c} (87%) create mode 100644 gdb/testsuite/gdb.base/non-lazy-array-index.exp copy gdb/testsuite/{gdb.base/cast-call.c => gdb.gdb/python-helper.cc} (84%)