elf_swap_symbol_in args should be "const PTR", not "const PTR *".
[deliverable/binutils-gdb.git] / bfd / elf64-mmix.c
index 729dfb84654e37332ac396ceb8f1893733c38967..55ef061d645c2cfbcb5044000b07d423105b8cd5 100644 (file)
@@ -2419,8 +2419,8 @@ mmix_elf_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)
            sym_sec = bfd_und_section_ptr;
This page took 0.025093 seconds and 4 git commands to generate.