* exec.c (xfer_memory): Add attrib argument.
[deliverable/binutils-gdb.git] / gdb / vax-tdep.c
index c263ed2d5fc1ecc9a1c8ffbfa5d0b3443cd05e78..ca54efe8b88be68ad1ece75a7262891d21b62c26 100644 (file)
@@ -21,6 +21,9 @@
 #include "defs.h"
 #include "symtab.h"
 #include "opcode/vax.h"
+#include "gdbcore.h"
+#include "frame.h"
+#include "value.h"
 
 /* Vax instructions are never longer than this.  */
 #define MAXLEN 62
@@ -80,7 +83,7 @@ vax_print_insn (CORE_ADDR memaddr, disassemble_info *info)
   unsigned char buffer[MAXLEN];
   register int i;
   register unsigned char *p;
-  register char *d;
+  const char *d;
 
   int status = (*info->read_memory_func) (memaddr, buffer, MAXLEN, info);
   if (status != 0)
This page took 0.023161 seconds and 4 git commands to generate.