Use canonicalize_file_name unconditionally
[deliverable/binutils-gdb.git] / gdb / alphaobsd-tdep.c
index 5c2a8b0d55ab0386741d9c8e9acb75d0d762eeb6..fcddd3a8e6fc216fb793c7abbdcb9089ac900865 100644 (file)
@@ -121,8 +121,8 @@ alphaobsd_init_abi(struct gdbarch_info info, struct gdbarch *gdbarch)
   tdep->jb_pc = 2;
   tdep->jb_elt_size = 8;
 
-  set_gdbarch_regset_from_core_section
-    (gdbarch, alphanbsd_regset_from_core_section);
+  set_gdbarch_iterate_over_regset_sections
+    (gdbarch, alphanbsd_iterate_over_regset_sections);
 }
 \f
 
This page took 0.023577 seconds and 4 git commands to generate.