From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38678) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XNMbn-0002eG-Le for qemu-devel@nongnu.org; Fri, 29 Aug 2014 09:53:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XNMbe-00027d-IL for qemu-devel@nongnu.org; Fri, 29 Aug 2014 09:52:55 -0400 Received: from e06smtp17.uk.ibm.com ([195.75.94.113]:36321) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XNMbe-00027X-9i for qemu-devel@nongnu.org; Fri, 29 Aug 2014 09:52:46 -0400 Received: from /spool/local by e06smtp17.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Fri, 29 Aug 2014 14:52:45 +0100 Received: from b06cxnps4076.portsmouth.uk.ibm.com (d06relay13.portsmouth.uk.ibm.com [9.149.109.198]) by d06dlp03.portsmouth.uk.ibm.com (Postfix) with ESMTP id 7F2151B0804B for ; Fri, 29 Aug 2014 14:53:42 +0100 (BST) Received: from d06av01.portsmouth.uk.ibm.com (d06av01.portsmouth.uk.ibm.com [9.149.37.212]) by b06cxnps4076.portsmouth.uk.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id s7TDqhqN43253930 for ; Fri, 29 Aug 2014 13:52:43 GMT Received: from d06av01.portsmouth.uk.ibm.com (localhost [127.0.0.1]) by d06av01.portsmouth.uk.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id s7TDqghu029758 for ; Fri, 29 Aug 2014 07:52:43 -0600 From: Jens Freimann Date: Fri, 29 Aug 2014 15:52:15 +0200 Message-Id: <1409320338-63098-3-git-send-email-jfrei@linux.vnet.ibm.com> In-Reply-To: <1409320338-63098-1-git-send-email-jfrei@linux.vnet.ibm.com> References: <1409320338-63098-1-git-send-email-jfrei@linux.vnet.ibm.com> Subject: [Qemu-devel] [PATCH 2/5] s390x/gdb: add the feature xml files for s390x List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Christian Borntraeger , Alexander Graf , Cornelia Huck Cc: David Hildenbrand , Jens Freimann , qemu-devel@nongnu.org From: David Hildenbrand This patch adds the relevant s390x feature xml files taken from gdb. Signed-off-by: David Hildenbrand Acked-by: Cornelia Huck Acked-by: Christian Borntraeger Signed-off-by: Jens Freimann --- configure | 1 + gdb-xml/s390-acr.xml | 26 ++++++++++++++++++++++++++ gdb-xml/s390-fpr.xml | 27 +++++++++++++++++++++++++++ gdb-xml/s390x-core64.xml | 28 ++++++++++++++++++++++++++++ 4 files changed, 82 insertions(+) create mode 100644 gdb-xml/s390-acr.xml create mode 100644 gdb-xml/s390-fpr.xml create mode 100644 gdb-xml/s390x-core64.xml diff --git a/configure b/configure index 2063cf6..15201f9 100755 --- a/configure +++ b/configure @@ -5093,6 +5093,7 @@ case "$target_name" in echo "TARGET_ABI32=y" >> $config_target_mak ;; s390x) + gdb_xml_files="s390x-core64.xml s390-acr.xml s390-fpr.xml" ;; unicore32) ;; diff --git a/gdb-xml/s390-acr.xml b/gdb-xml/s390-acr.xml new file mode 100644 index 0000000..71dfb20 --- /dev/null +++ b/gdb-xml/s390-acr.xml @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/gdb-xml/s390-fpr.xml b/gdb-xml/s390-fpr.xml new file mode 100644 index 0000000..7de0c13 --- /dev/null +++ b/gdb-xml/s390-fpr.xml @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/gdb-xml/s390x-core64.xml b/gdb-xml/s390x-core64.xml new file mode 100644 index 0000000..1523437 --- /dev/null +++ b/gdb-xml/s390x-core64.xml @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + -- 1.8.5.5