components/gdb/patches/gdb.features.sparc-solaris.xml.patch
changeset 1511 4d3b0b480760
child 7459 f656417cfc7b
equal deleted inserted replaced
1510:2a70db54adec 1511:4d3b0b480760
       
     1 # XML representation of 32-bit SPARC registers.
       
     2 --- /dev/null	2013-10-05 19:42:45.000000000 -0700
       
     3 +++ gdb-7.6/gdb/features/sparc-solaris.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 target SYSTEM "gdb-target.dtd">
       
    13 +<target>
       
    14 +  <architecture>sparc</architecture>
       
    15 +  <osabi>Solaris</osabi>
       
    16 +  <xi:include href="sparc-cpu.xml"/>
       
    17 +  <xi:include href="sparc-cp0.xml"/>
       
    18 +  <xi:include href="sparc-fpu.xml"/>
       
    19 +
       
    20 +  <feature name="org.gnu.gdb.sparc.solaris">
       
    21 +    <reg name="restart" bitsize="32" group="system"/>
       
    22 +  </feature>
       
    23 +</target>