elf_swap_symbol_in args should be "const PTR", not "const PTR *".
[deliverable/binutils-gdb.git] / bfd / elf64-ppc.c
index eb0f4d3e4320812632212b0d8e994b6e62ad4a91..d8ac56ec5c667f37aae442162d78e95bd4feef1e 100644 (file)
@@ -4594,8 +4594,8 @@ get_local_syms (input_bfd, htab)
             isym = local_syms, shndx = shndx_buf;
           esym < end_sy;
           esym++, isym++, shndx = (shndx ? shndx + 1 : NULL))
-       bfd_elf64_swap_symbol_in (input_bfd, (const PTR *) esym,
-                                 (const PTR *) shndx, isym);
+       bfd_elf64_swap_symbol_in (input_bfd, (const PTR) esym,
+                                 (const PTR) shndx, isym);
 
       /* Now we can free the external symbols.  */
       free (shndx_buf);
This page took 0.025383 seconds and 4 git commands to generate.