gcc-2.95.2 chokes when trying to dereference (struct frameinfo *fi)
at vax-tdep.c line 70. Fix:
--- gdb/,vax-tdep.c Wed Jul 7 22:11:10 1999
+++ gdb/vax-tdep.c Mon Sep 18 16:16:27 2000
@@ -21,6 +21,7 @@
#include "defs.h"
#include "symtab.h"
#include "opcode/vax.h"
+#include "frame.h"
/* Vax instructions are never longer than this. */
#define MAXLEN 62
Regards,
V.B.
_______________________________________________
Bug-gdb mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-gdb
