diff options
Diffstat (limited to 'bfd/elf-bfd.h')
-rw-r--r-- | bfd/elf-bfd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/elf-bfd.h b/bfd/elf-bfd.h index 4110ace..820bc98 100644 --- a/bfd/elf-bfd.h +++ b/bfd/elf-bfd.h @@ -2767,7 +2767,7 @@ extern asection _bfd_elf_large_com_section; memmove (rel, rel + count, \ (relend - rel - count) * sizeof (*rel)); \ \ - input_section->reloc_count--; \ + input_section->reloc_count -= count; \ relend -= count; \ rel--; \ continue; \ |