Imported Upstream version 7.9
[platform/upstream/gdb.git] / gdb / fbsd-nat.h
index a3f51d6..e6e88ff 100644 (file)
@@ -1,6 +1,6 @@
 /* Native-dependent code for FreeBSD.
 
-   Copyright (C) 2004-2014 Free Software Foundation, Inc.
+   Copyright (C) 2004-2015 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -32,10 +32,4 @@ extern char *fbsd_pid_to_exec_file (struct target_ops *self, int pid);
 extern int fbsd_find_memory_regions (struct target_ops *self,
                                     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 (struct target_ops *self,
-                                      bfd *obfd, int *note_size);
-
 #endif /* fbsd-nat.h */