Automatic date update in version.in
[platform/upstream/binutils.git] / gdb / alphabsd-tdep.h
index def7b04..a724ff7 100644 (file)
@@ -31,10 +31,10 @@ void alphabsd_fill_fpreg (const struct regcache *, char *, int);
 
 /* Functions exported from alphanbsd-tdep.c.  */
 
-/* Return the appropriate register set for the core section identified
-   by SECT_NAME and SECT_SIZE.  */
-extern const struct regset *
-  alphanbsd_regset_from_core_section (struct gdbarch *gdbarch,
-                                     const char *sect_name, size_t len);
+/* Iterate over supported core file register note sections. */
+void alphanbsd_iterate_over_regset_sections (struct gdbarch *gdbarch,
+                                            iterate_over_regset_sections_cb *cb,
+                                            void *cb_data,
+                                            const struct regcache *regcache);
 
 #endif /* alphabsd-tdep.h */