]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - bfd/elf32-cr16.c
bfd_size_type to size_t
[thirdparty/binutils-gdb.git] / bfd / elf32-cr16.c
index cefd69ed3a2876e13b38e9cf81a713e0acea02a5..6d1e66935c4c33dffe75ba1d7d972a7a60d54149 100644 (file)
@@ -1641,7 +1641,7 @@ static struct bfd_link_hash_table *
 elf32_cr16_link_hash_table_create (bfd *abfd)
 {
   struct elf_link_hash_table *ret;
-  bfd_size_type amt = sizeof (struct elf_link_hash_table);
+  size_t amt = sizeof (struct elf_link_hash_table);
 
   ret = (struct elf_link_hash_table *) bfd_zmalloc (amt);
   if (ret == (struct elf_link_hash_table *) NULL)