diff options
Diffstat (limited to 'bfd/elf-m10200.c')
-rw-r--r-- | bfd/elf-m10200.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/elf-m10200.c b/bfd/elf-m10200.c index 9caf1bbc135..b73ebec33d7 100644 --- a/bfd/elf-m10200.c +++ b/bfd/elf-m10200.c @@ -1225,7 +1225,7 @@ mn10200_elf_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; } free_extsyms = NULL; } |