# XML representation of 64-bit Solaris SPARC registers.
--- /dev/null 2013-10-05 19:42:45.000000000 -0700
+++ gdb-7.6/gdb/features/sparc64-solaris.xml 2013-08-28 00:21:05.000000000 -0700
@@ -0,0 +1,19 @@
+<?xml version="1.0"?>
+<!-- Copyright (c) 2013, 2015, Oracle and/or its affiliates. All rights reserved.
+
+ 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. -->
+
+<!DOCTYPE target SYSTEM "gdb-target.dtd">
+<target>
+ <architecture>sparc:v9</architecture>
+ <osabi>Solaris</osabi>
+ <xi:include href="sparc64-cpu.xml"/>
+ <xi:include href="sparc64-cp0.xml"/>
+ <xi:include href="sparc64-fpu.xml"/>
+
+ <feature name="org.gnu.gdb.sparc.solaris">
+ <reg name="restart" bitsize="64" group="system"/>
+ </feature>
+</target>