components/gdb/patches/gdb.features.i386.i386-mmx-solaris.xml.patch
changeset 1511 4d3b0b480760
equal deleted inserted replaced
1510:2a70db54adec 1511:4d3b0b480760
       
     1 # XML representation of I386 Solaris registers.
       
     2 --- /dev/null	2013-08-23 08:35:31.000000000 -0700
       
     3 +++ gdb-7.6/gdb/features/i386/i386-mmx-solaris.xml	2013-08-23 08:48:23.758601805 -0700
       
     4 @@ -0,0 +1,16 @@
       
     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 +<!-- I386 with MMX - Solaris.  -->
       
    13 +
       
    14 +<!DOCTYPE target SYSTEM "gdb-target.dtd">
       
    15 +<target>
       
    16 +  <architecture>i386</architecture>
       
    17 +  <osabi>Solaris</osabi>
       
    18 +  <xi:include href="32bit-core.xml"/>
       
    19 +  <xi:include href="32bit-solaris.xml"/>
       
    20 +</target>