* elf-m10200.c (mn10200_elf_relax_section): Cast assignment to
[deliverable/binutils-gdb.git] / bfd / elf64-alpha.c
index 0dd6c091c3b6ee905022bf752890185a2c846b31..ee78d1ff27b2aeb3ecdfcecf59a14a6a0a0341fa 100644 (file)
@@ -1572,7 +1572,7 @@ elf64_alpha_relax_section (abfd, sec, link_info, again)
       else
        {
          /* Cache the symbols for elf_link_input_bfd.  */
-         symtab_hdr->contents = extsyms;
+         symtab_hdr->contents = (unsigned char *) extsyms;
        }
     }
 
This page took 0.023201 seconds and 4 git commands to generate.