aboutsummaryrefslogtreecommitdiff
path: root/bfd/elf32-mt.c
diff options
context:
space:
mode:
Diffstat (limited to 'bfd/elf32-mt.c')
-rw-r--r--bfd/elf32-mt.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/bfd/elf32-mt.c b/bfd/elf32-mt.c
index 7bfa18e..1836630 100644
--- a/bfd/elf32-mt.c
+++ b/bfd/elf32-mt.c
@@ -362,7 +362,7 @@ mt_elf_relocate_section
RELOC_AGAINST_DISCARDED_SECTION (info, input_bfd, input_section,
rel, 1, relend, howto, 0, contents);
- if (info->relocatable)
+ if (bfd_link_relocatable (info))
continue;
/* Finally, the sole MT-specific part. */
@@ -436,7 +436,7 @@ mt_elf_check_relocs
const Elf_Internal_Rela * rel;
const Elf_Internal_Rela * rel_end;
- if (info->relocatable)
+ if (bfd_link_relocatable (info))
return TRUE;
symtab_hdr = &elf_tdata (abfd)->symtab_hdr;