Skip to content
  • Alan Modra's avatar
    * i386linux.c (linux_link_hash_table_create): Allocate table · 22cdc249
    Alan Modra authored
    	with bfd_zmalloc, not bfd_alloc.
    	* pdp11.c (link_hash_table_create): Allocate table with
    	bfd_malloc, not bfd_alloc.
    	* elf32-bfin.c (bfinfdpic_elf_link_hash_table_create): Allocate table
    	with bfd_zmalloc, not bfd_zalloc.
    	(bfin_link_hash_table_create): Likewise.
    	* elf32-frv.c (frvfdpic_elf_link_hash_table_create): Likewise.
    	* elf64-hppa.c (elf64_hppa_hash_table_create): Likewise.
    22cdc249