components/gdb/patches/gdb.features.sparc-solaris.xml.patch
changeset 1511 4d3b0b480760
child 7459 f656417cfc7b
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/gdb/patches/gdb.features.sparc-solaris.xml.patch	Wed Oct 16 06:53:51 2013 -0700
@@ -0,0 +1,23 @@
+# XML representation of 32-bit SPARC registers.
+--- /dev/null	2013-10-05 19:42:45.000000000 -0700
++++ gdb-7.6/gdb/features/sparc-solaris.xml	2013-08-27 20:10:12.000000000 -0700
+@@ -0,0 +1,19 @@
++<?xml version="1.0"?>
++<!-- Copyright (c) 2013, 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</architecture>
++  <osabi>Solaris</osabi>
++  <xi:include href="sparc-cpu.xml"/>
++  <xi:include href="sparc-cp0.xml"/>
++  <xi:include href="sparc-fpu.xml"/>
++
++  <feature name="org.gnu.gdb.sparc.solaris">
++    <reg name="restart" bitsize="32" group="system"/>
++  </feature>
++</target>