diff options
Diffstat (limited to 'bfd/elf32-sh-symbian.c')
-rw-r--r-- | bfd/elf32-sh-symbian.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bfd/elf32-sh-symbian.c b/bfd/elf32-sh-symbian.c index 25e3af9..0882d52 100644 --- a/bfd/elf32-sh-symbian.c +++ b/bfd/elf32-sh-symbian.c @@ -492,6 +492,7 @@ sh_symbian_relocate_section (bfd * output_bfd, new_sym.st_info = ELF_ST_INFO (STB_GLOBAL, STT_FUNC); new_sym.st_other = ELF_ST_VISIBILITY (STV_DEFAULT); new_sym.st_shndx = SHN_UNDEF; + new_sym.st_target_internal = 0; if (! _bfd_elf_merge_symbol (input_bfd, info, ptr->new_name, & new_sym, |