mips: fix void*/gdb_byte* compilation errors
[deliverable/binutils-gdb.git] / gdb / gdbarch.sh
index 388920fd1b5a5196cadc5490fd4f131036af596e..ce9d71d19beb522d71e5306e45e8a0686a5f4253 100755 (executable)
@@ -1237,7 +1237,6 @@ struct target_desc;
 struct objfile;
 struct symbol;
 struct displaced_step_closure;
-struct core_regset_section;
 struct syscall;
 struct agent_expr;
 struct axs_value;
@@ -1429,7 +1428,7 @@ struct gdbarch_info
   bfd *abfd;
 
   /* Use default: NULL (ZERO).  */
-  struct gdbarch_tdep_info *tdep_info;
+  void *tdep_info;
 
   /* Use default: GDB_OSABI_UNINITIALIZED (-1).  */
   enum gdb_osabi osabi;
This page took 0.023529 seconds and 4 git commands to generate.