diff options
Diffstat (limited to 'bfd/aout-tic30.c')
-rw-r--r-- | bfd/aout-tic30.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/bfd/aout-tic30.c b/bfd/aout-tic30.c index 680ef61..444ca4b 100644 --- a/bfd/aout-tic30.c +++ b/bfd/aout-tic30.c @@ -979,9 +979,6 @@ tic30_aout_set_arch_mach (bfd *abfd, #ifndef MY_bfd_link_hash_table_create #define MY_bfd_link_hash_table_create NAME (aout, link_hash_table_create) #endif -#ifndef MY_bfd_link_hash_table_free -#define MY_bfd_link_hash_table_free _bfd_generic_link_hash_table_free -#endif #ifndef MY_bfd_link_add_symbols #define MY_bfd_link_add_symbols NAME (aout, link_add_symbols) #endif |