2131N/A# XML representation of I386 Solaris registers.
2131N/A--- /dev/null 2013-08-23 08:35:31.000000000 -0700
2131N/A+++ gdb-7.6/gdb/features/i386/i386-avx-solaris.xml 2013-08-23 08:48:59.332410252 -0700
2131N/A@@ -0,0 +1,18 @@
2131N/A+<?xml version="1.0"?>
2131N/A+<!-- Copyright (C) 2010-2013 Free Software Foundation, Inc.
2131N/A+
2131N/A+ Copying and distribution of this file, with or without modification,
2131N/A+ are permitted in any medium without royalty provided the copyright
2131N/A+ notice and this notice are preserved. -->
2131N/A+
2131N/A+<!-- I386 with AVX - Solaris. -->
2131N/A+
2131N/A+<!DOCTYPE target SYSTEM "gdb-target.dtd">
2131N/A+<target>
2131N/A+ <architecture>i386</architecture>
2131N/A+ <osabi>Solaris</osabi>
2131N/A+ <xi:include href="32bit-core.xml"/>
2131N/A+ <xi:include href="32bit-sse.xml"/>
2131N/A+ <xi:include href="32bit-solaris.xml"/>
2131N/A+ <xi:include href="32bit-avx.xml"/>
2131N/A+</target>