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 8aabe2e ppc: Fix return of instruction handlers in ppc_process_record_op63 new ad0a504 arc: New Synopsys ARC port new 31da3f2 Add myself as a write-after-approval GDB maintainer
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 | 19 + gdb/MAINTAINERS | 1 + gdb/Makefile.in | 4 +- gdb/NEWS | 4 + gdb/arc-tdep.c | 1281 ++++++++++++++++++++++++++++++++++ gdb/arc-tdep.h | 101 +++ gdb/configure.tgt | 5 + gdb/doc/ChangeLog | 7 + gdb/doc/gdb.texinfo | 65 ++ gdb/features/Makefile | 2 + gdb/features/arc-arcompact.c | 75 ++ gdb/features/arc-arcompact.xml | 85 +++ gdb/features/arc-v2.c | 79 +++ gdb/features/arc-v2.xml | 92 +++ gdb/testsuite/ChangeLog | 4 + gdb/testsuite/gdb.xml/tdesc-regs.exp | 4 + 16 files changed, 1827 insertions(+), 1 deletion(-) create mode 100644 gdb/arc-tdep.c create mode 100644 gdb/arc-tdep.h create mode 100644 gdb/features/arc-arcompact.c create mode 100644 gdb/features/arc-arcompact.xml create mode 100644 gdb/features/arc-v2.c create mode 100644 gdb/features/arc-v2.xml