Automatic date update in version.in
[platform/upstream/binutils.git] / gdb / fbsd-nat.h
index a048733..531fe4f 100644 (file)
@@ -29,11 +29,7 @@ extern char *fbsd_pid_to_exec_file (struct target_ops *self, int pid);
    calling FUNC for each memory region.  OBFD is passed as the last
    argument to FUNC.  */
 
-extern int fbsd_find_memory_regions (find_memory_region_ftype func, void *obfd);
-
-/* Create appropriate note sections for a corefile, returning them in
-   allocated memory.  */
-
-extern char *fbsd_make_corefile_notes (bfd *obfd, int *note_size);
+extern int fbsd_find_memory_regions (struct target_ops *self,
+                                    find_memory_region_ftype func, void *obfd);
 
 #endif /* fbsd-nat.h */