diff options
author | Maciej W. Rozycki <macro@linux-mips.org> | 2013-03-08 11:50:27 +0000 |
---|---|---|
committer | Maciej W. Rozycki <macro@linux-mips.org> | 2013-03-08 11:50:27 +0000 |
commit | af924177b567aa87d8cd25cb2f6f245c737b029a (patch) | |
tree | 74b780e7bde17643af952fd10b86cbfa2a88261a /bfd/elfxx-mips.c | |
parent | 8e723a10451c6a7abadb6146fa62bbc0ab376f0b (diff) | |
download | gdb-af924177b567aa87d8cd25cb2f6f245c737b029a.zip gdb-af924177b567aa87d8cd25cb2f6f245c737b029a.tar.gz gdb-af924177b567aa87d8cd25cb2f6f245c737b029a.tar.bz2 |
* elfxx-mips.c (mips_elf_allocate_lazy_stub): Correct data type.
Diffstat (limited to 'bfd/elfxx-mips.c')
-rw-r--r-- | bfd/elfxx-mips.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/elfxx-mips.c b/bfd/elfxx-mips.c index 2843118..a5ad454 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; |