components/gdb/patches/gdb.features.sparc-cp0.xml.patch
author Stefan Teleman <stefan.teleman@oracle.com>
Fri, 08 Nov 2013 08:16:59 -0800
branchs11-update
changeset 2814 dff3ca0071d6
permissions -rw-r--r--
17086418 upgrade gdb to 7.6

# 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>
+