* elfxx-mips.c (mips_elf_allocate_lazy_stub): Correct data type.

This commit is contained in:
Maciej W. Rozycki
2013-03-08 11:50:27 +00:00
parent 8e723a1045
commit af924177b5
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2013-03-08 Maciej W. Rozycki <macro@codesourcery.com>
* elfxx-mips.c (mips_elf_allocate_lazy_stub): Correct data type.
2013-03-05 Corinna Vinschen <vinschen@redhat.com>
* config.bfd: Add x86_64-*-cygwin to list of supported targets.

View File

@ -8920,7 +8920,7 @@ mips_elf_estimate_stub_size (bfd *output_bfd, struct bfd_link_info *info)
allocate an entry in the stubs section. */
static bfd_boolean
mips_elf_allocate_lazy_stub (struct mips_elf_link_hash_entry *h, void **data)
mips_elf_allocate_lazy_stub (struct mips_elf_link_hash_entry *h, void *data)
{
struct mips_elf_link_hash_table *htab;