]> git.pld-linux.org Git - packages/crossavr-gdb.git/blob - gdb-sparc-workaround.patch
- updated for 6.1
[packages/crossavr-gdb.git] / gdb-sparc-workaround.patch
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.083495 seconds and 3 git commands to generate.