components/gdb/patches/gdb.i386-64bit-solaris.xml.patch
changeset 1511 4d3b0b480760
equal deleted inserted replaced
1510:2a70db54adec 1511:4d3b0b480760
       
     1 # XML representation of 64-bit Solaris AMD64 %rax register.
       
     2 --- /dev/null	2013-07-16 10:53:25.000000000 -0700
       
     3 +++ gdb-7.6/gdb/features/i386/64bit-solaris.xml	2013-07-16 14:11:26.691274600 -0700
       
     4 @@ -0,0 +1,11 @@
       
     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 +<!DOCTYPE feature SYSTEM "gdb-target.dtd">
       
    13 +<feature name="org.gnu.gdb.i386.solaris">
       
    14 +  <reg name="orig_rax" bitsize="64" type="int" regnum="57"/>
       
    15 +</feature>