diff options
Diffstat (limited to 'bfd/m68klinux.c')
-rw-r--r-- | bfd/m68klinux.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/m68klinux.c b/bfd/m68klinux.c index 9ce7d0a..7dd0428 100644 --- a/bfd/m68klinux.c +++ b/bfd/m68klinux.c @@ -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); |