diff options
Diffstat (limited to 'bfd/elf32-mep.c')
-rw-r--r-- | bfd/elf32-mep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/elf32-mep.c b/bfd/elf32-mep.c index c791884..6c41519 100644 --- a/bfd/elf32-mep.c +++ b/bfd/elf32-mep.c @@ -491,7 +491,7 @@ mep_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; if (r_type == R_RELC) |