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 6884417 gas,opcodes: fix hardware capabilities bumping in the sparc a [...] new 9fd15b2 New regcache_raw_get_signed new 0187a92 gdbarch software_single_step frame_info to regcache: aarch64 new 7ab2d08 gdbarch software_single_step frame_info to regcache: alpha new 5b6e2ee gdbarch software_single_step frame_info to regcache: cris new 7113a19 gdbarch software_single_step frame_info to regcache: mips new a8f3418 gdbarch software_single_step frame_info to regcache: moxie new 3889f49 gdbarch software_single_step frame_info to regcache: nios2 new cd76b52 gdbarch software_single_step frame_info to regcache: sparc new ad76968 gdbarch software_single_step frame_info to regcache: s390 new 41e26ad gdbarch software_single_step frame_info to regcache: rs6000 new fb090cf gdbarch software_single_step frame_info to regcache: tic6x new b226016 gdbarch software_single_step frame_info to regcache: spu new f5ea389 Change gdbarch software_single_step frame_info to regcache
The 13 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 | 125 ++++++++++++++++++++++++++++++++++++++++++++ gdb/aarch64-tdep.c | 6 +-- gdb/alpha-tdep.c | 22 ++++---- gdb/alpha-tdep.h | 2 +- gdb/arm-linux-tdep.c | 3 +- gdb/arm-tdep.c | 3 +- gdb/arm-tdep.h | 2 +- gdb/breakpoint.c | 5 +- gdb/cris-tdep.c | 14 ++--- gdb/gdbarch.c | 4 +- gdb/gdbarch.h | 4 +- gdb/gdbarch.sh | 2 +- gdb/mips-tdep.c | 141 +++++++++++++++++++++++++------------------------- gdb/mips-tdep.h | 2 +- gdb/moxie-tdep.c | 7 ++- gdb/nios2-tdep.c | 26 +++++----- gdb/ppc-tdep.h | 2 +- gdb/regcache.c | 13 +++++ gdb/regcache.h | 6 +++ gdb/rs6000-aix-tdep.c | 35 +++++++------ gdb/rs6000-tdep.c | 7 ++- gdb/s390-linux-tdep.c | 7 ++- gdb/sparc-tdep.c | 18 ++++--- gdb/spu-tdep.c | 10 ++-- gdb/tic6x-tdep.c | 24 ++++----- 25 files changed, 318 insertions(+), 172 deletions(-)