elf_swap_symbol_in args should be "const PTR", not "const PTR *".
[deliverable/binutils-gdb.git] / bfd / elf64-hppa.c
index e41e605cd96c9f3f58055d1cf380d4d6d71df3f7..d110d76d9ce214b7bfe2c1ba5d4fa44e3139a060 100644 (file)
@@ -682,8 +682,8 @@ elf64_hppa_check_relocs (abfd, info, sec, relocs)
           i < symtab_hdr->sh_info;
           i++, esym++, isym++, shndx = (shndx != NULL ? shndx + 1 : NULL))
        {
-         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 > highest_shndx)
            highest_shndx = isym->st_shndx;
        }
This page took 0.026784 seconds and 4 git commands to generate.