components/gdb/patches/gdb.features.sparc-cp0.xml.patch
branchs11-update
changeset 2814 dff3ca0071d6
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/gdb/patches/gdb.features.sparc-cp0.xml.patch	Fri Nov 08 08:16:59 2013 -0800
@@ -0,0 +1,23 @@
+# XML representation of 32-bit SPARC control registers.
+--- /dev/null	2013-10-05 19:42:45.000000000 -0700
++++ gdb-7.6/gdb/features/sparc-cp0.xml	2013-08-27 20:10:12.000000000 -0700
+@@ -0,0 +1,19 @@
++<?xml version="1.0"?>
++<!-- Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved.
++
++     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.sparc.cp0">
++  <reg name="y" bitsize="32" type="uint32" regnum="64"/>
++  <reg name="psr" bitsize="32" type="uint32" regnum="65"/>
++  <reg name="wim" bitsize="32" type="uint32" regnum="66"/>
++  <reg name="tbr" bitsize="32" type="uint32" regnum="67"/>
++  <reg name="pc" bitsize="32" type="uint32" regnum="68"/>
++  <reg name="npc" bitsize="32" type="uint32" regnum="69"/>
++  <reg name="fsr" bitsize="32" type="uint32" regnum="70"/>
++  <reg name="csr" bitsize="32" type="uint32" regnum="71"/>
++</feature>
++