components/gdb/patches/gdb.features.i386.amd64-solaris.xml.patch
changeset 1511 4d3b0b480760
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/gdb/patches/gdb.features.i386.amd64-solaris.xml.patch	Wed Oct 16 06:53:51 2013 -0700
@@ -0,0 +1,21 @@
+# XML representation of Solaris AMD64 registers.
+--- /dev/null	2013-08-23 08:35:20.000000000 -0700
++++ gdb-7.6/gdb/features/i386/amd64-solaris.xml	2013-08-23 08:30:11.974956636 -0700
+@@ -0,0 +1,17 @@
++<?xml version="1.0"?>
++<!-- Copyright (C) 2010-2013 Free Software Foundation, Inc.
++
++     Copying and distribution of this file, with or without modification,
++     are permitted in any medium without royalty provided the copyright
++     notice and this notice are preserved.  -->
++
++<!-- AMD64 - Solaris.  -->
++
++<!DOCTYPE target SYSTEM "gdb-target.dtd">
++<target>
++  <architecture>i386:x86-64</architecture>
++  <osabi>Solaris</osabi>
++  <xi:include href="64bit-core.xml"/>
++  <xi:include href="64bit-sse.xml"/>
++  <xi:include href="64bit-solaris.xml"/>
++</target>