diff options
Diffstat (limited to 'bfd/elf32-iq2000.c')
-rw-r--r-- | bfd/elf32-iq2000.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bfd/elf32-iq2000.c b/bfd/elf32-iq2000.c index b53188e..11d6e1e 100644 --- a/bfd/elf32-iq2000.c +++ b/bfd/elf32-iq2000.c @@ -642,7 +642,8 @@ iq2000_elf_relocate_section (bfd * output_bfd ATTRIBUTE_UNUSED, 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_IQ2000_NONE, + howto, 0, contents); if (bfd_link_relocatable (info)) continue; |