From d8cc02df7d4eeb76cd74b60f1f7198e73e084d60 Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Sat, 8 Nov 2003 15:45:02 +0000 Subject: [PATCH] - workaround to build on sparc Changed files: gdb-sparc-workaround.patch -> 1.1 --- gdb-sparc-workaround.patch | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 gdb-sparc-workaround.patch diff --git a/gdb-sparc-workaround.patch b/gdb-sparc-workaround.patch new file mode 100644 index 0000000..924a917 --- /dev/null +++ b/gdb-sparc-workaround.patch @@ -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 and (included in ) ++ * gdb needs , so this is workaround to avoid including ++ * contents */ ++#define _SYS_UCONTEXT_H 1 ++ + #include "defs.h" + #include "inferior.h" + #include "target.h" -- 2.44.0