* elf-bfd.h (enum elf_reloc_type_class): Add reloc_class_ifunc.
[deliverable/binutils-gdb.git] / bfd / elf32-i386.c
index c048e58e9066549e06f4dd18495db54d76ba2d0b..f898a5c2f2b8533a7a07e8a8ac57c16e1476cec3 100644 (file)
@@ -4718,7 +4718,9 @@ elf_i386_finish_local_dynamic_symbol (void **slot, void *inf)
    dynamic linker, before writing them out.  */
 
 static enum elf_reloc_type_class
-elf_i386_reloc_type_class (const Elf_Internal_Rela *rela)
+elf_i386_reloc_type_class (const struct bfd_link_info *info ATTRIBUTE_UNUSED,
+                          const asection *rel_sec ATTRIBUTE_UNUSED,
+                          const Elf_Internal_Rela *rela)
 {
   switch (ELF32_R_TYPE (rela->r_info))
     {
This page took 0.024022 seconds and 4 git commands to generate.