aboutsummaryrefslogtreecommitdiff
path: root/gdb/fbsd-nat.h
diff options
context:
space:
mode:
authorAndreas Arnez <arnez@linux.vnet.ibm.com>2014-09-10 12:02:43 +0000
committerAndreas Krebbel <krebbel@linux.vnet.ibm.com>2014-09-30 09:14:39 +0200
commit174ad59a8eff83977a367d2cbb358c00fc470ee9 (patch)
treed50edc2ecdf193f08d62b5929ace4920218c47ff /gdb/fbsd-nat.h
parent970940347aef2ad1737d76cfabc12f6c9ca2ba89 (diff)
downloadgdb-174ad59a8eff83977a367d2cbb358c00fc470ee9.zip
gdb-174ad59a8eff83977a367d2cbb358c00fc470ee9.tar.gz
gdb-174ad59a8eff83977a367d2cbb358c00fc470ee9.tar.bz2
Drop target method 'fbsd_make_corefile_notes'
Now that all users of the target method 'fbsd_make_corefile_notes' have been converted to the version in fbsd-tdep.c, the old method is removed. gdb/ChangeLog: * fbsd-nat.c (find_signalled_thread, find_stop_signal) (fbsd_collect_regset_section_cb, fbsd_make_corefile_notes): Remove. * fbsd-nat.h (fbsd_make_corefile_notes): Remove prototype.
Diffstat (limited to 'gdb/fbsd-nat.h')
-rw-r--r--gdb/fbsd-nat.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/gdb/fbsd-nat.h b/gdb/fbsd-nat.h
index a3f51d6..531fe4f 100644
--- a/gdb/fbsd-nat.h
+++ b/gdb/fbsd-nat.h
@@ -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 */