components/gdb/patches/gdb.features.sparc-solaris.xml.patch
author Stefan Teleman <stefan.teleman@oracle.com>
Wed, 16 Oct 2013 06:53:51 -0700
changeset 1511 4d3b0b480760
child 7459 f656417cfc7b
permissions -rw-r--r--
17086418 upgrade gdb to 7.6

# 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>