diff options
Diffstat (limited to 'bfd/aout-tic30.c')
-rw-r--r-- | bfd/aout-tic30.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bfd/aout-tic30.c b/bfd/aout-tic30.c index 05e1a80..5d5c7e2 100644 --- a/bfd/aout-tic30.c +++ b/bfd/aout-tic30.c @@ -859,6 +859,9 @@ tic30_aout_set_arch_mach (bfd *abfd, #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 |