diff options
Diffstat (limited to 'bfd/elf32-tic6x.c')
-rw-r--r-- | bfd/elf32-tic6x.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/bfd/elf32-tic6x.c b/bfd/elf32-tic6x.c index d376fe1..8f03003 100644 --- a/bfd/elf32-tic6x.c +++ b/bfd/elf32-tic6x.c @@ -1614,14 +1614,6 @@ elf32_tic6x_final_link (bfd *abfd, struct bfd_link_info *info) return TRUE; } -/* Destroy a C6X ELF linker hash table. */ - -static void -elf32_tic6x_link_hash_table_free (struct bfd_link_hash_table *hash) -{ - _bfd_generic_link_hash_table_free (hash); -} - /* Called to pass PARAMS to the backend. We store them in the hash table associated with INFO. */ @@ -4374,7 +4366,6 @@ elf32_tic6x_set_osabi (bfd *abfd, struct bfd_link_info *link_info) #define bfd_elf32_bfd_merge_private_bfd_data elf32_tic6x_merge_private_bfd_data #define bfd_elf32_mkobject elf32_tic6x_mkobject #define bfd_elf32_bfd_link_hash_table_create elf32_tic6x_link_hash_table_create -#define bfd_elf32_bfd_link_hash_table_free elf32_tic6x_link_hash_table_free #define bfd_elf32_new_section_hook elf32_tic6x_new_section_hook #define elf_backend_stack_align 8 #define elf_backend_can_gc_sections 1 |