mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-04 10:21:20 +00:00
Necessary changes to Valgrind to support MIPS64LE on Linux. Minor cleanup/style changes embedded in the patch as well. The change corresponds to r2687 in VEX. Patch written by Dejan Jevtic and Petar Jovanovic. More information about this issue: https://bugs.kde.org/show_bug.cgi?id=313267 git-svn-id: svn://svn.valgrind.org/valgrind/trunk@13292
18 lines
598 B
XML
18 lines
598 B
XML
<?xml version="1.0"?>
|
|
<!-- Copyright (C) 2007-2013 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. -->
|
|
|
|
<!DOCTYPE target SYSTEM "gdb-target.dtd">
|
|
<target>
|
|
<architecture>mips</architecture>
|
|
<xi:include href="mips64-cpu.xml"/>
|
|
<xi:include href="mips64-cp0.xml"/>
|
|
<xi:include href="mips64-fpu.xml"/>
|
|
|
|
<feature name="org.gnu.gdb.mips.linux">
|
|
<reg name="restart" bitsize="64" group="system"/>
|
|
</feature>
|
|
</target> |