* elfcode.h (elf_checksum_contents): Free contents.
[deliverable/binutils-gdb.git] / bfd / elf32-avr.c
index 6cec6843b16c225495a227491eae7a08eeec81b9..a2d440129a455dc2b2cac503e9a2c0110c44cdd4 100644 (file)
@@ -708,7 +708,7 @@ elf32_avr_link_hash_table_free (struct bfd_link_hash_table *btab)
     free (htab->amt_destination_addr);
 
   bfd_hash_table_free (&htab->bstab);
-  _bfd_generic_link_hash_table_free (btab);
+  _bfd_elf_link_hash_table_free (btab);
 }
 
 /* Calculates the effective distance of a pc relative jump/call.  */
This page took 0.023441 seconds and 4 git commands to generate.