mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-28 15:18:37 +08:00
* elfxx-mips.c (mips_elf_allocate_lazy_stub): Correct data type.
This commit is contained in:
@ -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.
|
||||
|
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user