* elf-m10200.c (mn10200_elf_relax_section): Cast assignment to
[deliverable/binutils-gdb.git] / bfd / elf32-m68k.c
index c3252240d22dba9ad5d25d898c5ee79fb7656e92..609e91a5371b22846fb2a03044acfa46eb08c959 100644 (file)
@@ -2202,7 +2202,7 @@ bfd_m68k_elf32_create_embedded_relocs (abfd, info, datasec, relsec, errmsg)
              != symtab_hdr->sh_size))
        goto error_return;
       if (info->keep_memory)
-       symtab_hdr->contents = extsyms;
+       symtab_hdr->contents = (unsigned char *) extsyms;
     }
 
   /* Get a copy of the native relocations.  */
This page took 0.023369 seconds and 4 git commands to generate.