MIPS/BFD: Use `bfd_size_type' for dynamic symbol table indices
authorMaciej W. Rozycki <macro@imgtec.com>
Thu, 2 Feb 2017 21:43:26 +0000 (21:43 +0000)
committerMaciej W. Rozycki <macro@imgtec.com>
Thu, 2 Feb 2017 22:37:16 +0000 (22:37 +0000)
commit55f8b9d243dbd879ffa585f7e0c7d8b6b819302d
treeba3cdac89b35babab98759ba7d347cdb6f585e71
parent0f8c4b60ef3953a2373992e468106ae833049fff
MIPS/BFD: Use `bfd_size_type' for dynamic symbol table indices

Use the `bfd_size_type' data type for dynamic symbol table indices in
the MIPS backend, in line with generic code and removing the need to use
a cast.

bfd/
* elfxx-mips.c (mips_elf_hash_sort_data): Convert the
`min_got_dynindx', `max_unref_got_dynindx' and
`max_non_got_dynindx' members to the `bfd_size_type' data type.
(mips_elf_sort_hash_table): Adjust accordingly.
bfd/ChangeLog
bfd/elfxx-mips.c