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 bada434 [ARM] Allow MOV/MOV.W to accept all possible immediates new 8b55a7e gdbarch_breakpoint_from_pc doesn't return NULL new 598cc9d GDBARCH_BREAKPOINT_MANIPULATION and SET_GDBARCH_BREAKPOINT_MA [...] new 44f1c4d Add enum for mips breakpoint kinds new d19280a Split breakpoint_from_pc to breakpoint_kind_from_pc and sw_br [...] new cd6c3b4 New gdbarch methods breakpoint_kind_from_pc and sw_breakpoint [...] new 579c6ad Rename placed_size to kind new c0f4a99 Remove gdbarch_remote_breakpoint_from_pc new 22f13eb Add default_breakpoint_from_pc new 833b7ab Determine the kind of single step breakpoint new a97c97e Remove arm_override_mode new 0418070 Remove GDBARCH_BREAKPOINT_MANIPULATION and SET_GDBARCH_BREAKP [...]
The 11 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 | 340 ++++++++++++++++++++++++++++++++++++++++++++ gdb/aarch64-tdep.c | 17 +-- gdb/alpha-tdep.c | 15 +- gdb/arc-tdep.c | 33 +++-- gdb/arch-utils.c | 18 ++- gdb/arch-utils.h | 55 ++++++- gdb/arm-tdep.c | 123 ++++++++++------ gdb/avr-tdep.c | 14 +- gdb/bfin-tdep.c | 33 +++-- gdb/breakpoint.c | 30 ++++ gdb/breakpoint.h | 10 +- gdb/cris-tdep.c | 25 ++-- gdb/frv-tdep.c | 13 +- gdb/ft32-tdep.c | 14 +- gdb/gdbarch.c | 76 ++++++++-- gdb/gdbarch.h | 26 +++- gdb/gdbarch.sh | 20 ++- gdb/h8300-tdep.c | 17 +-- gdb/hppa-tdep.c | 13 +- gdb/i386-tdep.c | 14 +- gdb/ia64-tdep.c | 15 +- gdb/iq2000-tdep.c | 24 ++-- gdb/lm32-tdep.c | 13 +- gdb/m32c-tdep.c | 14 +- gdb/m32r-tdep.c | 52 +++---- gdb/m68hc11-tdep.c | 16 +-- gdb/m68k-tdep.c | 14 +- gdb/m88k-tdep.c | 16 +-- gdb/mem-break.c | 15 +- gdb/mep-tdep.c | 13 +- gdb/microblaze-linux-tdep.c | 2 - gdb/microblaze-tdep.c | 16 +-- gdb/mips-tdep.c | 185 +++++++++++------------- gdb/mn10300-tdep.c | 15 +- gdb/moxie-tdep.c | 17 +-- gdb/msp430-tdep.c | 17 +-- gdb/mt-tdep.c | 28 ++-- gdb/nds32-tdep.c | 25 +--- gdb/nios2-tdep.c | 99 ++++++++----- gdb/ppc-linux-tdep.c | 2 - gdb/record-full.c | 10 -- gdb/remote.c | 20 +-- gdb/rl78-tdep.c | 23 ++- gdb/rs6000-tdep.c | 23 ++- gdb/rx-tdep.c | 14 +- gdb/s390-linux-tdep.c | 15 +- gdb/score-tdep.c | 125 +++++++++------- gdb/sh-tdep.c | 39 +++-- gdb/sh64-tdep.c | 70 ++++----- gdb/sparc-tdep.c | 15 +- gdb/spu-tdep.c | 14 +- gdb/tic6x-tdep.c | 20 ++- gdb/tilegx-tdep.c | 21 ++- gdb/v850-tdep.c | 22 ++- gdb/vax-tdep.c | 14 +- gdb/xstormy16-tdep.c | 16 +-- gdb/xtensa-tdep.c | 58 ++++---- 57 files changed, 1254 insertions(+), 769 deletions(-)