Fix typo in commit 6ff71e76

* elf32-rl78.c (rl78_elf_relocate_section): Typo fix.
This commit is contained in:
Alan Modra
2015-04-15 11:24:30 +09:30
parent 69cb14a0d7
commit 95b57adeb7
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2015-04-15 Alan Modra <amodra@gmail.com>
* elf32-rl78.c (rl78_elf_relocate_section): Typo fix.
2015-04-14 Nick Clifton <nickc@redhat.com>
* elf32-rl78.c (RL78_OP_REL): New macro.

View File

@ -753,7 +753,7 @@ rl78_elf_relocate_section
name = h->root.root.string;
}
if (sec != NULL && discarded_section (sec)
if (sec != NULL && discarded_section (sec))
RELOC_AGAINST_DISCARDED_SECTION (info, input_bfd, input_section,
rel, 1, relend, howto, 0, contents);