X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=bfd%2Fvms.c;h=a2886dd2c2bd500929aba812cf8e3e432c62d054;hb=91d6fa6a035cc7d0b7be5c99c194a64cb80924b0;hp=2d49ba019d5335bb5da2e571a68a122ad368836c;hpb=01fe1b4183324882e88e8c64748bffdc69ea3a9c;p=deliverable%2Fbinutils-gdb.git diff --git a/bfd/vms.c b/bfd/vms.c index 2d49ba019d..a2886dd2c2 100644 --- a/bfd/vms.c +++ b/bfd/vms.c @@ -603,7 +603,7 @@ vms_new_section_hook (bfd * abfd, asection *section) if (section_count > PRIV (section_count)) { - bfd_size_type amt = section_count; + amt = section_count; amt *= sizeof (asection *); PRIV (sections) = bfd_realloc_or_free (PRIV (sections), amt); if (PRIV (sections) == NULL)