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.
This commit is contained in:
Andreas Arnez
2014-09-10 12:02:43 +00:00
committed by Andreas Krebbel
parent 970940347a
commit 174ad59a8e
3 changed files with 7 additions and 82 deletions

View File

@ -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 */