gdb: add target_ops::supports_displaced_step
[deliverable/binutils-gdb.git] / gdb / solib-dsbt.c
index 52fa0e868aacd7746ddd4e3227d3e28d8bb52fc4..2acad96b5d9a1355aa730a83350903184c10bbad 100644 (file)
@@ -1022,8 +1022,9 @@ show_dsbt_debug (struct ui_file *file, int from_tty,
 
 struct target_so_ops dsbt_so_ops;
 
+void _initialize_dsbt_solib ();
 void
-_initialize_dsbt_solib (void)
+_initialize_dsbt_solib ()
 {
   dsbt_so_ops.relocate_section_addresses = dsbt_relocate_section_addresses;
   dsbt_so_ops.free_so = dsbt_free_so;
This page took 0.026079 seconds and 4 git commands to generate.