arc: Don't generate dynamic relocation for non SEC_ALLOC sections
[deliverable/binutils-gdb.git] / gdb / ppc-obsd-nat.c
index 7c8335c9ad7e76a94b60d56735de4da182fb95de..8d36d2b5caf69cb8c7a18750d124a3648367a049 100644 (file)
@@ -187,8 +187,9 @@ ppcobsd_supply_pcb (struct regcache *regcache, struct pcb *pcb)
   return 1;
 }
 
+void _initialize_ppcobsd_nat ();
 void
-_initialize_ppcobsd_nat (void)
+_initialize_ppcobsd_nat ()
 {
   add_inf_child_target (&the_ppc_obsd_nat_target);
 
This page took 0.026644 seconds and 4 git commands to generate.