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 8cac2b318b1 gdb/testsuite: fix gdb.threads/stepi-random-signal.exp patt [...] new 995d3a197d7 arc: Add ARCv2 XML target along with refactoring new 22459524998 arc: Add inclusion of "gdbarch.h" in "arc-tdep.h" new fdd8731bd13 arc: Add hardware loop detection new 8d7f06359ad arc: Add GNU/Linux support for ARC
The 4 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 | 49 ++ gdb/Makefile.in | 1 + gdb/NEWS | 5 + gdb/arc-linux-tdep.c | 278 +++++++++ gdb/arc-tdep.c | 694 ++++++++++++++------- gdb/arc-tdep.h | 27 +- gdb/arch/arc.c | 108 +++- gdb/arch/arc.h | 79 ++- gdb/configure.tgt | 5 + gdb/doc/ChangeLog | 9 + gdb/doc/gdb.texinfo | 76 ++- gdb/features/Makefile | 8 +- gdb/features/arc/{aux-arcompact.c => v1-aux.c} | 9 +- gdb/features/arc/{aux-arcompact.xml => v1-aux.xml} | 7 +- gdb/features/arc/{core-arcompact.c => v1-core.c} | 8 +- .../arc/{core-arcompact.xml => v1-core.xml} | 4 +- gdb/features/arc/{aux-v2.c => v2-aux.c} | 9 +- gdb/features/arc/{aux-v2.xml => v2-aux.xml} | 5 +- gdb/features/arc/{core-v2.c => v2-core.c} | 7 +- gdb/features/arc/{core-v2.xml => v2-core.xml} | 7 +- gdb/testsuite/ChangeLog | 4 + gdb/testsuite/gdb.arch/arc-tdesc-cpu.xml | 4 +- 22 files changed, 1048 insertions(+), 355 deletions(-) create mode 100644 gdb/arc-linux-tdep.c rename gdb/features/arc/{aux-arcompact.c => v1-aux.c} (73%) rename gdb/features/arc/{aux-arcompact.xml => v1-aux.xml} (80%) rename gdb/features/arc/{core-arcompact.c => v1-core.c} (87%) rename gdb/features/arc/{core-arcompact.xml => v1-core.xml} (92%) rename gdb/features/arc/{aux-v2.c => v2-aux.c} (76%) rename gdb/features/arc/{aux-v2.xml => v2-aux.xml} (86%) rename gdb/features/arc/{core-v2.c => v2-core.c} (91%) rename gdb/features/arc/{core-v2.xml => v2-core.xml} (90%)