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-lts-allmodconfig in repository toolchain/ci/binutils-gdb.
from 07d9838745 Remove the old movsx and movzx documentation for AT&T syntax adds 8084e579e1 Return unique_xmalloc_ptr from call_site_find_chain adds 5f661e0397 gnulib: import count-one-bits module and use it adds d8d83535e6 gdb: cleanup of displaced_step_inferior_state::reset/displac [...] adds e8217e61f5 gdb: make gdbarch_displaced_step_copy_insn return an std::un [...] adds f251f50533 Have testsuite find gdbserver in new location adds a4a38eb437 Cache .gnu_debugdata BFD adds 1a627e7e6c Change gdbserver to use existing gnulib and libiberty adds fdb61c6c39 gdb: introduce displaced_step_closure_up type alias adds 3580810c51 Automatic date update in version.in
No new revisions were added by this update.
Summary of changes: ChangeLog | 5 + Makefile.def | 5 + Makefile.in | 4 + bfd/version.h | 2 +- gdb/ChangeLog | 88 +++++++++++++ gdb/aarch64-tdep.c | 4 +- gdb/aarch64-tdep.h | 3 +- gdb/amd64-tdep.c | 8 +- gdb/amd64-tdep.h | 3 +- gdb/arch/arm-get-next-pcs.c | 9 +- gdb/arch/arm.c | 11 -- gdb/arch/arm.h | 3 - gdb/arm-linux-tdep.c | 11 +- gdb/arm-tdep.c | 12 +- gdb/dwarf2/frame-tailcall.c | 11 +- gdb/dwarf2/loc.c | 16 +-- gdb/dwarf2/loc.h | 5 +- gdb/gdbarch.c | 2 +- gdb/gdbarch.h | 6 +- gdb/gdbarch.sh | 4 +- gdb/i386-linux-tdep.c | 7 +- gdb/i386-tdep.c | 5 +- gdb/i386-tdep.h | 2 +- gdb/infrun.c | 58 ++++----- gdb/infrun.h | 6 +- gdb/minidebug.c | 11 ++ gdb/rs6000-tdep.c | 4 +- gdb/s390-tdep.c | 4 +- gdb/testsuite/ChangeLog | 6 + gdb/testsuite/boards/gdbserver-base.exp | 2 +- gdb/testsuite/lib/gdbserver-support.exp | 14 +- gdbserver/ChangeLog | 16 +++ gdbserver/Makefile.in | 59 +-------- gdbserver/acinclude.m4 | 2 - gdbserver/configure | 219 +------------------------------- gdbserver/configure.ac | 18 +-- gdbsupport/ChangeLog | 4 + gdbsupport/common-defs.h | 2 +- gnulib/ChangeLog | 15 +++ gnulib/Makefile.in | 1 + gnulib/aclocal.m4 | 1 + gnulib/configure | 118 ++++++++--------- gnulib/import/Makefile.am | 9 ++ gnulib/import/Makefile.in | 50 ++++---- gnulib/import/count-one-bits.c | 7 + gnulib/import/count-one-bits.h | 136 ++++++++++++++++++++ gnulib/import/m4/count-one-bits.m4 | 12 ++ gnulib/import/m4/gnulib-cache.m4 | 2 + gnulib/import/m4/gnulib-comp.m4 | 5 + gnulib/update-gnulib.sh | 1 + 50 files changed, 523 insertions(+), 485 deletions(-) create mode 100644 gnulib/import/count-one-bits.c create mode 100644 gnulib/import/count-one-bits.h create mode 100644 gnulib/import/m4/count-one-bits.m4