mirror of
git://sourceware.org/git/valgrind.git
synced 2026-01-12 00:19:31 +08:00
For an unclear reason, the orig_rax register and its shadows are described in the xml file using a register number. This register number is correct on non avx machine, but is wrong on avx machine, as these have more registers, which means that orig_raxs1 and s2 should have different numbers. As no reason was found to have a register number explicitely give, remove this regnnr from the xml file, and let gdb calculate it. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@14128
12 lines
416 B
XML
12 lines
416 B
XML
<?xml version="1.0"?>
|
|
<!-- Copyright (C) 2010 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 feature SYSTEM "gdb-target.dtd">
|
|
<feature name="org.gnu.gdb.i386.linux">
|
|
<reg name="orig_rax" bitsize="64" type="int"/>
|
|
</feature>
|