]> git.pld-linux.org Git - packages/crossavr-gdb.git/commitdiff
- workaround to build on sparc auto/ac/gdb-6_0-0_2 auto/ac/gdb-6_0-1
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 8 Nov 2003 15:45:02 +0000 (15:45 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gdb-sparc-workaround.patch -> 1.1

gdb-sparc-workaround.patch [new file with mode: 0644]

diff --git a/gdb-sparc-workaround.patch b/gdb-sparc-workaround.patch
new file mode 100644 (file)
index 0000000..924a917
--- /dev/null
@@ -0,0 +1,15 @@
+--- gdb-6.0/gdb/sparc-nat.c.orig       2003-07-07 15:57:29.000000000 +0000
++++ gdb-6.0/gdb/sparc-nat.c    2003-11-08 15:40:12.000000000 +0000
+@@ -20,6 +20,12 @@
+    Foundation, Inc., 59 Temple Place - Suite 330,
+    Boston, MA 02111-1307, USA.  */
++/* there is struct fpq/fq/fpu definitions conflict
++ * between <asm/reg.h> and <sys/ucontext.h> (included in <signal.h>)
++ * gdb needs <asm/reg.h>, so this is workaround to avoid including
++ * <sys/ucontext.h> contents */
++#define _SYS_UCONTEXT_H 1
++
+ #include "defs.h"
+ #include "inferior.h"
+ #include "target.h"
This page took 0.087333 seconds and 4 git commands to generate.