]>
Commit | Line | Data |
---|---|---|
ff37ea55 JG |
1 | /* Declarations of BFD back end for traditional Unix core files |
2 | Copyright (C) 1988, 1989, 1991 Free Software Foundation, Inc. */ | |
3 | ||
4 | #include "ansidecl.h" | |
5 | ||
6 | /* forward declaration */ | |
7 | PROTO (bfd_target *, trad_unix_core_file_p, (bfd *abfd)); | |
8 | PROTO (char *, trad_unix_core_file_failing_command, (bfd *abfd)); | |
9 | PROTO (int, trad_unix_core_file_failing_signal, (bfd *abfd)); | |
10 | PROTO (boolean, trad_unix_core_file_matches_executable_p, | |
11 | (bfd *core_bfd, bfd *exec_bfd)); |