X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=bfd%2Felf32-dlx.c;h=64dd04ecab076e2fa90bef603913bf0984f29ed9;hb=947216bf8f343c1440e85633b5bf2f2394f87bc4;hp=91d75f3360ad17fae876302984a90c0d81e0cf7c;hpb=1448fa32275a8686debba9323308841480c33fc7;p=deliverable%2Fbinutils-gdb.git diff --git a/bfd/elf32-dlx.c b/bfd/elf32-dlx.c index 91d75f3360..64dd04ecab 100644 --- a/bfd/elf32-dlx.c +++ b/bfd/elf32-dlx.c @@ -28,9 +28,9 @@ int set_dlx_skip_hi16_flag PARAMS ((int)); static boolean elf32_dlx_check_relocs PARAMS ((bfd *, struct bfd_link_info *, asection *, const Elf_Internal_Rela *)); static void elf32_dlx_info_to_howto - PARAMS ((bfd *, arelent *, Elf32_Internal_Rela *)); + PARAMS ((bfd *, arelent *, Elf_Internal_Rela *)); static void elf32_dlx_info_to_howto_rel - PARAMS ((bfd *, arelent *, Elf32_Internal_Rel *)); + PARAMS ((bfd *, arelent *, Elf_Internal_Rela *)); static bfd_reloc_status_type elf32_dlx_relocate16 PARAMS ((bfd *, arelent *, asymbol *, PTR, asection *, bfd *, char **)); static bfd_reloc_status_type elf32_dlx_relocate26 @@ -632,7 +632,7 @@ static void elf32_dlx_info_to_howto (abfd, cache_ptr, dst) bfd * abfd ATTRIBUTE_UNUSED; arelent * cache_ptr ATTRIBUTE_UNUSED; - Elf32_Internal_Rela * dst ATTRIBUTE_UNUSED; + Elf_Internal_Rela * dst ATTRIBUTE_UNUSED; { abort (); } @@ -641,7 +641,7 @@ static void elf32_dlx_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;