diff options
Diffstat (limited to 'bfd/elf32-sh.c')
-rw-r--r-- | bfd/elf32-sh.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/elf32-sh.c b/bfd/elf32-sh.c index 567ef24..dbad071 100644 --- a/bfd/elf32-sh.c +++ b/bfd/elf32-sh.c @@ -4443,7 +4443,7 @@ sh_elf_relocate_section (bfd *output_bfd, struct bfd_link_info *info, symbols. */ else if (r_type == R_SH_REL32 && h - && h->root.type == bfd_link_hash_undefweak) + && h->root.type == bfd_link_hash_undefweak) check_segment[0] = check_segment[1] = -1; goto final_link_relocate; |