]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - bfd/elf-strtab.c
bfd_size_type to size_t
[thirdparty/binutils-gdb.git] / bfd / elf-strtab.c
index 04a746ef31a50ea0f27f965bd9f7ebaf9ea40327..d3e50c76cf82597ded0c345c3d397949df56a024 100644 (file)
@@ -95,7 +95,7 @@ struct elf_strtab_hash *
 _bfd_elf_strtab_init (void)
 {
   struct elf_strtab_hash *table;
-  bfd_size_type amt = sizeof (struct elf_strtab_hash);
+  size_t amt = sizeof (struct elf_strtab_hash);
 
   table = (struct elf_strtab_hash *) bfd_malloc (amt);
   if (table == NULL)