diff options
Diffstat (limited to 'bfd/elf32-sh-symbian.c')
-rw-r--r-- | bfd/elf32-sh-symbian.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/elf32-sh-symbian.c b/bfd/elf32-sh-symbian.c index fc2d36b..e8e918d 100644 --- a/bfd/elf32-sh-symbian.c +++ b/bfd/elf32-sh-symbian.c @@ -432,7 +432,7 @@ sh_symbian_relocate_section (bfd * output_bfd, asection ** local_sections) { /* When performing a final link we implement the IMPORT AS directives. */ - if (!info->relocatable) + if (!bfd_link_relocatable (info)) { Elf_Internal_Rela * rel; Elf_Internal_Rela * relend; |