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 de4cb04a20 Ada/DWARF: Assume the Ada compiler produces descriptive type [...] new 3f5a868b22 Don't call gdbarch_pseudo_register_read_value in jit.c new dc71152484 Remove mt port new 03f50fc878 Replace regcache_raw_read with regcache->raw_read new 11f57cb67e regcache_cooked_read -> regcache->cooked_read new ec7a5fcbfd regcache::cooked_write test
The 5 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 | 48 ++ gdb/Makefile.in | 1 - gdb/aarch64-tdep.c | 10 +- gdb/amd64-tdep.c | 9 +- gdb/arm-tdep.c | 6 +- gdb/avr-tdep.c | 2 +- gdb/bfin-tdep.c | 2 +- gdb/configure.tgt | 6 +- gdb/frv-tdep.c | 6 +- gdb/h8300-tdep.c | 4 +- gdb/hppa-tdep.c | 2 +- gdb/i386-tdep.c | 66 ++- gdb/ia64-tdep.c | 30 +- gdb/jit.c | 16 +- gdb/m32c-tdep.c | 34 +- gdb/m68hc11-tdep.c | 4 +- gdb/mep-tdep.c | 6 +- gdb/mips-tdep.c | 6 +- gdb/msp430-tdep.c | 2 +- gdb/mt-tdep.c | 1218 ------------------------------------------------- gdb/nds32-tdep.c | 2 +- gdb/regcache.c | 141 +++++- gdb/rl78-tdep.c | 27 +- gdb/rs6000-tdep.c | 36 +- gdb/s390-linux-tdep.c | 15 +- gdb/sh-tdep.c | 4 +- gdb/sh64-tdep.c | 8 +- gdb/sparc-tdep.c | 4 +- gdb/sparc64-tdep.c | 20 +- gdb/spu-tdep.c | 6 +- gdb/xtensa-tdep.c | 11 +- 31 files changed, 334 insertions(+), 1418 deletions(-) delete mode 100644 gdb/mt-tdep.c