]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - bfd/m68klinux.c
2002-04-04 Daniel Jacobowitz <drow@mvista.com>
[thirdparty/binutils-gdb.git] / bfd / m68klinux.c
index 9ce7d0afb74dc8b9969759ef77b87828fc91b3be..7dd0428947ee98fb783cef42220c90f120dee7f1 100644 (file)
@@ -230,7 +230,7 @@ linux_link_hash_table_create (abfd)
   struct linux_link_hash_table *ret;
   bfd_size_type amt = sizeof (struct linux_link_hash_table);
 
-  ret = (struct linux_link_hash_table *) bfd_alloc (abfd, amt);
+  ret = (struct linux_link_hash_table *) bfd_malloc (amt);
   if (ret == (struct linux_link_hash_table *) NULL)
     {
       bfd_set_error (bfd_error_no_memory);