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 12be796ca8a gdb: make all_inferiors_safe actually work new 3dab9e15d3a Add basic Z80 CPU support
The 1 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/Makefile.in | 3 +- gdb/NEWS | 1 + gdb/configure.tgt | 4 + gdb/features/Makefile | 3 +- gdb/features/z80-cpu.xml | 33 ++ gdb/features/z80.c | 44 ++ gdb/features/z80.xml | 12 + gdb/stubs/z80-stub.c | 1355 ++++++++++++++++++++++++++++++++++++++++++ gdb/z80-tdep.c | 1461 ++++++++++++++++++++++++++++++++++++++++++++++ gdb/z80-tdep.h | 52 ++ 10 files changed, 2966 insertions(+), 2 deletions(-) create mode 100644 gdb/features/z80-cpu.xml create mode 100644 gdb/features/z80.c create mode 100644 gdb/features/z80.xml create mode 100644 gdb/stubs/z80-stub.c create mode 100644 gdb/z80-tdep.c create mode 100644 gdb/z80-tdep.h