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 626887ddc3 Automatic date update in version.in new 9d24df82ec Add support for new target 'csky'. new 416a69af89 Mention csky target in the NEWS.
The 2 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 | 17 + gdb/Makefile.in | 5 + gdb/NEWS | 2 + gdb/configure.tgt | 11 + gdb/csky-linux-tdep.c | 263 ++++++ gdb/csky-tdep.c | 2295 +++++++++++++++++++++++++++++++++++++++++++++++++ gdb/csky-tdep.h | 355 ++++++++ 7 files changed, 2948 insertions(+) create mode 100644 gdb/csky-linux-tdep.c create mode 100644 gdb/csky-tdep.c create mode 100644 gdb/csky-tdep.h