components/gdb/patches/gdb.features.i386.i386-avx-solaris.xml.patch
author Petr Sumbera <petr.sumbera@oracle.com>
Thu, 05 Jun 2014 14:04:04 -0700
changeset 1936 185320167a36
parent 1511 4d3b0b480760
permissions -rw-r--r--
18908082 some apache2 modules don't build on 49

# XML representation of I386 Solaris registers.
--- /dev/null	2013-08-23 08:35:31.000000000 -0700
+++ gdb-7.6/gdb/features/i386/i386-avx-solaris.xml	2013-08-23 08:48:59.332410252 -0700
@@ -0,0 +1,18 @@
+<?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 AVX - Solaris.  -->
+
+<!DOCTYPE target SYSTEM "gdb-target.dtd">
+<target>
+  <architecture>i386</architecture>
+  <osabi>Solaris</osabi>
+  <xi:include href="32bit-core.xml"/>
+  <xi:include href="32bit-sse.xml"/>
+  <xi:include href="32bit-solaris.xml"/>
+  <xi:include href="32bit-avx.xml"/>
+</target>