components/gdb/patches/gdb.features.sparc-cp0.xml.patch
changeset 1511 4d3b0b480760
equal deleted inserted replaced
1510:2a70db54adec 1511:4d3b0b480760
       
     1 # XML representation of 32-bit SPARC control registers.
       
     2 --- /dev/null	2013-10-05 19:42:45.000000000 -0700
       
     3 +++ gdb-7.6/gdb/features/sparc-cp0.xml	2013-08-27 20:10:12.000000000 -0700
       
     4 @@ -0,0 +1,19 @@
       
     5 +<?xml version="1.0"?>
       
     6 +<!-- Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved.
       
     7 +
       
     8 +     Copying and distribution of this file, with or without modification,
       
     9 +     are permitted in any medium without royalty provided the copyright
       
    10 +     notice and this notice are preserved.  -->
       
    11 +
       
    12 +<!DOCTYPE feature SYSTEM "gdb-target.dtd">
       
    13 +<feature name="org.gnu.gdb.sparc.cp0">
       
    14 +  <reg name="y" bitsize="32" type="uint32" regnum="64"/>
       
    15 +  <reg name="psr" bitsize="32" type="uint32" regnum="65"/>
       
    16 +  <reg name="wim" bitsize="32" type="uint32" regnum="66"/>
       
    17 +  <reg name="tbr" bitsize="32" type="uint32" regnum="67"/>
       
    18 +  <reg name="pc" bitsize="32" type="uint32" regnum="68"/>
       
    19 +  <reg name="npc" bitsize="32" type="uint32" regnum="69"/>
       
    20 +  <reg name="fsr" bitsize="32" type="uint32" regnum="70"/>
       
    21 +  <reg name="csr" bitsize="32" type="uint32" regnum="71"/>
       
    22 +</feature>
       
    23 +