components/gdb/patches/gdb.features.sparc64-solaris.xml.patch
changeset 4731 88830c57334b
parent 1511 4d3b0b480760
child 7457 8b915debed11
equal deleted inserted replaced
4730:72b018b2d0fc 4731:88830c57334b
     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,19 @@
     5 +<?xml version="1.0"?>
     5 +<?xml version="1.0"?>
     6 +<!-- Copyright (c) 2013, 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
    10 +     notice and this notice are preserved.  -->
    10 +     notice and this notice are preserved.  -->
    11 +
    11 +
    12 +<!DOCTYPE target SYSTEM "gdb-target.dtd">
    12 +<!DOCTYPE target SYSTEM "gdb-target.dtd">
    13 +<target>
    13 +<target>
    14 +  <architecture>sparc</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 +
    19 +