diff options
Diffstat (limited to 'bfd/elf32-mt.c')
-rw-r--r-- | bfd/elf32-mt.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bfd/elf32-mt.c b/bfd/elf32-mt.c index ed4acef..b1ba28b 100644 --- a/bfd/elf32-mt.c +++ b/bfd/elf32-mt.c @@ -363,7 +363,8 @@ mt_elf_relocate_section if (sec != NULL && discarded_section (sec)) RELOC_AGAINST_DISCARDED_SECTION (info, input_bfd, input_section, - rel, 1, relend, howto, 0, contents); + rel, 1, relend, R_MT_NONE, + howto, 0, contents); if (bfd_link_relocatable (info)) continue; |