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 88c1242dc0 Move print_insn_XXX to an opcodes internal header new 7a3929c417 Clear GDB internal state after each unit test new cdd238daf9 Use XCNEW gdbarch_tdep new e3ec9b69cd Restrict m68k_convert_register_p new 88954b49e4 Restrict ia64_convert_register_p new 68fce50f04 Restrict alpha_convert_register_p new 8c8f9122ce Restrict i387_convert_register_p new d8e07dda92 Get register contents by register_size instead of TYPE_LENGTH new e521e87e85 Move current_regcache to regcache::current_regcache new b77b02a5ca Add unit test to gdbarch methods register_to_value and value [...]
The 9 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 | 79 ++++++++++++++++++++++++ gdb/Makefile.in | 2 + gdb/alpha-tdep.c | 29 ++++----- gdb/avr-tdep.c | 2 +- gdb/bfin-tdep.c | 2 +- gdb/cris-tdep.c | 2 +- gdb/frame.c | 17 ++++++ gdb/frame.h | 8 +++ gdb/ft32-tdep.c | 2 +- gdb/gdbarch-selftests.c | 156 ++++++++++++++++++++++++++++++++++++++++++++++++ gdb/i387-tdep.c | 8 ++- gdb/ia64-tdep.c | 1 + gdb/lm32-tdep.c | 2 +- gdb/m32r-tdep.c | 2 +- gdb/m68hc11-tdep.c | 2 +- gdb/m68k-tdep.c | 20 +++---- gdb/mep-tdep.c | 2 +- gdb/microblaze-tdep.c | 2 +- gdb/mips-tdep.c | 2 +- gdb/mn10300-tdep.c | 2 +- gdb/moxie-tdep.c | 2 +- gdb/msp430-tdep.c | 2 +- gdb/regcache.c | 51 +++++++++------- gdb/regcache.h | 21 ++++++- gdb/selftest-arch.c | 4 ++ gdb/selftest.c | 4 ++ gdb/sh64-tdep.c | 2 +- gdb/v850-tdep.c | 2 +- 28 files changed, 356 insertions(+), 74 deletions(-) create mode 100644 gdb/gdbarch-selftests.c