]> git.pld-linux.org Git - packages/gdb.git/blame - gdb-sparc-workaround.patch
- Release: 1 (no comment/changelog entry seems to justify release<1)
[packages/gdb.git] / gdb-sparc-workaround.patch
CommitLineData
4ddd6458
JB
1--- gdb-6.0/gdb/sparc-nat.c.orig 2003-07-07 15:57:29.000000000 +0000
2+++ gdb-6.0/gdb/sparc-nat.c 2003-11-08 15:40:12.000000000 +0000
3@@ -20,6 +20,12 @@
4 Foundation, Inc., 59 Temple Place - Suite 330,
5 Boston, MA 02111-1307, USA. */
6
7+/* there is struct fpq/fq/fpu definitions conflict
8+ * between <asm/reg.h> and <sys/ucontext.h> (included in <signal.h>)
9+ * gdb needs <asm/reg.h>, so this is workaround to avoid including
10+ * <sys/ucontext.h> contents */
11+#define _SYS_UCONTEXT_H 1
12+
13 #include "defs.h"
14 #include "inferior.h"
15 #include "target.h"
This page took 0.043733 seconds and 4 git commands to generate.