diff options
Diffstat (limited to 'bfd/elf32-arc.c')
-rw-r--r-- | bfd/elf32-arc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bfd/elf32-arc.c b/bfd/elf32-arc.c index fad1a1e..c9428ac 100644 --- a/bfd/elf32-arc.c +++ b/bfd/elf32-arc.c @@ -29,7 +29,7 @@ static reloc_howto_type *bfd_elf32_bfd_reloc_type_lookup PARAMS ((bfd *abfd, bfd_reloc_code_real_type code)); static void arc_info_to_howto_rel - PARAMS ((bfd *, arelent *, Elf32_Internal_Rel *)); + PARAMS ((bfd *, arelent *, Elf_Internal_Rela *)); static boolean arc_elf_object_p PARAMS ((bfd *)); static void arc_elf_final_write_processing @@ -142,7 +142,7 @@ static void arc_info_to_howto_rel (abfd, cache_ptr, dst) bfd *abfd ATTRIBUTE_UNUSED; arelent *cache_ptr; - Elf32_Internal_Rel *dst; + Elf_Internal_Rela *dst; { unsigned int r_type; |