From: Jakub Bogusz Date: Sun, 25 Apr 2004 00:22:15 +0000 (+0000) Subject: - no longer needed, now it breaks build X-Git-Tag: auto/ac/gdb-6_1-2~2 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fgdb.git;a=commitdiff_plain;h=32fe37f83fb53c08a52cd08637ebd59ae41bdd40 - no longer needed, now it breaks build Changed files: gdb-sparc-workaround.patch -> 1.2 --- diff --git a/gdb-sparc-workaround.patch b/gdb-sparc-workaround.patch deleted file mode 100644 index 924a917..0000000 --- a/gdb-sparc-workaround.patch +++ /dev/null @@ -1,15 +0,0 @@ ---- 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"