elf_swap_symbol_in args should be "const PTR", not "const PTR *".
[deliverable/binutils-gdb.git] / bfd / elfxx-ia64.c
index 0e3d0db84fb375d0ea194b2ddcce03905dcf2119..c86ad43ac854303e1c27f1569f6288ac8a17ba9d 100644 (file)
@@ -812,8 +812,8 @@ elfNN_ia64_relax_section (abfd, sec, link_info, again)
          /* A local symbol.  */
          esym = extsyms + ELFNN_R_SYM (irel->r_info);
          shndx = shndx_buf + (shndx_buf ? ELFNN_R_SYM (irel->r_info) : 0);
-         bfd_elfNN_swap_symbol_in (abfd, (const PTR *) esym,
-                                   (const PTR *) shndx, &isym);
+         bfd_elfNN_swap_symbol_in (abfd, (const PTR) esym, (const PTR) shndx,
+                                   &isym);
          if (isym.st_shndx == SHN_UNDEF)
            continue;   /* We can't do anthing with undefined symbols.  */
          else if (isym.st_shndx == SHN_ABS)
This page took 0.024019 seconds and 4 git commands to generate.