2131N/A# XML representation of 32-bit SPARC control registers.
2131N/A--- /dev/null 2013-10-05 19:42:45.000000000 -0700
2131N/A+++ gdb-7.6/gdb/features/sparc-cp0.xml 2013-08-27 20:10:12.000000000 -0700
2131N/A@@ -0,0 +1,19 @@
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="y" bitsize="32" type="uint32" regnum="64"/>
2131N/A+ <reg name="psr" bitsize="32" type="uint32" regnum="65"/>
2131N/A+ <reg name="wim" bitsize="32" type="uint32" regnum="66"/>
2131N/A+ <reg name="tbr" bitsize="32" type="uint32" regnum="67"/>
2131N/A+ <reg name="pc" bitsize="32" type="uint32" regnum="68"/>
2131N/A+ <reg name="npc" bitsize="32" type="uint32" regnum="69"/>
2131N/A+ <reg name="fsr" bitsize="32" type="uint32" regnum="70"/>
2131N/A+ <reg name="csr" bitsize="32" type="uint32" regnum="71"/>
2131N/A+</feature>
2131N/A+