components/gdb/patches/gdb.features.i386.i386-solaris.xml.patch
author Stefan Teleman <stefan.teleman@oracle.com>
Wed, 16 Oct 2013 06:53:51 -0700
changeset 1511 4d3b0b480760
permissions -rw-r--r--
17086418 upgrade gdb to 7.6

# XML representation of I386 Solaris registers.
--- /dev/null	2013-08-23 08:27:09.000000000 -0700
+++ gdb-7.6/gdb/features/i386/i386-solaris.xml	2013-08-23 08:29:38.051063906 -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.  -->
+
+<!-- I386 with SSE - Solaris.  -->
+
+<!DOCTYPE target SYSTEM "gdb-target.dtd">
+<target>
+  <architecture>i386</architecture>
+  <osabi>Solaris</osabi>
+  <xi:include href="32bit-core.xml"/>
+  <xi:include href="32bit-solaris.xml"/>
+  <xi:include href="32bit-sse.xml"/>
+</target>