This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

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


Hello,

Which ``vax'' target were you trying to build? vax-vms? vax-bsd?
vax-aout?  I'd like to confirm the fix.

	Andrew

PS: Have a look through gdb/CONTRIBUTE.  When submitting a patch a
ChangeLog entry should be included.

Volker Borchert wrote:
> 
> 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
> Bug-gdb@gnu.org
> http://mail.gnu.org/mailman/listinfo/bug-gdb


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]