diff options
Diffstat (limited to 'bfd/elf32-i370.c')
-rw-r--r-- | bfd/elf32-i370.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bfd/elf32-i370.c b/bfd/elf32-i370.c index 6dc993d..4d66bcf 100644 --- a/bfd/elf32-i370.c +++ b/bfd/elf32-i370.c @@ -1425,7 +1425,8 @@ i370_elf_relocate_section (output_bfd, info, input_bfd, input_section, h->root.root.string, input_bfd, input_section, - rel->r_offset); + rel->r_offset, + true); ret = false; continue; } |