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 98973784dc Automatic date update in version.in new 58afddc6c7 gdb: SPARC ADI 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 | 38 +++ gdb/doc/ChangeLog | 6 + gdb/doc/gdb.texinfo | 73 +++++ gdb/sparc64-linux-nat.c | 3 + gdb/sparc64-linux-tdep.c | 69 +++++ gdb/sparc64-tdep.c | 509 +++++++++++++++++++++++++++++++++ gdb/sparc64-tdep.h | 2 + gdb/testsuite/ChangeLog | 5 + gdb/testsuite/gdb.arch/sparc64-adi.c | 145 ++++++++++ gdb/testsuite/gdb.arch/sparc64-adi.exp | 53 ++++ 10 files changed, 903 insertions(+) create mode 100644 gdb/testsuite/gdb.arch/sparc64-adi.c create mode 100644 gdb/testsuite/gdb.arch/sparc64-adi.exp