aboutsummaryrefslogtreecommitdiff
path: root/gdb/alphaobsd-tdep.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/alphaobsd-tdep.c')
-rw-r--r--gdb/alphaobsd-tdep.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/alphaobsd-tdep.c b/gdb/alphaobsd-tdep.c
index 5c2a8b0..fcddd3a 100644
--- a/gdb/alphaobsd-tdep.c
+++ b/gdb/alphaobsd-tdep.c
@@ -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);
}