X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=bfd%2Fhash.c;h=56d18ac317945a8bdd2d17166cf32e7ec0c595bf;hb=1d5bcf8d88cd8bd22fe3f020435834f7d28b034b;hp=8dd130aaff0b95dbe2de9f2484205e933e765d62;hpb=b3adc24a0713411ab38a21dc894dd40dbc5c8f4f;p=deliverable%2Fbinutils-gdb.git diff --git a/bfd/hash.c b/bfd/hash.c index 8dd130aaff..56d18ac317 100644 --- a/bfd/hash.c +++ b/bfd/hash.c @@ -762,7 +762,7 @@ struct bfd_strtab_hash * _bfd_stringtab_init (void) { struct bfd_strtab_hash *table; - bfd_size_type amt = sizeof (* table); + size_t amt = sizeof (* table); table = (struct bfd_strtab_hash *) bfd_malloc (amt); if (table == NULL)