* elfxx-mips.c (mips_elf_allocate_lazy_stub): Correct data type.
authorMaciej W. Rozycki <macro@linux-mips.org>
Fri, 8 Mar 2013 11:50:27 +0000 (11:50 +0000)
committerMaciej W. Rozycki <macro@linux-mips.org>
Fri, 8 Mar 2013 11:50:27 +0000 (11:50 +0000)
bfd/ChangeLog
bfd/elfxx-mips.c

index 167faff7a94407c18a4645f3b4f225d5c99798cc..1454f405953486a8509ab8d482a88d2de6c39aab 100644 (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.
index 2843118f3b6bf3bb5a1b4c402c23b197e4451833..a5ad454a79bfec131e3ae547338e6e481b33adea 100644 (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;
 
This page took 0.04215 seconds and 4 git commands to generate.