components/gdb/patches/gdb.features.sparc64-cp0.xml.patch
author Mike Sullivan <Mike.Sullivan@Oracle.COM>
Tue, 17 Jun 2014 10:59:59 -0700
branchs11-update
changeset 3184 5e069d70e84c
parent 2814 dff3ca0071d6
child 7457 8b915debed11
permissions -rw-r--r--
Close of build 42.1.

# XML representation of 64-bit SPARC control registers.
--- /dev/null	2013-10-05 19:42:45.000000000 -0700
+++ gdb-7.6/gdb/features/sparc64-cp0.xml	2013-08-28 00:21:25.000000000 -0700
@@ -0,0 +1,20 @@
+<?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="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="y" bitsize="64" type="uint64" regnum="85"/>
+  <reg name="cwp" bitsize="64" type="uint64" regnum="86"/>
+  <reg name="pstate" bitsize="64" type="uint64" regnum="87"/>
+  <reg name="asi" bitsize="64" type="uint64" regnum="88"/>
+</feature>
+