* elf-bfd.h (enum elf_reloc_type_class): Add reloc_class_ifunc.
[deliverable/binutils-gdb.git] / bfd / elf32-vax.c
index 0e79a2ae35baae2c014365764e3c847bc7672dc4..1208d431e50e6abf303734205d377d74c649608f 100644 (file)
@@ -2026,7 +2026,9 @@ elf_vax_finish_dynamic_sections (bfd *output_bfd, struct bfd_link_info *info)
 }
 
 static enum elf_reloc_type_class
-elf_vax_reloc_type_class (const Elf_Internal_Rela *rela)
+elf_vax_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.032389 seconds and 4 git commands to generate.