elf_swap_symbol_in args should be "const PTR", not "const PTR *".
[deliverable/binutils-gdb.git] / bfd / elf32-xstormy16.c
index 57ee1fea591abfaba15eeca055a989fa96a136e8..d58ea9cffc84dcf24fb5d94f2ffdb25d65b9dc76 100644 (file)
@@ -654,8 +654,8 @@ xstormy16_elf_relax_section (dynobj, splt, info, again)
          shndx = shndx_buf;
          if (shndx != NULL)
            shndx += idx;
-         bfd_elf32_swap_symbol_in (ibfd, (const PTR *) (extsyms + idx),
-                                   (const PTR *) shndx, &isym);
+         bfd_elf32_swap_symbol_in (ibfd, (const PTR) (extsyms + idx),
+                                   (const PTR) shndx, &isym);
          if (isym.st_shndx == SHN_UNDEF)
            continue;
          else if (isym.st_shndx == SHN_ABS)
This page took 0.027151 seconds and 4 git commands to generate.