* elf-bfd.h (struct elf_size_info): Add swap_symbol_in field.
[deliverable/binutils-gdb.git] / bfd / elfxx-ia64.c
index bfa6391e76055cbba58e97ee6cf60db21cf028ae..0e3d0db84fb375d0ea194b2ddcce03905dcf2119 100644 (file)
@@ -812,7 +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, esym, 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.023495 seconds and 4 git commands to generate.