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 d820e164e4 Automatic date update in version.in new 0eb97953ad s390: Remove duplicate checks for cached gdbarch at init new 21f6f5ffc6 s390: Allocate gdbarch & tdep at start of gdbarch_init new ab9bcc6797 s390: gdbarch_tdep.have_* int -> bool new 095085d847 s390: gdbarch_tdep add field tdesc new 47c9317e71 s390: Move tdesc validation to separate function new 650f5e1370 s390: if -> gdb_assert for tdesc_has_registers check new 7042632bf7 s390: Hook s390 into OSABI mechanism new 9c0b896ee1 s390: gdbarch_tdep add hook for syscall record new d6e5894564 s390: Split up s390-linux-tdep.c into two files new ef8914a4d7 s390: Move record-replay to s390-tdep.c new 14c41f479f s390: Clean up s390-linux-tdep.c
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 | 118 + gdb/Makefile.in | 3 + gdb/configure.tgt | 4 +- gdb/s390-linux-nat.c | 1 + gdb/s390-linux-tdep.c | 8481 +++----------------------------- gdb/s390-linux-tdep.h | 176 +- gdb/s390-tdep.c | 7123 +++++++++++++++++++++++++++ gdb/{s390-linux-tdep.h => s390-tdep.h} | 179 +- 8 files changed, 8108 insertions(+), 7977 deletions(-) create mode 100644 gdb/s390-tdep.c copy gdb/{s390-linux-tdep.h => s390-tdep.h} (62%)