提交 e53bd703 编写于 作者: P pbrook

The different VFP variants will never occur at the same time, and giving them

different names confuses GDB, so use org.gnu.gdb.arm.vfp for all of them.
Signed-off-by: NPaul Brook <paul@codesourcery.com>


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6682 c046a42c-6fe2-441c-8c8c-71466251a162
上级 862c9280
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
are permitted in any medium without royalty provided the copyright are permitted in any medium without royalty provided the copyright
notice and this notice are preserved. --> notice and this notice are preserved. -->
<!DOCTYPE feature SYSTEM "gdb-target.dtd"> <!DOCTYPE feature SYSTEM "gdb-target.dtd">
<feature name="org.gnu.gdb.arm.neon"> <feature name="org.gnu.gdb.arm.vfp">
<vector id="neon_uint8x8" type="uint8" count="8"/> <vector id="neon_uint8x8" type="uint8" count="8"/>
<vector id="neon_uint16x4" type="uint16" count="4"/> <vector id="neon_uint16x4" type="uint16" count="4"/>
<vector id="neon_uint32x2" type="uint32" count="2"/> <vector id="neon_uint32x2" type="uint32" count="2"/>
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
are permitted in any medium without royalty provided the copyright are permitted in any medium without royalty provided the copyright
notice and this notice are preserved. --> notice and this notice are preserved. -->
<!DOCTYPE feature SYSTEM "gdb-target.dtd"> <!DOCTYPE feature SYSTEM "gdb-target.dtd">
<feature name="org.gnu.gdb.arm.vfpv3"> <feature name="org.gnu.gdb.arm.vfp">
<reg name="d0" bitsize="64" type="float"/> <reg name="d0" bitsize="64" type="float"/>
<reg name="d1" bitsize="64" type="float"/> <reg name="d1" bitsize="64" type="float"/>
<reg name="d2" bitsize="64" type="float"/> <reg name="d2" bitsize="64" type="float"/>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册