* elf-bfd.h (enum elf_reloc_type_class): Add reloc_class_ifunc.
[deliverable/binutils-gdb.git] / bfd / elf32-tilepro.c
index db31eebe2c83edeb2d6611b40b4dc7c29d8b21f0..4f13241138ec9f9f9b7db4023e90af3332fafb20 100644 (file)
@@ -3964,7 +3964,9 @@ tilepro_elf_plt_sym_val (bfd_vma i, const asection *plt,
 }
 
 static enum elf_reloc_type_class
-tilepro_reloc_type_class (const Elf_Internal_Rela *rela)
+tilepro_reloc_type_class (const struct bfd_link_info *info ATTRIBUTE_UNUSED,
+                         const asection *rel_sec ATTRIBUTE_UNUSED,
+                         const Elf_Internal_Rela *rela)
 {
   switch ((int) ELF32_R_TYPE (rela->r_info))
     {
This page took 0.02419 seconds and 4 git commands to generate.