elf_swap_symbol_in args should be "const PTR", not "const PTR *".
[deliverable/binutils-gdb.git] / bfd / elf32-hppa.c
index 68d65189e4c2af5f87c28436c3fa78c11ae1200e..684213514cda1890b4b7b2757e5f6f0290f32ce9 100644 (file)
@@ -2827,8 +2827,8 @@ get_local_syms (output_bfd, input_bfd, info)
             isym = local_syms, shndx = shndx_buf;
           esym < end_sy;
           esym++, isym++, shndx = (shndx ? shndx + 1 : NULL))
-       bfd_elf32_swap_symbol_in (input_bfd, (const PTR *) esym,
-                                 (const PTR *) shndx, isym);
+       bfd_elf32_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.033574 seconds and 4 git commands to generate.