diff options
Diffstat (limited to 'bfd/elf64-ia64.c')
-rw-r--r-- | bfd/elf64-ia64.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bfd/elf64-ia64.c b/bfd/elf64-ia64.c index 2fafeb1..cacfd65 100644 --- a/bfd/elf64-ia64.c +++ b/bfd/elf64-ia64.c @@ -1307,7 +1307,8 @@ elf64_ia64_hash_copy_indirect (xdir, xind) } static void -elf64_ia64_hash_hide_symbol (xh) +elf64_ia64_hash_hide_symbol (info, xh) + struct bfd_link_info *info ATTRIBUTE_UNUSED; struct elf_link_hash_entry *xh; { struct elf64_ia64_link_hash_entry *h; |