bug-gdb
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-gdb] gdb-5.0: cross build for VAX on Solaris fails (patch included)


From: Volker Borchert
Subject: [Bug-gdb] gdb-5.0: cross build for VAX on Solaris fails (patch included)
Date: Mon, 18 Sep 2000 16:23:19 +0200

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.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]