This is the mail archive of the gdb-cvs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

gdb and binutils branch master updated. 237b092b9f52d90716e537d624e9a8c60a4cd4b5


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "gdb and binutils".

The branch, master has been updated
       via  237b092b9f52d90716e537d624e9a8c60a4cd4b5 (commit)
      from  d674a7090f3ae01552e9df5044acc2df1127a7c0 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=237b092b9f52d90716e537d624e9a8c60a4cd4b5

commit 237b092b9f52d90716e537d624e9a8c60a4cd4b5
Author: Andreas Arnez <arnez@vnet.linux.ibm.com>
Date:   Wed Jan 22 18:54:43 2014 +0100

    gdb/ChangeLog:
    	* syscalls/s390x-linux.xml: New file.
    	* syscalls/s390-linux.xml: New file.
    	* s390-linux-tdep.c (XML_SYSCALL_FILENAME_S390): New macro.
    	(XML_SYSCALL_FILENAME_S390X): Likewise.
    	(op_svc): New enum value for SVC opcode.
    	(s390_sigtramp_frame_sniffer): Replace literal by 'op_svc'.
    	(s390_linux_get_syscall_number): New function.
    	(s390_gdbarch_init): Register '*get_syscall_number' and the
    	syscall xml file name.
    	* data-directory/Makefile.in (SYSCALLS_FILES): Add
    	"s390-linux.xml" and "s390x-linux.xml".
    	* NEWS: Announce new feature.
    
    gdb/testsuite/ChangeLog:
    	* gdb.base/catch-syscall.exp: Activate test on s390*-linux.

-----------------------------------------------------------------------

Summary of changes:
 gdb/ChangeLog                            |   15 ++
 gdb/NEWS                                 |    2 +
 gdb/data-directory/Makefile.in           |    3 +-
 gdb/s390-linux-tdep.c                    |   44 ++++-
 gdb/syscalls/s390-linux.xml              |  331 ++++++++++++++++++++++++++++++
 gdb/syscalls/s390x-linux.xml             |  298 +++++++++++++++++++++++++++
 gdb/testsuite/ChangeLog                  |    4 +
 gdb/testsuite/gdb.base/catch-syscall.exp |    3 +-
 8 files changed, 697 insertions(+), 3 deletions(-)
 create mode 100644 gdb/syscalls/s390-linux.xml
 create mode 100644 gdb/syscalls/s390x-linux.xml


hooks/post-receive
-- 
gdb and binutils


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]