From 780381282c153040e4e154af87ae46c334c8b5d9 Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Wed, 17 Oct 2001 12:01:05 +0000 Subject: * elf-m10200.c (mn10200_elf_relax_section): Cast assignment to Elf_Internal_Shdr.contents now that it's no longer a PTR. * elf-m10300.c (mn10300_elf_relax_section): Likewise. * elf32-h8300.c (elf32_h8_relax_section): Likewise. * elf32-m68k.c (bfd_m68k_elf32_create_embedded_relocs): Likewise. * elf32-sh.c (sh_elf_relax_section): Likewise. * elf64-alpha.c (elf64_alpha_relax_section): Likewise. * elfxx-ia64.c (elfNN_ia64_relax_section): Likewise. * elf.c (setup_group): Warning fixes. * elflink.h (elf_link_sort_relocs): Likewise. * pdp11.c (slurp_reloc_table): Likewise. --- bfd/elf32-h8300.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bfd/elf32-h8300.c') diff --git a/bfd/elf32-h8300.c b/bfd/elf32-h8300.c index 397f595bab6..0c37002b91b 100644 --- a/bfd/elf32-h8300.c +++ b/bfd/elf32-h8300.c @@ -1230,7 +1230,7 @@ elf32_h8_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; } -- cgit v1.2.1