ftmemsim-valgrind/coregrind/m_gdbserver/s390x-vx-linux-valgrind.xml
Andreas Arnez 50bd2282bc Bug 397187 s390x: Add vector register support for vgdb
On s390x machines with a vector facility, Valgrind's gdbserver didn't
represent the vector registers.  This is fixed.
2018-11-14 16:24:06 +01:00

29 lines
1.1 KiB
XML

<?xml version="1.0"?>
<!-- Copyright (C) 2010-2018 Free Software Foundation, Inc.
Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright
notice and this notice are preserved. -->
<!-- S/390 64-bit user-level code. -->
<!DOCTYPE target SYSTEM "gdb-target.dtd">
<target>
<architecture>s390:64-bit</architecture>
<xi:include href="s390x-core64.xml"/>
<xi:include href="s390-acr.xml"/>
<xi:include href="s390-fpr.xml"/>
<xi:include href="s390x-linux64.xml"/>
<xi:include href="s390-vx.xml"/>
<xi:include href="s390x-core64-valgrind-s1.xml"/>
<xi:include href="s390-acr-valgrind-s1.xml"/>
<xi:include href="s390-fpr-valgrind-s1.xml"/>
<xi:include href="s390x-linux64-valgrind-s1.xml"/>
<xi:include href="s390-vx-valgrind-s1.xml"/>
<xi:include href="s390x-core64-valgrind-s2.xml"/>
<xi:include href="s390-acr-valgrind-s2.xml"/>
<xi:include href="s390-fpr-valgrind-s2.xml"/>
<xi:include href="s390x-linux64-valgrind-s2.xml"/>
<xi:include href="s390-vx-valgrind-s2.xml"/>
</target>