diff options
Diffstat (limited to 'bfd/elf-bfd.h')
-rw-r--r-- | bfd/elf-bfd.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/bfd/elf-bfd.h b/bfd/elf-bfd.h index e8455d1..e9c890f 100644 --- a/bfd/elf-bfd.h +++ b/bfd/elf-bfd.h @@ -1295,8 +1295,7 @@ struct elf_backend_data /* Merge the backend specific symbol attribute. */ void (*elf_backend_merge_symbol_attribute) - (struct elf_link_hash_entry *, const Elf_Internal_Sym *, bfd_boolean, - bfd_boolean); + (struct elf_link_hash_entry *, unsigned int, bfd_boolean, bfd_boolean); /* This function, if defined, will return a string containing the name of a target-specific dynamic tag. */ |