25088002 %fsr and %fprs registers should be 64 bit for sparcv9 target description
authorIvo Raisr <ivo.raisr@oracle.com>
Sun, 13 Nov 2016 21:06:55 -0800
changeset 7458 4e46474a987f
parent 7457 8b915debed11
child 7459 f656417cfc7b
25088002 %fsr and %fprs registers should be 64 bit for sparcv9 target description
components/gdb/patches/gdb.features.sparc64-cp0.xml.patch
--- a/components/gdb/patches/gdb.features.sparc64-cp0.xml.patch	Mon Dec 05 14:40:11 2016 -0800
+++ b/components/gdb/patches/gdb.features.sparc64-cp0.xml.patch	Sun Nov 13 21:06:55 2016 -0800
@@ -14,8 +14,8 @@
 +  <reg name="pc" bitsize="64" type="uint64" regnum="80"/>
 +  <reg name="npc" bitsize="64" type="uint64" regnum="81"/>
 +  <reg name="state" bitsize="64" type="uint64" regnum="82"/>
-+  <reg name="fsr" bitsize="32" type="ieee_single" regnum="83"/>
-+  <reg name="fprs" bitsize="32" type="ieee_single" regnum="84"/>
++  <reg name="fsr" bitsize="64" type="uint64" regnum="83"/>
++  <reg name="fprs" bitsize="64" type="uint64" regnum="84"/>
 +  <reg name="y" bitsize="64" type="uint64" regnum="85"/>
 +</feature>
 +