hash.c: replace some unsigned long with unsigned int
authorAlan Modra <amodra@gmail.com>
Tue, 2 May 2023 11:00:38 +0000 (20:30 +0930)
committerAlan Modra <amodra@gmail.com>
Wed, 3 May 2023 05:17:34 +0000 (14:47 +0930)
commitd659ef954399b0b1693d1cd02dbac222100b9aa2
treefcf2497da0b88d7a8fba92a9840a770b6dc57e67
parentf68912e8310e28ffdfa8a16e0f3db4bcb5b2f620
hash.c: replace some unsigned long with unsigned int

* hash.c (higher_prime_number): Use uint32_t param, return value,
tables and variables.
(bfd_default_hash_table_size): Make it an unsigned int.
(bfd_hash_set_default_size): Use unsigned int param and return.
* bfd-in.h (bfd_hash_set_default_size): Update prototype.
* bfd-in2.h: Regenerate.
bfd/bfd-in.h
bfd/bfd-in2.h
bfd/hash.c