components/gdb/patches/gdb.i386-32bit-solaris.xml.patch
author Tomas Klacko <tomas.klacko@oracle.com>
Tue, 07 Jan 2014 05:15:45 -0800
changeset 1622 72f10d7bcda6
parent 1511 4d3b0b480760
permissions -rw-r--r--
17824699 ksh93 coredumps in ed_emacsread() when changing prompt string (PS1)

# XML representation of the Solaris 32-bit Intel %eax register.
--- /dev/null	2013-07-16 10:53:25.000000000 -0700
+++ gdb-7.6/gdb/features/i386/32bit-solaris.xml	2013-07-16 14:11:04.860289900 -0700
@@ -0,0 +1,11 @@
+<?xml version="1.0"?>
+<!-- Copyright (C) 2010-2013 Free Software Foundation, Inc.
+
+     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 feature SYSTEM "gdb-target.dtd">
+<feature name="org.gnu.gdb.i386.solaris">
+  <reg name="orig_eax" bitsize="32" type="int" regnum="41"/>
+</feature>