]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - bfd/elf32-i386.c
bfd_size_type to size_t
[thirdparty/binutils-gdb.git] / bfd / elf32-i386.c
index 2f994bf969e286486416cc1d04d594176925e3ae..88076b5a039044d64bb91a82a8f888895b8f0caf 100644 (file)
@@ -1875,7 +1875,7 @@ do_size:
              p = *head;
              if (p == NULL || p->sec != sec)
                {
-                 bfd_size_type amt = sizeof *p;
+                 size_t amt = sizeof *p;
                  p = (struct elf_dyn_relocs *) bfd_alloc (htab->elf.dynobj,
                                                           amt);
                  if (p == NULL)