]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - bfd/elf32-bfin.c
bfd_size_type to size_t
[thirdparty/binutils-gdb.git] / bfd / elf32-bfin.c
index 1631ef91d67e61f2f43ea30fda9657343695fd95..7ebd9192b663e19a14f88a519c97c1cc339dfd2d 100644 (file)
@@ -1728,7 +1728,7 @@ static struct bfd_link_hash_table *
 bfinfdpic_elf_link_hash_table_create (bfd *abfd)
 {
   struct bfinfdpic_elf_link_hash_table *ret;
-  bfd_size_type amt = sizeof (struct bfinfdpic_elf_link_hash_table);
+  size_t amt = sizeof (struct bfinfdpic_elf_link_hash_table);
 
   ret = bfd_zmalloc (amt);
   if (ret == NULL)
@@ -4842,7 +4842,7 @@ static struct bfd_link_hash_table *
 bfin_link_hash_table_create (bfd * abfd)
 {
   struct bfin_link_hash_table *ret;
-  bfd_size_type amt = sizeof (struct bfin_link_hash_table);
+  size_t amt = sizeof (struct bfin_link_hash_table);
 
   ret = bfd_zmalloc (amt);
   if (ret == NULL)