diff options
Diffstat (limited to 'bfd/elf32-xc16x.c')
-rw-r--r-- | bfd/elf32-xc16x.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/elf32-xc16x.c b/bfd/elf32-xc16x.c index dc8cab5..b7e0d41 100644 --- a/bfd/elf32-xc16x.c +++ b/bfd/elf32-xc16x.c @@ -389,7 +389,7 @@ elf32_xc16x_relocate_section (bfd *output_bfd, reloc_howto_type *howto; howto = xc16x_reloc_type_lookup (input_bfd, r_type); RELOC_AGAINST_DISCARDED_SECTION (info, input_bfd, input_section, - rel, relend, howto, contents); + rel, 1, relend, howto, 0, contents); } if (info->relocatable) |