summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorEric Farman <farman@linux.vnet.ibm.com>2014-06-03 08:42:18 -0400
committerCornelia Huck <cornelia.huck@de.ibm.com>2015-05-27 17:52:03 +0200
commitca343c7a84fbe457dd442d26d5a01f31e8a8d308 (patch)
tree7986908920f71250afc5d364649ca952cd8e704a /configure
parent773d4ebc9a31a5e0efbaf83f76715ab40c355384 (diff)
downloadqemu-ca343c7a84fbe457dd442d26d5a01f31e8a8d308.tar.gz
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 <farman@linux.vnet.ibm.com> Reviewed-by: David Hildenbrand <dahi@linux.vnet.ibm.com> Signed-off-by: Cornelia Huck <cornelia.huck@de.ibm.com>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
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)
;;