diff options
Diffstat (limited to 'bfd/elf32-m68k.c')
-rw-r--r-- | bfd/elf32-m68k.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bfd/elf32-m68k.c b/bfd/elf32-m68k.c index d7387d9..84ad64a 100644 --- a/bfd/elf32-m68k.c +++ b/bfd/elf32-m68k.c @@ -3500,7 +3500,8 @@ elf_m68k_relocate_section (bfd *output_bfd, 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_68K_NONE, + howto, 0, contents); if (bfd_link_relocatable (info)) continue; |