2131N/A# XML representation of 64-bit SPARC control registers.
2131N/A--- /dev/null 2013-10-05 19:42:45.000000000 -0700
2131N/A+++ gdb-7.6/gdb/features/sparc64-cp0.xml 2013-08-28 00:21:25.000000000 -0700
2131N/A@@ -0,0 +1,20 @@
2131N/A+<?xml version="1.0"?>
2131N/A+<!-- Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved.
2131N/A+
2131N/A+ Copying and distribution of this file, with or without modification,
2131N/A+ are permitted in any medium without royalty provided the copyright
2131N/A+ notice and this notice are preserved. -->
2131N/A+
2131N/A+<!DOCTYPE feature SYSTEM "gdb-target.dtd">
2131N/A+<feature name="org.gnu.gdb.sparc.cp0">
2131N/A+ <reg name="pc" bitsize="64" type="uint64" regnum="80"/>
2131N/A+ <reg name="npc" bitsize="64" type="uint64" regnum="81"/>
2131N/A+ <reg name="state" bitsize="64" type="uint64" regnum="82"/>
2131N/A+ <reg name="fsr" bitsize="32" type="ieee_single" regnum="83"/>
2131N/A+ <reg name="fprs" bitsize="32" type="ieee_single" regnum="84"/>
2131N/A+ <reg name="y" bitsize="64" type="uint64" regnum="85"/>
2131N/A+ <reg name="cwp" bitsize="64" type="uint64" regnum="86"/>
2131N/A+ <reg name="pstate" bitsize="64" type="uint64" regnum="87"/>
2131N/A+ <reg name="asi" bitsize="64" type="uint64" regnum="88"/>
2131N/A+</feature>
2131N/A+