components/gdb/patches/gdb.features.sparc64-cp0.xml.patch
changeset 1511 4d3b0b480760
child 7457 8b915debed11
equal deleted inserted replaced
1510:2a70db54adec 1511:4d3b0b480760
       
     1 # XML representation of 64-bit SPARC control registers.
       
     2 --- /dev/null	2013-10-05 19:42:45.000000000 -0700
       
     3 +++ gdb-7.6/gdb/features/sparc64-cp0.xml	2013-08-28 00:21:25.000000000 -0700
       
     4 @@ -0,0 +1,20 @@
       
     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="pc" bitsize="64" type="uint64" regnum="80"/>
       
    15 +  <reg name="npc" bitsize="64" type="uint64" regnum="81"/>
       
    16 +  <reg name="state" bitsize="64" type="uint64" regnum="82"/>
       
    17 +  <reg name="fsr" bitsize="32" type="ieee_single" regnum="83"/>
       
    18 +  <reg name="fprs" bitsize="32" type="ieee_single" regnum="84"/>
       
    19 +  <reg name="y" bitsize="64" type="uint64" regnum="85"/>
       
    20 +  <reg name="cwp" bitsize="64" type="uint64" regnum="86"/>
       
    21 +  <reg name="pstate" bitsize="64" type="uint64" regnum="87"/>
       
    22 +  <reg name="asi" bitsize="64" type="uint64" regnum="88"/>
       
    23 +</feature>
       
    24 +