This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository binutils-gdb.
from 8084e579e11 Return unique_xmalloc_ptr from call_site_find_chain new 5f661e03972 gnulib: import count-one-bits module and use it
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: gdb/ChangeLog | 14 ++++ gdb/arch/arm-get-next-pcs.c | 9 +-- gdb/arch/arm.c | 11 --- gdb/arch/arm.h | 3 - gdb/arm-tdep.c | 12 ++-- 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 + 17 files changed, 303 insertions(+), 103 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