elf_swap_symbol_in args should be "const PTR", not "const PTR *".
[deliverable/binutils-gdb.git] / bfd / elf64-alpha.c
index 026740aeea1f9846aa6bffb837a54159353a6a36..67ada729bb34fcf979ad82dcc43d247d8ad0dae5 100644 (file)
@@ -2172,8 +2172,8 @@ elf64_alpha_relax_section (abfd, sec, link_info, again)
 
          esym = extsyms + ELF64_R_SYM (irel->r_info);
          shndx = shndx_buf + (shndx_buf ? ELF64_R_SYM (irel->r_info) : 0);
-         bfd_elf64_swap_symbol_in (abfd, (const PTR *) esym,
-                                   (const PTR *) shndx, &isym);
+         bfd_elf64_swap_symbol_in (abfd, (const PTR) esym, (const PTR) shndx,
+                                   &isym);
          if (isym.st_shndx == SHN_UNDEF)
            continue;
          else if (isym.st_shndx == SHN_ABS)
This page took 0.023417 seconds and 4 git commands to generate.