Update ChangeLog entry for PR 22163
[deliverable/binutils-gdb.git] / opcodes / vax-dis.c
index ff240e4c2a7134af58f91d3a9f6fd0b58308518d..7adde97c4b4d1b0f60344a519d2d68bd1469b261 100644 (file)
@@ -23,7 +23,7 @@
 #include <setjmp.h>
 #include <string.h>
 #include "opcode/vax.h"
-#include "dis-asm.h"
+#include "disassemble.h"
 
 static char *reg_names[] =
 {
@@ -117,7 +117,7 @@ static bfd_vma *     entry_addr = NULL;
    there's no symbol table.  Returns TRUE upon success, FALSE otherwise.  */
 
 static bfd_boolean
-parse_disassembler_options (char * options)
+parse_disassembler_options (const char *options)
 {
   const char * entry_switch = "entry:";
 
This page took 0.023247 seconds and 4 git commands to generate.