Automatic date update in version.in
[deliverable/binutils-gdb.git] / bfd / elf32-vax.c
index f32097d7035fc944ca1cdee47b3bf1494b8ce5cd..fa84e0be19ae78349df667a2bffde8a0d8df0581 100644 (file)
@@ -470,7 +470,7 @@ static struct bfd_link_hash_table *
 elf_vax_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 = bfd_zmalloc (amt);
   if (ret == NULL)
This page took 0.024473 seconds and 4 git commands to generate.