From ca343c7a84fbe457dd442d26d5a01f31e8a8d308 Mon Sep 17 00:00:00 2001 From: Eric Farman Date: Tue, 3 Jun 2014 08:42:18 -0400 Subject: s390x: gdb updates for vector registers gdb allows registers to be displayed/modified, and is being updated to account for the new vector registers. Mirror these changes in the gdb stub in qemu so that this can be performed when gdb is attached to the qemu gdbserver. Signed-off-by: Eric Farman Reviewed-by: David Hildenbrand Signed-off-by: Cornelia Huck --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index 9852aef526..b707429625 100755 --- a/configure +++ b/configure @@ -5292,7 +5292,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" + gdb_xml_files="s390x-core64.xml s390-acr.xml s390-fpr.xml s390-vx.xml" ;; tricore) ;; -- cgit v1.2.3-55-g7522