summaryrefslogtreecommitdiff
path: root/bfd/elfxx-mips.c
diff options
context:
space:
mode:
authorMaciej W. Rozycki <macro@linux-mips.org>2013-03-08 11:50:27 +0000
committerMaciej W. Rozycki <macro@linux-mips.org>2013-03-08 11:50:27 +0000
commit3e1c4adc5a108505a21879e25f4f10e9d1aff79c (patch)
tree484b60561661b46eb86626512c0d0658b017419e /bfd/elfxx-mips.c
parent4b728c64ce45b931b10bf83dcecb49e43bff5e87 (diff)
downloadbinutils-redhat-3e1c4adc5a108505a21879e25f4f10e9d1aff79c.tar.gz
* elfxx-mips.c (mips_elf_allocate_lazy_stub): Correct data type.
Diffstat (limited to 'bfd/elfxx-mips.c')
-rw-r--r--bfd/elfxx-mips.c2
1 files changed, 1 insertions, 1 deletions
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;