]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - bfd/elfxx-mips.c
include/
[thirdparty/binutils-gdb.git] / bfd / elfxx-mips.c
index 9c14ffe20ffb175f6f22991be26e1f76062bbc50..4d73239b3a1a4169dab13ce9cf500f989c03438b 100644 (file)
@@ -818,7 +818,7 @@ mips_elf_create_procedure_table (void *handle, bfd *abfd,
       ss = bfd_malloc (count);
       if (ss == NULL)
        goto error_return;
-      if (! _bfd_ecoff_get_accumulated_ss (handle, ss))
+      if (! _bfd_ecoff_get_accumulated_ss (handle, (bfd_byte *) ss))
        goto error_return;
 
       count = hdr->ipdMax;