diff options
Diffstat (limited to 'bfd/elf-m10200.c')
-rw-r--r-- | bfd/elf-m10200.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bfd/elf-m10200.c b/bfd/elf-m10200.c index 246e335..ca9a92e 100644 --- a/bfd/elf-m10200.c +++ b/bfd/elf-m10200.c @@ -390,7 +390,8 @@ mn10200_elf_relocate_section (bfd *output_bfd, 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_MN10200_NONE, + howto, 0, contents); if (bfd_link_relocatable (info)) continue; |