From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58907) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XOR7w-0001d7-R6 for qemu-devel@nongnu.org; Mon, 01 Sep 2014 08:54:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XOR7i-000572-Qy for qemu-devel@nongnu.org; Mon, 01 Sep 2014 08:54:32 -0400 Received: from e06smtp17.uk.ibm.com ([195.75.94.113]:55030) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XOR7i-00056p-HO for qemu-devel@nongnu.org; Mon, 01 Sep 2014 08:54:18 -0400 Received: from /spool/local by e06smtp17.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Mon, 1 Sep 2014 13:54:17 +0100 Received: from b06cxnps4076.portsmouth.uk.ibm.com (d06relay13.portsmouth.uk.ibm.com [9.149.109.198]) by d06dlp01.portsmouth.uk.ibm.com (Postfix) with ESMTP id F298117D805F for ; Mon, 1 Sep 2014 13:56:11 +0100 (BST) Received: from d06av12.portsmouth.uk.ibm.com (d06av12.portsmouth.uk.ibm.com [9.149.37.247]) by b06cxnps4076.portsmouth.uk.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id s81CsEhp45416666 for ; Mon, 1 Sep 2014 12:54:14 GMT Received: from d06av12.portsmouth.uk.ibm.com (localhost [127.0.0.1]) by d06av12.portsmouth.uk.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id s81CsDBK029699 for ; Mon, 1 Sep 2014 06:54:14 -0600 From: Christian Borntraeger Date: Mon, 1 Sep 2014 14:54:28 +0200 Message-Id: <1409576070-55803-18-git-send-email-borntraeger@de.ibm.com> In-Reply-To: <1409576070-55803-1-git-send-email-borntraeger@de.ibm.com> References: <1409576070-55803-1-git-send-email-borntraeger@de.ibm.com> Subject: [Qemu-devel] [PULL 17/19] s390x/gdb: add the feature xml files for s390x List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: Christian Borntraeger , qemu-devel , Alexander Graf , David Hildenbrand , Jens Freimann , Anthony Liguori , Cornelia Huck , Richard Henderson 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 Signed-off-by: Christian Borntraeger --- 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.4.2