From 3e1c4adc5a108505a21879e25f4f10e9d1aff79c Mon Sep 17 00:00:00 2001 From: "Maciej W. Rozycki" Date: Fri, 8 Mar 2013 11:50:27 +0000 Subject: * elfxx-mips.c (mips_elf_allocate_lazy_stub): Correct data type. --- bfd/elfxx-mips.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bfd/elfxx-mips.c') diff --git a/bfd/elfxx-mips.c b/bfd/elfxx-mips.c index 2843118f3b..a5ad454a79 100644 --- a/bfd/elfxx-mips.c +++ b/bfd/elfxx-mips.c @@ -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; -- cgit v1.2.1