diff options
Diffstat (limited to 'bfd/elf-m10200.c')
-rw-r--r-- | bfd/elf-m10200.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/elf-m10200.c b/bfd/elf-m10200.c index 4c6564b421..a46c86dcb2 100644 --- a/bfd/elf-m10200.c +++ b/bfd/elf-m10200.c @@ -403,7 +403,7 @@ mn10200_elf_relocate_section (output_bfd, info, input_bfd, input_section, if (sec != NULL && discarded_section (sec)) RELOC_AGAINST_DISCARDED_SECTION (info, input_bfd, input_section, - rel, relend, howto, contents); + rel, 1, relend, howto, 0, contents); if (info->relocatable) continue; |