Remove dwarf2_cu->per_cu->dwarf2_per_objfile references
[deliverable/binutils-gdb.git] / gdb / arm-fbsd-tdep.c
index ec0e9d58230bb95a1879401afac571185fbda9a3..de94d06c70d59c7fc69e37deefbc542f126ab8c0 100644 (file)
@@ -150,7 +150,7 @@ const struct regset arm_fbsd_vfpregset =
     regcache_supply_regset, regcache_collect_regset
   };
 
-/* Implement the "regset_from_core_section" gdbarch method.  */
+/* Implement the "iterate_over_regset_sections" gdbarch method.  */
 
 static void
 arm_fbsd_iterate_over_regset_sections (struct gdbarch *gdbarch,
@@ -235,8 +235,9 @@ arm_fbsd_init_abi (struct gdbarch_info info, struct gdbarch *gdbarch)
   set_gdbarch_software_single_step (gdbarch, arm_software_single_step);
 }
 
+void _initialize_arm_fbsd_tdep ();
 void
-_initialize_arm_fbsd_tdep (void)
+_initialize_arm_fbsd_tdep ()
 {
   gdbarch_register_osabi (bfd_arch_arm, 0, GDB_OSABI_FREEBSD,
                          arm_fbsd_init_abi);
This page took 0.023156 seconds and 4 git commands to generate.