aboutsummaryrefslogtreecommitdiff
path: root/bfd/trad-core.h
blob: 2cf69da1f72791238077d2224d2b5228e3f9f841 (plain)
1
2
3
4
5
6
7
8
9
10
11
/* Declarations of BFD back end for traditional Unix core files 
   Copyright (C) 1988, 1989, 1991 Free Software Foundation, Inc.  */

#include "ansidecl.h"

/* forward declaration */
PROTO (bfd_target *, trad_unix_core_file_p, (bfd *abfd));
PROTO (char *, 	     trad_unix_core_file_failing_command, (bfd *abfd));
PROTO (int,	     trad_unix_core_file_failing_signal, (bfd *abfd));
PROTO (boolean,      trad_unix_core_file_matches_executable_p,
			 (bfd *core_bfd, bfd *exec_bfd));