This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gdb-11-branch in repository binutils-gdb.
from 97f3dfbc4fe Automatic date update in version.in new 28b48aa109b 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/ChangeLog | 12 + 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/ChangeLog | 4 + gdb/stubs/z80-stub.c | 1355 ++++++++++++++++++++++++++++++++++++++++++ gdb/z80-tdep.c | 1461 ++++++++++++++++++++++++++++++++++++++++++++++ gdb/z80-tdep.h | 52 ++ 12 files changed, 2982 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