gdb.features.sparc64-solaris.xml.patch revision 2074
2074N/A# XML representation of 64-bit Solaris SPARC registers.
2074N/A--- /dev/null 2013-10-05 19:42:45.000000000 -0700
2074N/A+++ gdb-7.6/gdb/features/sparc64-solaris.xml 2013-08-28 00:21:05.000000000 -0700
2074N/A@@ -0,0 +1,19 @@
2074N/A+<?xml version="1.0"?>
2074N/A+<!-- Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved.
2074N/A+
2074N/A+ Copying and distribution of this file, with or without modification,
2074N/A+ are permitted in any medium without royalty provided the copyright
2074N/A+ notice and this notice are preserved. -->
2074N/A+
2074N/A+<!DOCTYPE target SYSTEM "gdb-target.dtd">
2074N/A+<target>
2074N/A+ <architecture>sparc</architecture>
2074N/A+ <osabi>Solaris</osabi>
2074N/A+ <xi:include href="sparc64-cpu.xml"/>
2074N/A+ <xi:include href="sparc64-cp0.xml"/>
2074N/A+ <xi:include href="sparc64-fpu.xml"/>
2074N/A+
2074N/A+ <feature name="org.gnu.gdb.sparc.solaris">
2074N/A+ <reg name="restart" bitsize="64" group="system"/>
2074N/A+ </feature>
2074N/A+</target>