Fix error message in compile-object-load.c
[deliverable/binutils-gdb.git] / gdb / sh-tdep.c
index e3aee0ac286b6c9d1d5fd5713de34c728afc72da..9e831fb42e07d132e7865f863da3c6780febf07c 100644 (file)
@@ -24,7 +24,7 @@
 #include "frame.h"
 #include "frame-base.h"
 #include "frame-unwind.h"
-#include "dwarf2-frame.h"
+#include "dwarf2/frame.h"
 #include "symtab.h"
 #include "gdbtypes.h"
 #include "gdbcmd.h"
@@ -2422,8 +2422,9 @@ set_sh_command (const char *args, int from_tty)
   help_list (setshcmdlist, "set sh ", all_commands, gdb_stdout);
 }
 
+void _initialize_sh_tdep ();
 void
-_initialize_sh_tdep (void)
+_initialize_sh_tdep ()
 {
   gdbarch_register (bfd_arch_sh, sh_gdbarch_init, NULL);
 
This page took 0.034335 seconds and 4 git commands to generate.