components/gdb/patches/gdb.features.i386.amd64-solaris.xml.patch
branchs11-update
changeset 2814 dff3ca0071d6
equal deleted inserted replaced
2813:db0bfa0fa498 2814:dff3ca0071d6
       
     1 # XML representation of Solaris AMD64 registers.
       
     2 --- /dev/null	2013-08-23 08:35:20.000000000 -0700
       
     3 +++ gdb-7.6/gdb/features/i386/amd64-solaris.xml	2013-08-23 08:30:11.974956636 -0700
       
     4 @@ -0,0 +1,17 @@
       
     5 +<?xml version="1.0"?>
       
     6 +<!-- Copyright (C) 2010-2013 Free Software Foundation, Inc.
       
     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 +<!-- AMD64 - Solaris.  -->
       
    13 +
       
    14 +<!DOCTYPE target SYSTEM "gdb-target.dtd">
       
    15 +<target>
       
    16 +  <architecture>i386:x86-64</architecture>
       
    17 +  <osabi>Solaris</osabi>
       
    18 +  <xi:include href="64bit-core.xml"/>
       
    19 +  <xi:include href="64bit-sse.xml"/>
       
    20 +  <xi:include href="64bit-solaris.xml"/>
       
    21 +</target>