diff options
Diffstat (limited to 'bfd/aout-target.h')
-rw-r--r-- | bfd/aout-target.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bfd/aout-target.h b/bfd/aout-target.h index fe1d66e..5162494 100644 --- a/bfd/aout-target.h +++ b/bfd/aout-target.h @@ -401,6 +401,9 @@ MY_bfd_final_link (bfd *abfd, struct bfd_link_info *info) #define MY_core_file_matches_executable_p \ _bfd_nocore_core_file_matches_executable_p #endif +#ifndef MY_core_file_pid +#define MY_core_file_pid _bfd_nocore_core_file_pid +#endif #ifndef MY_core_file_p #define MY_core_file_p _bfd_dummy_target #endif |