From 8a641ff60f38799a10ed44a7c5bddd386bc169ed Mon Sep 17 00:00:00 2001 From: David Hildenbrand Date: Thu, 1 Oct 2015 10:49:44 +0200 Subject: s390x/gdb: expose virtualization specific registers Let's expose some virtual/fake registers as virtualization specific registers. Signed-off-by: David Hildenbrand Signed-off-by: Jens Freimann Message-Id: <1443689387-34473-3-git-send-email-jfrei@linux.vnet.ibm.com> Signed-off-by: Christian Borntraeger --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index f14454e..2d2a498 100755 --- a/configure +++ b/configure @@ -5457,7 +5457,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 s390-vx.xml s390-cr.xml" + gdb_xml_files="s390x-core64.xml s390-acr.xml s390-fpr.xml s390-vx.xml s390-cr.xml s390-virt.xml" ;; tilegx) ;; -- cgit v1.1