Add dwarf2_per_objfile member to DWARF batons
[deliverable/binutils-gdb.git] / gdb / amd64-obsd-nat.c
index f0d8ecf39523d903668226ceac014f8039581a21..a19f7a19fec8c478afdb1072e1b22ce9e64bdbce 100644 (file)
@@ -128,8 +128,9 @@ amd64obsd_supply_pcb (struct regcache *regcache, struct pcb *pcb)
 
 static amd64_bsd_nat_target<obsd_nat_target> the_amd64_obsd_nat_target;
 
+void _initialize_amd64obsd_nat ();
 void
-_initialize_amd64obsd_nat (void)
+_initialize_amd64obsd_nat ()
 {
   amd64_native_gregset32_reg_offset = amd64obsd32_r_reg_offset;
   amd64_native_gregset32_num_regs = ARRAY_SIZE (amd64obsd32_r_reg_offset);
This page took 0.024887 seconds and 4 git commands to generate.