components/gdb/patches/gdb.features.sparc64-solaris.xml.patch
author Rich Burridge <rich.burridge@oracle.com>
Tue, 02 May 2017 17:33:26 -0700
changeset 7964 d9801318ed3d
parent 7459 f656417cfc7b
permissions -rw-r--r--
25981468 Build ilmbase and openexr with the GNU compilers

# 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,15 @@
+<?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"/>
+</target>