bfd_size_type to size_t
[deliverable/binutils-gdb.git] / bfd / elf32-pru.c
index dd2e92d3bde4f4249b8fc9fca2f2d8b0d491f8f9..fdb28e71ecb1f219f6959305b7a21e8f4eaa9685 100644 (file)
@@ -1554,7 +1554,7 @@ static struct bfd_link_hash_table *
 pru_elf32_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.028558 seconds and 4 git commands to generate.