components/gdb/patches/gdb.features.sparc64-solaris.xml.patch
changeset 7459 f656417cfc7b
parent 7457 8b915debed11
equal deleted inserted replaced
7458:4e46474a987f 7459:f656417cfc7b
     1 # XML representation of 64-bit Solaris SPARC registers.
     1 # XML representation of 64-bit Solaris SPARC registers.
     2 --- /dev/null	2013-10-05 19:42:45.000000000 -0700
     2 --- /dev/null	2013-10-05 19:42:45.000000000 -0700
     3 +++ gdb-7.6/gdb/features/sparc64-solaris.xml	2013-08-28 00:21:05.000000000 -0700
     3 +++ gdb-7.6/gdb/features/sparc64-solaris.xml	2013-08-28 00:21:05.000000000 -0700
     4 @@ -0,0 +1,19 @@
     4 @@ -0,0 +1,15 @@
     5 +<?xml version="1.0"?>
     5 +<?xml version="1.0"?>
     6 +<!-- Copyright (c) 2013, 2015, Oracle and/or its affiliates. All rights reserved.
     6 +<!-- Copyright (c) 2013, 2015, Oracle and/or its affiliates. All rights reserved.
     7 +
     7 +
     8 +     Copying and distribution of this file, with or without modification,
     8 +     Copying and distribution of this file, with or without modification,
     9 +     are permitted in any medium without royalty provided the copyright
     9 +     are permitted in any medium without royalty provided the copyright
    14 +  <architecture>sparc:v9</architecture>
    14 +  <architecture>sparc:v9</architecture>
    15 +  <osabi>Solaris</osabi>
    15 +  <osabi>Solaris</osabi>
    16 +  <xi:include href="sparc64-cpu.xml"/>
    16 +  <xi:include href="sparc64-cpu.xml"/>
    17 +  <xi:include href="sparc64-cp0.xml"/>
    17 +  <xi:include href="sparc64-cp0.xml"/>
    18 +  <xi:include href="sparc64-fpu.xml"/>
    18 +  <xi:include href="sparc64-fpu.xml"/>
    19 +
       
    20 +  <feature name="org.gnu.gdb.sparc.solaris">
       
    21 +    <reg name="restart" bitsize="64" group="system" regname="86"/>
       
    22 +  </feature>
       
    23 +</target>
    19 +</target>